Searched refs:fill_6d (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/histogram/doc/ |
D | baseline_gcc83 | 1130 "name": "fill_6d<static_tag, SStore, uniform>", 1137 "name": "fill_6d<static_tag, SStore, uniform>", 1144 "name": "fill_6d<static_tag, SStore, uniform>", 1151 "name": "fill_6d<static_tag, SStore, uniform>", 1158 "name": "fill_6d<static_tag, SStore, uniform>", 1165 "name": "fill_6d<static_tag, SStore, uniform>", 1172 "name": "fill_6d<static_tag, SStore, uniform>", 1179 "name": "fill_6d<static_tag, SStore, uniform>", 1186 "name": "fill_6d<static_tag, SStore, uniform>", 1193 "name": "fill_6d<static_tag, SStore, uniform>", [all …]
|
/third_party/boost/libs/histogram/benchmark/ |
D | histogram_filling_root.cpp | 46 static void fill_6d(benchmark::State& state) { in fill_6d() function 62 BENCHMARK_TEMPLATE(fill_6d, uniform); 67 BENCHMARK_TEMPLATE(fill_6d, normal);
|
D | histogram_filling.cpp | 87 static void fill_6d(benchmark::State& state) { in fill_6d() function 160 BENCHMARK_TEMPLATE(fill_6d, uniform, static_tag); 162 BENCHMARK_TEMPLATE(fill_6d, normal, static_tag); 164 BENCHMARK_TEMPLATE(fill_6d, uniform, dynamic_tag); 166 BENCHMARK_TEMPLATE(fill_6d, normal, dynamic_tag);
|