Home
last modified time | relevance | path

Searched refs:FP_RM (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libm/test/
Dtest_ieee.c35 if (fpsetround(FP_RM) != -1) in test_getround()
36 test_iok(fpgetround(), FP_RM); in test_getround()
146 if (fpsetround(FP_RM) != -1) { in test_round()
171 if (fpsetround(FP_RM) != -1) { in test_round()
/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c38 case 2: return FP_RM; in frm_fp_rnd()
126 case FP_RM: new_rm = 2; break; in fpsetround()
/picolibc-latest/newlib/libc/include/
Dieeefp.h49 #define FP_RM 1 /* Round down */ macro