Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c57 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()
67 fesetround(FE_TONEAREST); in fmaf()
Ds_fma.c218 case FE_TONEAREST: in fma()
242 fesetround(FE_TONEAREST); in fma()
269 if (oround != FE_TONEAREST) { in fma()
Ds_fmal.c206 case FE_TONEAREST: in fmal()
230 fesetround(FE_TONEAREST); in fmal()
257 if (oround != FE_TONEAREST) { in fmal()
De_sqrtl.c151 if (r == FE_TONEAREST) { in sqrtl()
/bionic/libc/include/bits/
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/
Dfenv_test.cpp41 fesetround(FE_TONEAREST); in TEST()
42 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
/bionic/tests/headers/posix/
Dfenv_h.c46 MACRO(FE_TONEAREST); in fenv_h()
/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()