Home
last modified time | relevance | path

Searched refs:FE_TONEAREST (Results 1 – 15 of 15) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c64 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()
74 fesetround(FE_TONEAREST); in fmaf()
Ds_fmal.c206 case FE_TONEAREST: in fmal()
230 fesetround(FE_TONEAREST); in fmal()
257 if (oround != FE_TONEAREST) { in fmal()
Ds_fma.c225 case FE_TONEAREST: in fma()
249 fesetround(FE_TONEAREST); in fma()
276 if (oround != FE_TONEAREST) { in fma()
De_sqrtl.c151 if (r == FE_TONEAREST) { in sqrtl()
/bionic/libc/include/bits/
Dfenv_riscv64.h47 #define FE_TONEAREST 0x0 macro
Dfenv_arm.h69 #define FE_TONEAREST 0x0 macro
Dfenv_x86.h61 #define FE_TONEAREST 0x0000 macro
Dfenv_x86_64.h60 #define FE_TONEAREST 0x000 macro
/bionic/tests/headers/posix/
Dfenv_h.c46 MACRO(FE_TONEAREST); in fenv_h()
/bionic/tests/
Dfenv_test.cpp43 fesetround(FE_TONEAREST); in TEST()
44 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
/bionic/libm/riscv64/
Dfenv.c82 if (round < FE_TONEAREST || round > FE_UPWARD) return -1; in fesetround()
/bionic/libm/arm64/
Dfenv.c114 if (round < FE_TONEAREST || round > FE_TOWARDZERO) return -1; in fesetround()
/bionic/libm/amd64/
Dfenv.c46 #define X87_ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
/bionic/libm/i387/
Dfenv.c33 #define ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
/bionic/benchmarks/
Dmath_benchmark.cpp158 fesetround(FE_TONEAREST); in BM_math_sin_feupdateenv()
170 fesetround(FE_TONEAREST); in BM_math_sin_fesetenv()