Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmath_benchmark.cpp334 static const std::vector<std::pair<double, double>> pow_input variable
361 auto cin = pow_input.cbegin(); in BM_math_pow_speccpu2006()
364 if (++cin == pow_input.cend()) in BM_math_pow_speccpu2006()
365 cin = pow_input.cbegin(); in BM_math_pow_speccpu2006()
372 auto cin = pow_input.cbegin(); in BM_math_pow_speccpu2017_latency()
375 if (++cin == pow_input.cend()) in BM_math_pow_speccpu2017_latency()
376 cin = pow_input.cbegin(); in BM_math_pow_speccpu2017_latency()