Searched refs:fill_2d (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/histogram/doc/ |
D | baseline_gcc83 | 402 "name": "fill_2d<static_tag, SStore, uniform>", 409 "name": "fill_2d<static_tag, SStore, uniform>", 416 "name": "fill_2d<static_tag, SStore, uniform>", 423 "name": "fill_2d<static_tag, SStore, uniform>", 430 "name": "fill_2d<static_tag, SStore, uniform>", 437 "name": "fill_2d<static_tag, SStore, uniform>", 444 "name": "fill_2d<static_tag, SStore, uniform>", 451 "name": "fill_2d<static_tag, SStore, uniform>", 458 "name": "fill_2d<static_tag, SStore, uniform>", 465 "name": "fill_2d<static_tag, SStore, uniform>", [all …]
|
/third_party/boost/libs/histogram/benchmark/ |
D | histogram_filling_gsl.cpp | 31 static void fill_2d(benchmark::State& state) { in fill_2d() function 42 BENCHMARK_TEMPLATE(fill_2d, uniform); 45 BENCHMARK_TEMPLATE(fill_2d, normal);
|
D | histogram_filling_root.cpp | 30 static void fill_2d(benchmark::State& state) { in fill_2d() function 60 BENCHMARK_TEMPLATE(fill_2d, uniform); 65 BENCHMARK_TEMPLATE(fill_2d, normal);
|
D | histogram_filling.cpp | 53 static void fill_2d(benchmark::State& state) { in fill_2d() function 124 BENCHMARK_TEMPLATE(fill_2d, uniform, static_tag); 126 BENCHMARK_TEMPLATE(fill_2d, normal, static_tag); 128 BENCHMARK_TEMPLATE(fill_2d, uniform, dynamic_tag); 130 BENCHMARK_TEMPLATE(fill_2d, normal, dynamic_tag);
|