/external/executorch/runtime/core/exec_aten/testing_util/ |
D | tensor_util.h | 225 #define EXPECT_TENSOR_EQ(t1, t2) \ argument 227 #define EXPECT_TENSOR_NE(t1, t2) \ argument 229 #define ASSERT_TENSOR_EQ(t1, t2) \ argument 231 #define ASSERT_TENSOR_NE(t1, t2) \ argument 234 #define EXPECT_TENSOR_CLOSE(t1, t2) \ argument 236 #define EXPECT_TENSOR_NOT_CLOSE(t1, t2) \ argument 238 #define ASSERT_TENSOR_CLOSE(t1, t2) \ argument 240 #define ASSERT_TENSOR_NOT_CLOSE(t1, t2) \ argument 243 #define EXPECT_TENSOR_CLOSE_WITH_TOL(t1, t2, rtol, atol) \ argument 246 #define EXPECT_TENSOR_NOT_CLOSE_WITH_TOL(t1, t2, rtol, atol) \ argument [all …]
|
/external/sdv/vsomeip/third_party/boost/chrono/test/time_point/ |
D | comparisons_pass.cpp | 34 T1 t2(Duration1(3)); in main() local 40 BOOST_CONSTEXPR T1 t2(Duration1(3)); in main() local 46 T1 t2(Duration1(4)); in main() local 52 BOOST_CONSTEXPR T1 t2(Duration1(4)); in main() local 58 T2 t2(Duration2(3000)); in main() local 64 BOOST_CONSTEXPR T2 t2(Duration2(3000)); in main() local 70 T2 t2(Duration2(3001)); in main() local 76 BOOST_CONSTEXPR T2 t2(Duration2(3001)); in main() local 82 T1 t2(Duration1(3)); in main() local 90 BOOST_CONSTEXPR T1 t2(Duration1(3)); in main() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 35 std::tuple<> t2 = std::tuple_cat(t1); in main() local 59 constexpr std::tuple<> t2 = std::tuple_cat(t1); in main() local 102 std::tuple<> t2; in main() local 108 std::tuple<int> t2(2); in main() local 114 std::tuple<int> t2(2); in main() local 120 std::tuple<int> t2(2); in main() local 127 std::tuple<int> t2(2); in main() local 134 std::tuple<int, double> t2(2, 3.5); in main() local 142 std::tuple<int, double> t2(2, 3.5); in main() local 150 std::tuple<int, double> t2(2, 3.5); in main() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 42 std::tuple<> t2 = std::tuple_cat(t1); in main() local 66 constexpr std::tuple<> t2 = std::tuple_cat(t1); in main() local 109 std::tuple<> t2; in main() local 115 std::tuple<int> t2(2); in main() local 121 std::tuple<int> t2(2); in main() local 127 std::tuple<int> t2(2); in main() local 134 std::tuple<int> t2(2); in main() local 141 std::tuple<int, double> t2(2, 3.5); in main() local 149 std::tuple<int, double> t2(2, 3.5); in main() local 157 std::tuple<int, double> t2(2, 3.5); in main() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tuple_cat.pass.cpp | 42 std::tuple<> t2 = std::tuple_cat(t1); in main() local 66 constexpr std::tuple<> t2 = std::tuple_cat(t1); in main() local 109 std::tuple<> t2; in main() local 115 std::tuple<int> t2(2); in main() local 121 std::tuple<int> t2(2); in main() local 127 std::tuple<int> t2(2); in main() local 134 std::tuple<int> t2(2); in main() local 141 std::tuple<int, double> t2(2, 3.5); in main() local 149 std::tuple<int, double> t2(2, 3.5); in main() local 157 std::tuple<int, double> t2(2, 3.5); in main() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 44 const T2 t2; in main() local 54 const T2 t2(1); in main() local 64 const T2 t2(0.9); in main() local 74 const T2 t2(1.1); in main() local 84 const T2 t2(1, 2); in main() local 94 const T2 t2(0.9, 2); in main() local 104 const T2 t2(1.1, 2); in main() local 114 const T2 t2(1, 1); in main() local 124 const T2 t2(1, 3); in main() local 134 const T2 t2(1, 2, 3); in main() local [all …]
|
D | eq.pass.cpp | 32 const T2 t2; in main() local 40 const T2 t2(1.1); in main() local 48 const T2 t2(1); in main() local 56 const T2 t2(1, 2); in main() local 64 const T2 t2(1, 3); in main() local 72 const T2 t2(1.1, 2); in main() local 80 const T2 t2(1.1, 3); in main() local 88 const T2 t2(1, 2, 3); in main() local 96 const T2 t2(1.1, 2, 3); in main() local 104 const T2 t2(1, 3, 3); in main() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 43 const T2 t2; in main() local 53 const T2 t2(1); in main() local 63 const T2 t2(0.9); in main() local 73 const T2 t2(1.1); in main() local 83 const T2 t2(1, 2); in main() local 93 const T2 t2(0.9, 2); in main() local 103 const T2 t2(1.1, 2); in main() local 113 const T2 t2(1, 1); in main() local 123 const T2 t2(1, 3); in main() local 133 const T2 t2(1, 2, 3); in main() local [all …]
|
D | eq.pass.cpp | 31 const T2 t2; in main() local 39 const T2 t2(1.1); in main() local 47 const T2 t2(1); in main() local 55 const T2 t2(1, 2); in main() local 63 const T2 t2(1, 3); in main() local 71 const T2 t2(1.1, 2); in main() local 79 const T2 t2(1.1, 3); in main() local 87 const T2 t2(1, 2, 3); in main() local 95 const T2 t2(1.1, 2, 3); in main() local 103 const T2 t2(1, 3, 3); in main() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 43 const T2 t2; in main() local 53 const T2 t2(1); in main() local 63 const T2 t2(0.9); in main() local 73 const T2 t2(1.1); in main() local 83 const T2 t2(1, 2); in main() local 93 const T2 t2(0.9, 2); in main() local 103 const T2 t2(1.1, 2); in main() local 113 const T2 t2(1, 1); in main() local 123 const T2 t2(1, 3); in main() local 133 const T2 t2(1, 2, 3); in main() local [all …]
|
D | eq.pass.cpp | 31 const T2 t2; in main() local 39 const T2 t2(1.1); in main() local 47 const T2 t2(1); in main() local 55 const T2 t2(1, 2); in main() local 63 const T2 t2(1, 3); in main() local 71 const T2 t2(1.1, 2); in main() local 79 const T2 t2(1.1, 3); in main() local 87 const T2 t2(1, 2, 3); in main() local 95 const T2 t2(1.1, 2, 3); in main() local 103 const T2 t2(1, 3, 3); in main() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_convert_non_const_copy.pass.cpp | 59 std::tuple<ConvertibleFrom<MutableCopy>> t2 = {std::allocator_arg, test_allocator<int>{}, t1}; in test() local 68 …std::tuple<ConvertibleFrom<MutableCopy>, int> t2 = {std::allocator_arg_t{}, test_allocator<int>{},… in test() local 78 …std::tuple<ExplicitConstructibleFrom<MutableCopy>> t2{std::allocator_arg_t{}, test_allocator<int>{… in test() local 87 …std::tuple<ExplicitConstructibleFrom<MutableCopy>, int> t2{std::allocator_arg_t{}, test_allocator<… in test() local 108 … std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 116 std::tuple<TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 124 … std::tuple<TracedCopyMove, TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 134 …std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 142 …std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int… in test() local
|
D | convert_const_move.pass.cpp | 54 std::tuple<ConvertibleFrom<ConstMove>> t2 = std::move(t1); in test() local 62 std::tuple<ConvertibleFrom<ConstMove>, int> t2 = std::move(t1); in test() local 71 std::tuple<ExplicitConstructibleFrom<ConstMove>> t2{std::move(t1)}; in test() local 79 std::tuple<ExplicitConstructibleFrom<ConstMove>, int> t2{std::move(t1)}; in test() local 96 std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::move(t1)}; in test() local 103 std::tuple<TracedCopyMove> t2{t1}; in test() local 110 std::tuple<TracedCopyMove, TracedCopyMove> t2{std::move(t1)}; in test() local 119 std::tuple<ConvertibleFrom<CvtFromConstTupleRefRef>> t2{std::move(t1)}; in test() local 126 std::tuple<ConvertibleFrom<ExplicitCtrFromConstTupleRefRef>> t2{std::move(t1)}; in test() local
|
D | convert_non_const_copy.pass.cpp | 52 std::tuple<ConvertibleFrom<MutableCopy>> t2 = t1; in test() local 60 std::tuple<ConvertibleFrom<MutableCopy>, int> t2 = t1; in test() local 69 std::tuple<ExplicitConstructibleFrom<MutableCopy>> t2{t1}; in test() local 77 std::tuple<ExplicitConstructibleFrom<MutableCopy>, int> t2{t1}; in test() local 95 std::tuple<ConvertibleFrom<TracedCopyMove>> t2{t1}; in test() local 102 std::tuple<TracedCopyMove> t2{t1}; in test() local 109 std::tuple<TracedCopyMove, TracedCopyMove> t2{t1}; in test() local 118 std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{t1}; in test() local 125 std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{t1}; in test() local
|
D | alloc_convert_const_move.pass.cpp | 59 …std::tuple<ConvertibleFrom<ConstMove>> t2 = {std::allocator_arg, test_allocator<int>{}, std::move(… in test() local 68 …std::tuple<ConvertibleFrom<ConstMove>, int> t2 = {std::allocator_arg_t{}, test_allocator<int>{}, s… in test() local 78 …std::tuple<ExplicitConstructibleFrom<ConstMove>> t2{std::allocator_arg_t{}, test_allocator<int>{},… in test() local 87 …std::tuple<ExplicitConstructibleFrom<ConstMove>, int> t2{std::allocator_arg_t{}, test_allocator<in… in test() local 109 …std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::allocator_arg_t{}, test_allocator<int>{}, std:… in test() local 117 std::tuple<TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, std::move(t1)}; in test() local 125 …std::tuple<TracedCopyMove, TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, std::… in test() local 135 …std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int>{}, std… in test() local 143 …std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int… in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_convert_non_const_copy.pass.cpp | 59 std::tuple<ConvertibleFrom<MutableCopy>> t2 = {std::allocator_arg, test_allocator<int>{}, t1}; in test() local 68 …std::tuple<ConvertibleFrom<MutableCopy>, int> t2 = {std::allocator_arg_t{}, test_allocator<int>{},… in test() local 78 …std::tuple<ExplicitConstructibleFrom<MutableCopy>> t2{std::allocator_arg_t{}, test_allocator<int>{… in test() local 87 …std::tuple<ExplicitConstructibleFrom<MutableCopy>, int> t2{std::allocator_arg_t{}, test_allocator<… in test() local 108 … std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 116 std::tuple<TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 124 … std::tuple<TracedCopyMove, TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 134 …std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int>{}, t1}; in test() local 142 …std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int… in test() local
|
D | alloc_convert_const_move.pass.cpp | 59 …std::tuple<ConvertibleFrom<ConstMove>> t2 = {std::allocator_arg, test_allocator<int>{}, std::move(… in test() local 68 …std::tuple<ConvertibleFrom<ConstMove>, int> t2 = {std::allocator_arg_t{}, test_allocator<int>{}, s… in test() local 78 …std::tuple<ExplicitConstructibleFrom<ConstMove>> t2{std::allocator_arg_t{}, test_allocator<int>{},… in test() local 87 …std::tuple<ExplicitConstructibleFrom<ConstMove>, int> t2{std::allocator_arg_t{}, test_allocator<in… in test() local 109 …std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::allocator_arg_t{}, test_allocator<int>{}, std:… in test() local 117 std::tuple<TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, std::move(t1)}; in test() local 125 …std::tuple<TracedCopyMove, TracedCopyMove> t2{std::allocator_arg_t{}, test_allocator<int>{}, std::… in test() local 135 …std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int>{}, std… in test() local 143 …std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{std::allocator_arg_t{}, test_allocator<int… in test() local
|
D | convert_const_move.pass.cpp | 54 std::tuple<ConvertibleFrom<ConstMove>> t2 = std::move(t1); in test() local 62 std::tuple<ConvertibleFrom<ConstMove>, int> t2 = std::move(t1); in test() local 71 std::tuple<ExplicitConstructibleFrom<ConstMove>> t2{std::move(t1)}; in test() local 79 std::tuple<ExplicitConstructibleFrom<ConstMove>, int> t2{std::move(t1)}; in test() local 96 std::tuple<ConvertibleFrom<TracedCopyMove>> t2{std::move(t1)}; in test() local 103 std::tuple<TracedCopyMove> t2{t1}; in test() local 110 std::tuple<TracedCopyMove, TracedCopyMove> t2{std::move(t1)}; in test() local 119 std::tuple<ConvertibleFrom<CvtFromConstTupleRefRef>> t2{std::move(t1)}; in test() local 126 std::tuple<ConvertibleFrom<ExplicitCtrFromConstTupleRefRef>> t2{std::move(t1)}; in test() local
|
D | convert_non_const_copy.pass.cpp | 52 std::tuple<ConvertibleFrom<MutableCopy>> t2 = t1; in test() local 60 std::tuple<ConvertibleFrom<MutableCopy>, int> t2 = t1; in test() local 69 std::tuple<ExplicitConstructibleFrom<MutableCopy>> t2{t1}; in test() local 77 std::tuple<ExplicitConstructibleFrom<MutableCopy>, int> t2{t1}; in test() local 95 std::tuple<ConvertibleFrom<TracedCopyMove>> t2{t1}; in test() local 102 std::tuple<TracedCopyMove> t2{t1}; in test() local 109 std::tuple<TracedCopyMove, TracedCopyMove> t2{t1}; in test() local 118 std::tuple<ConvertibleFrom<CvtFromTupleRef>> t2{t1}; in test() local 125 std::tuple<ConvertibleFrom<ExplicitCtrFromTupleRef>> t2{t1}; in test() local
|
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 45 T1 t2(Duration1(3)); in main() local 53 T1 t2(Duration1(4)); in main() local 61 T2 t2(Duration2(3000)); in main() local 69 T2 t2(Duration2(3001)); in main() local 79 constexpr T1 t2(Duration1(3)); in main() local 87 constexpr T1 t2(Duration1(4)); in main() local 95 constexpr T2 t2(Duration2(3000)); in main() local 103 constexpr T2 t2(Duration2(3001)); in main() local
|
D | op_equal.pass.cpp | 37 T1 t2(Duration1(3)); in main() local 43 T1 t2(Duration1(4)); in main() local 49 T2 t2(Duration2(3000)); in main() local 55 T2 t2(Duration2(3001)); in main() local 63 constexpr T1 t2(Duration1(3)); in main() local 69 constexpr T1 t2(Duration1(4)); in main() local 75 constexpr T2 t2(Duration2(3000)); in main() local 81 constexpr T2 t2(Duration2(3001)); in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 44 T1 t2(Duration1(3)); in main() local 52 T1 t2(Duration1(4)); in main() local 60 T2 t2(Duration2(3000)); in main() local 68 T2 t2(Duration2(3001)); in main() local 78 constexpr T1 t2(Duration1(3)); in main() local 86 constexpr T1 t2(Duration1(4)); in main() local 94 constexpr T2 t2(Duration2(3000)); in main() local 102 constexpr T2 t2(Duration2(3001)); in main() local
|
D | op_equal.pass.cpp | 36 T1 t2(Duration1(3)); in main() local 42 T1 t2(Duration1(4)); in main() local 48 T2 t2(Duration2(3000)); in main() local 54 T2 t2(Duration2(3001)); in main() local 62 constexpr T1 t2(Duration1(3)); in main() local 68 constexpr T1 t2(Duration1(4)); in main() local 74 constexpr T2 t2(Duration2(3000)); in main() local 80 constexpr T2 t2(Duration2(3001)); in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/time/time.point/time.point.comparisons/ |
D | op_less.pass.cpp | 44 T1 t2(Duration1(3)); in main() local 52 T1 t2(Duration1(4)); in main() local 60 T2 t2(Duration2(3000)); in main() local 68 T2 t2(Duration2(3001)); in main() local 78 constexpr T1 t2(Duration1(3)); in main() local 86 constexpr T1 t2(Duration1(4)); in main() local 94 constexpr T2 t2(Duration2(3000)); in main() local 102 constexpr T2 t2(Duration2(3001)); in main() local
|
D | op_equal.pass.cpp | 36 T1 t2(Duration1(3)); in main() local 42 T1 t2(Duration1(4)); in main() local 48 T2 t2(Duration2(3000)); in main() local 54 T2 t2(Duration2(3001)); in main() local 62 constexpr T1 t2(Duration1(3)); in main() local 68 constexpr T1 t2(Duration1(4)); in main() local 74 constexpr T2 t2(Duration2(3000)); in main() local 80 constexpr T2 t2(Duration2(3001)); in main() local
|