Lines Matching defs:state

26 static void SetLabel(benchmark::State& state) {  in SetLabel()
38 static void BM_math_sqrt(benchmark::State& state) { in BM_math_sqrt()
47 static void BM_math_log10(benchmark::State& state) { in BM_math_log10()
56 static void BM_math_logb(benchmark::State& state) { in BM_math_logb()
65 static void BM_math_isfinite_macro(benchmark::State& state) { in BM_math_isfinite_macro()
75 static void BM_math_isfinite(benchmark::State& state) { in BM_math_isfinite()
85 static void BM_math_isinf_macro(benchmark::State& state) { in BM_math_isinf_macro()
95 static void BM_math_isinf(benchmark::State& state) { in BM_math_isinf()
105 static void BM_math_isnan_macro(benchmark::State& state) { in BM_math_isnan_macro()
115 static void BM_math_isnan(benchmark::State& state) { in BM_math_isnan()
125 static void BM_math_isnormal_macro(benchmark::State& state) { in BM_math_isnormal_macro()
135 static void BM_math_isnormal(benchmark::State& state) { in BM_math_isnormal()
145 static void BM_math_sin_fast(benchmark::State& state) { in BM_math_sin_fast()
153 static void BM_math_sin_feupdateenv(benchmark::State& state) { in BM_math_sin_feupdateenv()
165 static void BM_math_sin_fesetenv(benchmark::State& state) { in BM_math_sin_fesetenv()
177 static void BM_math_fpclassify(benchmark::State& state) { in BM_math_fpclassify()
187 static void BM_math_signbit_macro(benchmark::State& state) { in BM_math_signbit_macro()
197 static void BM_math_signbit(benchmark::State& state) { in BM_math_signbit()
207 static void BM_math_fabs_macro(benchmark::State& state) { in BM_math_fabs_macro()
217 static void BM_math_fabs(benchmark::State& state) { in BM_math_fabs()
227 static void BM_math_sincos(benchmark::State& state) { in BM_math_sincos()
239 static void BM_math_expf_speccpu2017(benchmark::State& state) { in BM_math_expf_speccpu2017()
250 static void BM_math_expf_speccpu2017_latency(benchmark::State& state) { in BM_math_expf_speccpu2017_latency()
266 static void BM_math_exp_speccpu2017(benchmark::State& state) { in BM_math_exp_speccpu2017()
277 static void BM_math_exp_speccpu2017_latency(benchmark::State& state) { in BM_math_exp_speccpu2017_latency()
288 static void BM_math_exp2f_speccpu2017(benchmark::State& state) { in BM_math_exp2f_speccpu2017()
299 static void BM_math_exp2f_speccpu2017_latency(benchmark::State& state) { in BM_math_exp2f_speccpu2017_latency()
310 static void BM_math_exp2_speccpu2017(benchmark::State& state) { in BM_math_exp2_speccpu2017()
321 static void BM_math_exp2_speccpu2017_latency(benchmark::State& state) { in BM_math_exp2_speccpu2017_latency()
337 static void BM_math_powf_speccpu2006(benchmark::State& state) { in BM_math_powf_speccpu2006()
348 static void BM_math_powf_speccpu2017_latency(benchmark::State& state) { in BM_math_powf_speccpu2017_latency()
359 static void BM_math_pow_speccpu2006(benchmark::State& state) { in BM_math_pow_speccpu2006()
370 static void BM_math_pow_speccpu2017_latency(benchmark::State& state) { in BM_math_pow_speccpu2017_latency()
386 static void BM_math_logf_speccpu2017(benchmark::State& state) { in BM_math_logf_speccpu2017()
397 static void BM_math_logf_speccpu2017_latency(benchmark::State& state) { in BM_math_logf_speccpu2017_latency()
408 static void BM_math_log_speccpu2017(benchmark::State& state) { in BM_math_log_speccpu2017()
419 static void BM_math_log_speccpu2017_latency(benchmark::State& state) { in BM_math_log_speccpu2017_latency()
430 static void BM_math_log2f_speccpu2017(benchmark::State& state) { in BM_math_log2f_speccpu2017()
441 static void BM_math_log2_speccpu2017_latency(benchmark::State& state) { in BM_math_log2_speccpu2017_latency()
452 static void BM_math_log2_speccpu2017(benchmark::State& state) { in BM_math_log2_speccpu2017()
463 static void BM_math_log2f_speccpu2017_latency(benchmark::State& state) { in BM_math_log2f_speccpu2017_latency()
486 static void BM_math_sinf(benchmark::State& state) { in BM_math_sinf()
499 static void BM_math_sinf_latency(benchmark::State& state) { in BM_math_sinf_latency()
512 static void BM_math_cosf(benchmark::State& state) { in BM_math_cosf()
525 static void BM_math_cosf_latency(benchmark::State& state) { in BM_math_cosf_latency()
538 static void BM_math_sincosf(benchmark::State& state) { in BM_math_sincosf()
553 static void BM_math_sincosf_latency(benchmark::State& state) { in BM_math_sincosf_latency()