Searched refs:FE_TONEAREST (Results 1 – 7 of 7) sorted by relevance
57 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()88 fesetround(FE_TONEAREST); in fmaf()
89 if (round == FE_TONEAREST) in fma()96 fesetround(FE_TONEAREST); in fma()143 if (round == FE_TONEAREST) in fma()399 fesetround(FE_TONEAREST); in fma()424 if (oround != FE_TONEAREST) { in fma()
231 fesetround(FE_TONEAREST); in fmal()256 if (oround != FE_TONEAREST) { in fmal()
10 case FE_TONEAREST: in __flt_rounds()
9 ~(FE_TONEAREST in fesetround()
7 #define FE_TONEAREST 0 macro
10 #define FE_TONEAREST 0 macro
Completed in 8 milliseconds