Searched refs:FE_TONEAREST (Results 1 – 12 of 12) sorted by relevance
57 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()67 fesetround(FE_TONEAREST); in fmaf()
218 case FE_TONEAREST: in fma()242 fesetround(FE_TONEAREST); in fma()269 if (oround != FE_TONEAREST) { in fma()
206 case FE_TONEAREST: in fmal()230 fesetround(FE_TONEAREST); in fmal()257 if (oround != FE_TONEAREST) { in fmal()
151 if (r == FE_TONEAREST) { in sqrtl()
69 #define FE_TONEAREST 0x0 macro
61 #define FE_TONEAREST 0x0000 macro
60 #define FE_TONEAREST 0x000 macro
41 fesetround(FE_TONEAREST); in TEST()42 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
46 MACRO(FE_TONEAREST); in fenv_h()
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()