Home
last modified time | relevance | path

Searched defs:one_k (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dstring_util.cc34 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()
/llvm-project/clang/test/CXX/module/module.import/
H A Dp6.cpp61 constexpr long one_k = 1000L; variable