Lines Matching refs:SetLabel
26 static void SetLabel(benchmark::State& state) { in SetLabel() function
27 state.SetLabel(names[state.range(0)]); in SetLabel()
71 SetLabel(state); in BM_math_isfinite_macro()
81 SetLabel(state); in BM_math_isfinite()
91 SetLabel(state); in BM_math_isinf_macro()
101 SetLabel(state); in BM_math_isinf()
111 SetLabel(state); in BM_math_isnan_macro()
121 SetLabel(state); in BM_math_isnan()
131 SetLabel(state); in BM_math_isnormal_macro()
141 SetLabel(state); in BM_math_isnormal()
183 SetLabel(state); in BM_math_fpclassify()
193 SetLabel(state); in BM_math_signbit_macro()
203 SetLabel(state); in BM_math_signbit()
213 SetLabel(state); in BM_math_fabs_macro()
223 SetLabel(state); in BM_math_fabs()
495 state.SetLabel(range.label); in BM_math_sinf()
508 state.SetLabel(range.label); in BM_math_sinf_latency()
521 state.SetLabel(range.label); in BM_math_cosf()
534 state.SetLabel(range.label); in BM_math_cosf_latency()
549 state.SetLabel(range.label); in BM_math_sincosf()
564 state.SetLabel(range.label); in BM_math_sincosf_latency()