Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Dstring_util.cc47 const double big_threshold = (adjusted_threshold * one_k) - 1; in ToExponentAndMantissa() local
52 if (val > big_threshold) { in ToExponentAndMantissa()
57 if (scaled <= big_threshold) { in ToExponentAndMantissa()

Completed in 1 milliseconds