Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dstring_util.cc44 const double adjusted_threshold = in ToExponentAndMantissa() local
46 const double big_threshold = adjusted_threshold * one_k; in ToExponentAndMantissa()
47 const double small_threshold = adjusted_threshold; in ToExponentAndMantissa()