Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmath_benchmark.cpp335 (powf_input.begin(), powf_input.end());
339 auto cin = powf_input.cbegin(); in BM_math_powf_speccpu2006()
342 if (++cin == powf_input.cend()) in BM_math_powf_speccpu2006()
343 cin = powf_input.cbegin(); in BM_math_powf_speccpu2006()
350 auto cin = powf_input.cbegin(); in BM_math_powf_speccpu2017_latency()
353 if (++cin == powf_input.cend()) in BM_math_powf_speccpu2017_latency()
354 cin = powf_input.cbegin(); in BM_math_powf_speccpu2017_latency()
Dpowf_input.cpp31 static const std::vector<std::pair<float, float>> powf_input = { variable