Searched refs:FE_TONEAREST (Results 1 – 8 of 8) 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()
62 #define FE_TONEAREST 0x0000 macro66 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
39 fesetround(FE_TONEAREST); in TEST()40 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
57 #define FE_TONEAREST 0x0 macro
94 #define FE_TONEAREST 0x0000 macro