Searched defs:one_k (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | string_util.cc | 34 void ToExponentAndMantissa(double val, int precision, double one_k, in ToExponentAndMantissa() 102 Counter::OneK one_k) { in ToBinaryStringFullySpecified() 143 std::string HumanReadableNumber(double n, Counter::OneK one_k) { in HumanReadableNumber()
|
/external/cronet/stable/third_party/google_benchmark/src/src/ |
D | string_util.cc | 34 void ToExponentAndMantissa(double val, int precision, double one_k, in ToExponentAndMantissa() 102 Counter::OneK one_k) { in ToBinaryStringFullySpecified() 143 std::string HumanReadableNumber(double n, Counter::OneK one_k) { in HumanReadableNumber()
|
/external/google-benchmark/src/ |
D | string_util.cc | 34 void ToExponentAndMantissa(double val, int precision, double one_k, in ToExponentAndMantissa() 102 Counter::OneK one_k) { in ToBinaryStringFullySpecified() 143 std::string HumanReadableNumber(double n, Counter::OneK one_k) { in HumanReadableNumber()
|
/external/libcxx/utils/google-benchmark/src/ |
D | string_util.cc | 31 double one_k, std::string* mantissa, in ToExponentAndMantissa() 101 int precision, double one_k = 1024.0) { in ToBinaryStringFullySpecified() 118 std::string HumanReadableNumber(double n, double one_k) { in HumanReadableNumber()
|