Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Dstring_util.cc24 const char* const kSmallSIUnits[] = {"m", "u", "n", "p", "f", "a", "z", "y"}; member
29 static_assert(arraysize(kSmallSIUnits) == arraysize(kBigSIUnits),
70 for (size_t i = 0; i < arraysize(kSmallSIUnits); ++i) { in ToExponentAndMantissa()
96 (exponent > 0 ? (iec ? kBigIECUnits : kBigSIUnits) : kSmallSIUnits); in ExponentToPrefix()

Completed in 1 milliseconds