Searched defs:max_digits10_float (Results 1 – 2 of 2) sorted by relevance
58 std::streamsize max_digits10_float = 2 + std::numeric_limits<float>::digits * 30103UL / 100000UL; variable62 std::streamsize max_digits10_float = std::numeric_limits<float>::max_digits10; variable
48 std::streamsize max_digits10_float = 2 + std::numeric_limits<float>::digits * 30103UL / 100000UL; variable52 std::streamsize max_digits10_float = std::numeric_limits<float>::max_digits10; variable