Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dcomplexity.cc29 static const double kLog2E = 1.44269504088896340736; in FittingCurve() local
39 return [](int64_t n) { return kLog2E * log(static_cast<double>(n)); }; in FittingCurve()
42 return [](int64_t n) { return kLog2E * n * log(static_cast<double>(n)); }; in FittingCurve()
/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc29 static const double kLog2E = 1.44269504088896340736; in FittingCurve() local
39 return [](int64_t n) { return kLog2E * log(static_cast<double>(n)); }; in FittingCurve()
42 return [](int64_t n) { return kLog2E * n * log(static_cast<double>(n)); }; in FittingCurve()
/external/libcxx/utils/google-benchmark/test/
Dcomplexity_test.cc151 static const double kLog2E = 1.44269504088896340736; variable
159 ->Complexity([](int64_t n) { return kLog2E * n * log(static_cast<double>(n)); }); in __anon044d1b270402()
/external/google-benchmark/test/
Dcomplexity_test.cc151 static const double kLog2E = 1.44269504088896340736; variable
159 ->Complexity([](int64_t n) { return kLog2E * n * log(static_cast<double>(n)); }); in __anon22c2aa6e0402()