Home
last modified time | relevance | path

Searched refs:ten_m (Results 1 - 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp802 // 10^m * 10^-m = 1 = 2^-e * 2^e = ten_m * 2^e in grisu2_digit_gen()
804 const std::uint64_t ten_m = one.f; in grisu2_digit_gen() local
805 grisu2_round(buffer, length, dist, delta, p2, ten_m); in grisu2_digit_gen()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp15737 // 10^m * 10^-m = 1 = 2^-e * 2^e = ten_m * 2^e
15739 const std::uint64_t ten_m = one.f;
15740 grisu2_round(buffer, length, dist, delta, p2, ten_m);
/third_party/json/single_include/nlohmann/
H A Djson.hpp17585 // 10^m * 10^-m = 1 = 2^-e * 2^e = ten_m * 2^e
17587 const std::uint64_t ten_m = one.f;
17588 grisu2_round(buffer, length, dist, delta, p2, ten_m);

Completed in 71 milliseconds