Home
last modified time | relevance | path

Searched refs:saved_rounding_mode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc895 const int saved_rounding_mode = fegetround(); in sprintf_ld() local
896 if (saved_rounding_mode != FE_TONEAREST) in sprintf_ld()
908 if (saved_rounding_mode != FE_TONEAREST) in sprintf_ld()
909 fesetround(saved_rounding_mode); in sprintf_ld()