Searched refs:saved_rounding_mode (Results 1 – 1 of 1) sorted by relevance
887 const int saved_rounding_mode = fegetround(); in sprintf_ld() local888 if (saved_rounding_mode != FE_TONEAREST) in sprintf_ld()900 if (saved_rounding_mode != FE_TONEAREST) in sprintf_ld()901 fesetround(saved_rounding_mode); in sprintf_ld()
Completed in 5 milliseconds