Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest_ieee.c30 if (fpsetround(FP_RN) != -1) in test_getround()
31 test_iok(fpgetround(), FP_RN); in test_getround()
137 if (fpsetround(FP_RN) != -1) { in test_round()
162 if (fpsetround(FP_RN) != -1) { in test_round()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dieeefp.c34 case 0: return FP_RN; in frm_fp_rnd()
122 case FP_RN: new_rm = 0; break; in fpsetround()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dieeefp.h127 #define FP_RN 0 /* Round to nearest */ macro