Home
last modified time | relevance | path

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

/third_party/boost/libs/histogram/benchmark/
Dhistogram_filling.cpp38 auto h = make_s(Tag(), Storage(), reg(100, 0, 1)); in fill_1d()
46 auto h = make_s(Tag(), Storage(), reg(100, 0, 1)); in fill_n_1d()
54 auto h = make_s(Tag(), Storage(), reg(100, 0, 1), reg(100, 0, 1)); in fill_2d()
62 auto h = make_s(Tag(), Storage(), reg(100, 0, 1), reg(100, 0, 1)); in fill_n_2d()
71 auto h = make_s(Tag(), Storage(), reg(100, 0, 1), reg(100, 0, 1), reg(100, 0, 1)); in fill_3d()
79 auto h = make_s(Tag(), Storage(), reg(100, 0, 1), reg(100, 0, 1), reg(100, 0, 1)); in fill_n_3d()
88 auto h = make_s(Tag(), Storage(), reg(10, 0, 1), reg(10, 0, 1), reg(10, 0, 1), in fill_6d()
98 auto h = make_s(Tag(), Storage(), reg(10, 0, 1), reg(10, 0, 1), reg(10, 0, 1), in fill_n_6d()
/third_party/boost/libs/histogram/test/
Dalgorithm_sum_test.cpp32 auto h = make_s(Tag(), std::array<int, 12>(), ax); in run_tests()
39 auto h = make_s(Tag(), std::unordered_map<std::size_t, int>(), ax); in run_tests()
46 auto h = make_s(Tag(), std::vector<double>(), ax, ax); in run_tests()
54 auto h = make_s(Tag(), std::vector<W>(), axis::integer<>(0, 2), in run_tests()
Dhistogram_operators_test.cpp115 auto c = make_s(Tag(), std::vector<int>(), ia); in run_tests()
135 auto a = make_s(Tag(), std::vector<unsigned long>{}, ia); in run_tests()
136 auto c = make_s(Tag(), std::vector<unsigned>(), ia); in run_tests()
159 auto a = make_s(Tag(), std::vector<accumulators::weighted_sum<>>(), ia); in run_tests()
160 auto b = make_s(Tag(), std::vector<accumulators::weighted_sum<>>(), ia); in run_tests()
180 auto e = make_s(Tag(), std::vector<int>(), ia); in run_tests()
308 auto b = make_s(Tag{}, dummy_storage<double, true>{}, axis::integer<>(0, 1)); in run_tests()
314 auto c = make_s(Tag{}, dummy_storage<double, false>{}, axis::integer<>(0, 1)); in run_tests()
321 make_s(Tag{}, dummy_storage<unscaleable, false>{}, axis::integer<>(0, 1))); in run_tests()
325 make_s(Tag{}, dummy_storage<unscaleable, true>{}, axis::integer<>(0, 1))); in run_tests()
Dhistogram_custom_axis_test.cpp87 auto h2 = make_s(Tag(), profile_storage(), axis2d()); in run_tests()
92 auto h3 = make_s(Tag(), weighted_profile_storage(), axis2d()); in run_tests()
112 auto h = make_s(Tag{}, std::vector<int>{}, axis2d_growing{}); in run_tests()
Dutility_histogram.hpp43 auto make_s(static_tag, S&& s, const Axes&... axes) { in make_s() function
53 auto make_s(dynamic_tag, S&& s, const Axes&... axes) { in make_s() function
Dhistogram_test.cpp50 auto h2 = make_s(Tag(), std::vector<unsigned>(), axis::regular<>{3, -1, 1}); in run_tests()
61 auto h2 = make_s(Tag(), std::vector<unsigned>(), axis::regular<>{3, -1, 1}, in run_tests()
238 auto h = make_s(Tag(), weight_storage(), axis::integer<>(0, 2)); in run_tests()
260 auto h = make_s(Tag(), profile_storage(), axis::integer<>(0, 2)); in run_tests()
279 auto h = make_s(Tag(), weighted_profile_storage(), axis::integer<>(0, 2)); in run_tests()
332 auto h = make_s(Tag(), weight_storage(), axis::integer<>(-1, 1), in run_tests()
377 auto h = make_s(Tag(), weight_storage(), axis::integer<>(0, 3), axis::integer<>(0, 4), in run_tests()
486 auto h = make_s(Tag(), std::vector<int, tracing_allocator<int>>(a), in run_tests()
Dhistogram_threaded_test.cpp27 auto h1 = make_s(Tag{}, dense_storage<int>(), a1, a2); in fill_test()
31 auto h2 = make_s(Tag{}, dense_storage<accumulators::thread_safe<int>>(), a1, a2); in fill_test()
Dhistogram_mixed_test.cpp27 auto b = make_s(T2{}, std::vector<unsigned>(), axis::regular<>{3, 0, 3}, in run_tests()
69 auto b = make_s(T2{}, std::vector<double>(), axis::regular<>{3, 0, 3}, in run_tests()
Dindexed_test.cpp78 auto h = make_s(Tag(), std::vector<int>(), axis::integer<>(0, 2), in run_3d_tests()
113 auto h = make_s(Tag(), std::vector<int>(), ax, ay, az); in run_density_tests()
127 auto h = make_s(Tag(), std::array<int, 20>(), ax, ay); in run_stdlib_tests()
Dhistogram_growing_test.cpp92 auto h = make_s(Tag(), std::vector<int>(), integer()); in run_tests()
128 auto h = make_s(Tag(), std::vector<int>(), integer(), category()); in run_tests()
164 auto h = make_s(Tag{}, std::vector<int>{}, custom_2d_axis{}); in run_tests()
Dalgorithm_empty_test.cpp41 auto h = make_s(Tag(), std::vector<accumulators::weighted_mean<>>(), in run_tests()
Dhistogram_ostream_test.cpp222 auto h = make_s(Tag(), profile_storage(), R(1, -1, 1)); in run_tests()
Dalgorithm_reduce_test.cpp109 auto h = make_s(Tag(), std::vector<int>(), R(4, 1, 5, "1"), R(3, -1, 2, "2")); in run_tests()
189 auto h = make_s(Tag(), std::vector<int>(), R(4, 1, 5), R(3, 1, 4)); in run_tests()
Dhistogram_fill_test.cpp293 auto h = make_s(Tag(), profile_storage(), in(1, 3)); in run_tests()
311 auto h = make_s(Tag(), weighted_profile_storage(), in(1, 3), in0(1, 3)); in run_tests()
/third_party/libffi/testsuite/libffi.call/
Dstruct10.c19 struct s make_s(void) { in make_s() function
51 ffi_call(&cif, FFI_FN(make_s), &r, NULL); in main()
/third_party/flutter/skia/tests/
DMatrix44Test.cpp172 static void make_s(SkMatrix44* mat) { mat->setScale(1, 2, 3); } in make_s() function
191 make_i, make_t, make_s, make_st, make_a, make_p