Home
last modified time | relevance | path

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

/aosp12/bionic/benchmarks/
H A 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()
290 auto cin = expf_input.cbegin(); in BM_math_exp2f_speccpu2017()
293 if (++cin == expf_input.cend()) in BM_math_exp2f_speccpu2017()
294 cin = expf_input.cbegin(); in BM_math_exp2f_speccpu2017()
301 auto cin = expf_input.cbegin(); in BM_math_exp2f_speccpu2017_latency()
[all …]
H A Dexpf_input.cpp31 static const std::vector<float> expf_input = { variable