Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dtest_ieee.c32 if (fpsetround(FP_RN) != -1) in test_getround()
33 test_iok(fpgetround(), FP_RN); in test_getround()
140 if (fpsetround(FP_RN) != -1) { in test_round()
165 if (fpsetround(FP_RN) != -1) { in test_round()
/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c36 case 0: return FP_RN; in frm_fp_rnd()
124 case FP_RN: new_rm = 0; break; in fpsetround()
/picolibc-latest/newlib/libc/include/
Dieeefp.h48 #define FP_RN 0 /* Round to nearest */ macro