Home
last modified time | relevance | path

Searched defs:max_digits10 (Results 1 – 3 of 3) sorted by relevance

/external/google-benchmark/src/
Djson_reporter.cc56 const auto max_digits10 = std::numeric_limits<decltype(value)>::max_digits10; in FormatKV() local
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc56 const auto max_digits10 = std::numeric_limits<decltype(value)>::max_digits10; in FormatKV() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTimer.cpp384 constexpr auto max_digits10 = std::numeric_limits<double>::max_digits10; in printJSONValue() local