Searched refs:FE_TONEAREST (Results 1 – 13 of 13) sorted by relevance
55 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()65 fesetround(FE_TONEAREST); in fmaf()
204 case FE_TONEAREST: in fmal()228 fesetround(FE_TONEAREST); in fmal()255 if (oround != FE_TONEAREST) { in fmal()
216 case FE_TONEAREST: in fma()240 fesetround(FE_TONEAREST); in fma()267 if (oround != FE_TONEAREST) { in fma()
149 if (r == FE_TONEAREST) { in sqrtl()
39 fesetround(FE_TONEAREST); in TEST()40 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
91 #define FE_TONEAREST 0x0000 macro
56 #define FE_TONEAREST 0x0 macro
95 #define FE_TONEAREST 0x0 macro
62 #define FE_TONEAREST 0x0000 macro
61 #define FE_TONEAREST 0x000 macro
162 fesetround(FE_TONEAREST); in BM_math_sin_feupdateenv()174 fesetround(FE_TONEAREST); in BM_math_sin_fesetenv()
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)