Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmath_benchmark.cpp241 auto cin = expf_input.cbegin(); in BM_math_expf_speccpu2017() local
243 f = expf(*cin); 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() local
254 f = expf(f * zero + *cin); 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()
268 auto cin = exp_input.cbegin(); in BM_math_exp_speccpu2017() local
270 d = exp(*cin); in BM_math_exp_speccpu2017()
[all …]