Searched refs:FE_TONEAREST (Results 1 – 15 of 15) sorted by relevance
64 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()74 fesetround(FE_TONEAREST); in fmaf()
206 case FE_TONEAREST: in fmal()230 fesetround(FE_TONEAREST); in fmal()257 if (oround != FE_TONEAREST) { in fmal()
225 case FE_TONEAREST: in fma()249 fesetround(FE_TONEAREST); in fma()276 if (oround != FE_TONEAREST) { in fma()
151 if (r == FE_TONEAREST) { in sqrtl()
47 #define FE_TONEAREST 0x0 macro
69 #define FE_TONEAREST 0x0 macro
61 #define FE_TONEAREST 0x0000 macro
60 #define FE_TONEAREST 0x000 macro
46 MACRO(FE_TONEAREST); in fenv_h()
43 fesetround(FE_TONEAREST); in TEST()44 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
82 if (round < FE_TONEAREST || round > FE_UPWARD) return -1; in fesetround()
114 if (round < FE_TONEAREST || round > FE_TOWARDZERO) return -1; in fesetround()
46 #define X87_ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
33 #define ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
158 fesetround(FE_TONEAREST); in BM_math_sin_feupdateenv()170 fesetround(FE_TONEAREST); in BM_math_sin_fesetenv()