/third_party/boost/libs/histogram/benchmark/ |
D | histogram_filling.cpp | 38 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/ |
D | algorithm_sum_test.cpp | 32 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()
|
D | histogram_operators_test.cpp | 115 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()
|
D | histogram_custom_axis_test.cpp | 87 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()
|
D | utility_histogram.hpp | 43 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
|
D | histogram_test.cpp | 50 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()
|
D | histogram_threaded_test.cpp | 27 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()
|
D | histogram_mixed_test.cpp | 27 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()
|
D | indexed_test.cpp | 78 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()
|
D | histogram_growing_test.cpp | 92 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()
|
D | algorithm_empty_test.cpp | 41 auto h = make_s(Tag(), std::vector<accumulators::weighted_mean<>>(), in run_tests()
|
D | histogram_ostream_test.cpp | 222 auto h = make_s(Tag(), profile_storage(), R(1, -1, 1)); in run_tests()
|
D | algorithm_reduce_test.cpp | 109 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()
|
D | histogram_fill_test.cpp | 293 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/ |
D | struct10.c | 19 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/ |
D | Matrix44Test.cpp | 172 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
|