Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dtest_ieee.c30 if (fpsetround(FP_RN) != -1) in test_getround()
33 if (fpsetround(FP_RM) != -1) in test_getround()
36 if (fpsetround(FP_RP) != -1) in test_getround()
39 if (fpsetround(FP_RZ) != -1) in test_getround()
137 if (fpsetround(FP_RN) != -1) { in test_round()
143 if (fpsetround(FP_RM) != -1) { in test_round()
149 if (fpsetround(FP_RP) != -1) { in test_round()
155 if (fpsetround(FP_RZ) != -1) { in test_round()
162 if (fpsetround(FP_RN) != -1) { in test_round()
168 if (fpsetround(FP_RM) != -1) { in test_round()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/machine/riscv/
Dieeefp.c114 fpsetround(fp_rnd rnd_dir) in fpsetround() function
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dieeefp.h119 fp_rnd fpsetround (fp_rnd);