Home
last modified time | relevance | path

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

/third_party/boost/libs/histogram/benchmark/
Dhistogram_parallel_filling.cpp32 using DSTS = dense_storage<accumulators::thread_safe<unsigned>>; typedef
49 static auto hist = make_histogram_with(DSTS(), axis::regular<>());
55 hist = make_histogram_with(DSTS(), axis::regular<>(nbins, 0, 1)); in AtomicStorage()