Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dexpf_input.cpp31 static const std::vector<float> expf_input = { variable
Dmath_benchmark.cpp241 auto cin = expf_input.cbegin(); in BM_math_expf_speccpu2017()
244 if (++cin == expf_input.cend()) in BM_math_expf_speccpu2017()
245 cin = expf_input.cbegin(); in BM_math_expf_speccpu2017()
252 auto cin = expf_input.cbegin(); in BM_math_expf_speccpu2017_latency()
255 if (++cin == expf_input.cend()) in BM_math_expf_speccpu2017_latency()
256 cin = expf_input.cbegin(); in BM_math_expf_speccpu2017_latency()
263 static const std::vector<double> exp_input (expf_input.begin(),
264 expf_input.end());
290 auto cin = expf_input.cbegin(); in BM_math_exp2f_speccpu2017()
293 if (++cin == expf_input.cend()) in BM_math_exp2f_speccpu2017()
[all …]