Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c39 case 3: return FP_RP; in frm_fp_rnd()
41 default:return FP_RP; in frm_fp_rnd()
127 case FP_RP: new_rm = 3; break; in fpsetround()
/picolibc-latest/newlib/libm/test/
Dtest_ieee.c38 if (fpsetround(FP_RP) != -1) in test_getround()
39 test_iok(fpgetround(), FP_RP); in test_getround()
152 if (fpsetround(FP_RP) != -1) { in test_round()
178 if (fpsetround(FP_RP) != -1) { in test_round()
/picolibc-latest/newlib/libc/include/
Dieeefp.h50 #define FP_RP 2 /* Round up */ macro