Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 9695) sorted by relevance

12345678910>>...388

/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/comparison/limits/
Dnot_equal_256.hpp17 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_0(c, y) 0 argument
18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_3(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_4(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_5(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_6(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_7(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_8(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_9(c, y) 0 argument
[all …]
Dnot_equal_1024.hpp18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_513(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_514(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_515(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_516(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_517(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_518(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_519(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_520(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_521(c, y) 0 argument
27 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_522(c, y) 0 argument
[all …]
Dnot_equal_512.hpp18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_257(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_258(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_259(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_260(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_261(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_262(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_263(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_264(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_265(c, y) 0 argument
27 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_266(c, y) 0 argument
[all …]
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/comparison/
Dnot_equal.hpp28 # define BOOST_PP_NOT_EQUAL(x, y) BOOST_PP_NOT_EQUAL_I(x, y) argument
30 # define BOOST_PP_NOT_EQUAL(x, y) BOOST_PP_NOT_EQUAL_OO((x, y)) argument
34 # define BOOST_PP_NOT_EQUAL_I(x, y) BOOST_PP_CAT(BOOST_PP_NOT_EQUAL_CHECK_, BOOST_PP_NOT_EQUAL_ ## … argument
38 # define BOOST_PP_NOT_EQUAL_D(d, x, y) BOOST_PP_NOT_EQUAL(x, y) argument
42 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_0(c, y) 0 argument
43 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1(c, y) 0 argument
44 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2(c, y) 0 argument
45 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_3(c, y) 0 argument
46 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_4(c, y) 0 argument
47 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_5(c, y) 0 argument
[all …]
/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Doptional_relops.hpp28 bool operator == ( optional<T> const& x, optional<T> const& y ) in operator ==()
33 bool operator < ( optional<T> const& x, optional<T> const& y ) in operator <()
38 bool operator != ( optional<T> const& x, optional<T> const& y ) in operator !=()
43 bool operator > ( optional<T> const& x, optional<T> const& y ) in operator >()
48 bool operator <= ( optional<T> const& x, optional<T> const& y ) in operator <=()
53 bool operator >= ( optional<T> const& x, optional<T> const& y ) in operator >=()
62 bool operator == ( optional<T> const& x, T const& y ) in operator ==()
67 bool operator < ( optional<T> const& x, T const& y ) in operator <()
72 bool operator != ( optional<T> const& x, T const& y ) in operator !=()
77 bool operator > ( optional<T> const& x, T const& y ) in operator >()
[all …]
/external/sdv/vsomeip/third_party/boost/core/test/
Dlightweight_test_all_eq_test.cpp23 int y[] = { 1, 2 }; in main() local
30 int y[] = { 1 }; in main() local
37 int y[] = { 1, 2 }; in main() local
44 int y[] = { 1, 3, 2, 4 }; in main() local
52 std::vector<int> x, y; in main() local
59 std::vector<int> x, y; in main() local
66 std::vector<int> x, y; in main() local
74 std::vector<float> x, y; in main() local
82 std::vector<int> x, y; in main() local
90 std::vector<int> x, y; in main() local
[all …]
/external/clang/test/CodeGen/
Dbuiltins-overflow.c16 unsigned test_add_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_add_overflow_uint_uint_uint()
30 int test_add_overflow_int_int_int(int x, int y) { in test_add_overflow_int_int_int()
44 unsigned test_sub_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_sub_overflow_uint_uint_uint()
58 int test_sub_overflow_int_int_int(int x, int y) { in test_sub_overflow_int_int_int()
72 unsigned test_mul_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_mul_overflow_uint_uint_uint()
86 int test_mul_overflow_int_int_int(int x, int y) { in test_mul_overflow_int_int_int()
100 int test_add_overflow_uint_int_int(unsigned x, int y) { in test_add_overflow_uint_int_int()
119 _Bool test_add_overflow_uint_uint_bool(unsigned x, unsigned y) { in test_add_overflow_uint_uint_bool()
138 unsigned test_add_overflow_bool_bool_uint(_Bool x, _Bool y) { in test_add_overflow_bool_bool_uint()
153 _Bool test_add_overflow_bool_bool_bool(_Bool x, _Bool y) { in test_add_overflow_bool_bool_bool()
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/compare/
Dexplicit.hpp25 bool cerlt(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cerlt()
31 bool cerlt(const interval<T, Policies>& x, const T& y) in cerlt()
37 bool cerlt(const T& x, const interval<T, Policies>& y) in cerlt()
43 bool cerle(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cerle()
49 bool cerle(const interval<T, Policies>& x, const T& y) in cerle()
55 bool cerle(const T& x, const interval<T, Policies>& y) in cerle()
61 bool cergt(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cergt()
67 bool cergt(const interval<T, Policies>& x, const T& y) in cergt()
73 bool cergt(const T& x, const interval<T, Policies>& y) in cergt()
79 bool cerge(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in cerge()
[all …]
/external/llvm-libc/src/__support/FPUtil/
DBasicOperations.h36 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> max(T x, T y) { in max()
50 template <> LIBC_INLINE float16 max(float16 x, float16 y) { in max()
54 template <> LIBC_INLINE float16 max(float16 x, float16 y) { in max()
66 template <> LIBC_INLINE float max(float x, float y) { in max()
70 template <> LIBC_INLINE double max(double x, double y) { in max()
76 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> min(T x, T y) { in min()
90 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min()
94 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min()
106 template <> LIBC_INLINE float min(float x, float y) { in min()
110 template <> LIBC_INLINE double min(double x, double y) { in min()
[all …]
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/
DBasicOperations.h36 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> max(T x, T y) { in max()
50 template <> LIBC_INLINE float16 max(float16 x, float16 y) { in max()
54 template <> LIBC_INLINE float16 max(float16 x, float16 y) { in max()
66 template <> LIBC_INLINE float max(float x, float y) { in max()
70 template <> LIBC_INLINE double max(double x, double y) { in max()
76 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> min(T x, T y) { in min()
90 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min()
94 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min()
106 template <> LIBC_INLINE float min(float x, float y) { in min()
110 template <> LIBC_INLINE double min(double x, double y) { in min()
[all …]
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/
DBasicOperations.h36 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> max(T x, T y) { in max()
50 template <> LIBC_INLINE float16 max(float16 x, float16 y) { in max()
54 template <> LIBC_INLINE float16 max(float16 x, float16 y) { in max()
66 template <> LIBC_INLINE float max(float x, float y) { in max()
70 template <> LIBC_INLINE double max(double x, double y) { in max()
76 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> min(T x, T y) { in min()
90 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min()
94 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min()
106 template <> LIBC_INLINE float min(float x, float y) { in min()
110 template <> LIBC_INLINE double min(double x, double y) { in min()
[all …]
/external/pdfium/core/fxcrt/
Dcheck_op.h10 #define CHECK_EQ(x, y) CHECK((x) == (y)) argument
11 #define CHECK_NE(x, y) CHECK((x) != (y)) argument
12 #define CHECK_LT(x, y) CHECK((x) < (y)) argument
13 #define CHECK_GT(x, y) CHECK((x) > (y)) argument
14 #define CHECK_LE(x, y) CHECK((x) <= (y)) argument
15 #define CHECK_GE(x, y) CHECK((x) >= (y)) argument
17 #define DCHECK_EQ(x, y) DCHECK((x) == (y)) argument
18 #define DCHECK_NE(x, y) DCHECK((x) != (y)) argument
19 #define DCHECK_LT(x, y) DCHECK((x) < (y)) argument
20 #define DCHECK_GT(x, y) DCHECK((x) > (y)) argument
[all …]
/external/pdfium/third_party/base/
Dcheck_op.h10 #define CHECK_EQ(x, y) CHECK((x) == (y)) argument
11 #define CHECK_NE(x, y) CHECK((x) != (y)) argument
12 #define CHECK_LT(x, y) CHECK((x) < (y)) argument
13 #define CHECK_GT(x, y) CHECK((x) > (y)) argument
14 #define CHECK_LE(x, y) CHECK((x) <= (y)) argument
15 #define CHECK_GE(x, y) CHECK((x) >= (y)) argument
17 #define DCHECK_EQ(x, y) DCHECK((x) == (y)) argument
18 #define DCHECK_NE(x, y) DCHECK((x) != (y)) argument
19 #define DCHECK_LT(x, y) DCHECK((x) < (y)) argument
20 #define DCHECK_GT(x, y) DCHECK((x) > (y)) argument
[all …]
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/arithmetic/
Ddiv.hpp28 # define BOOST_PP_DIV(x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE(x, y)) argument
30 # define BOOST_PP_DIV(x, y) BOOST_PP_DIV_I(x, y) argument
31 # define BOOST_PP_DIV_I(x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE(x, y)) argument
37 # define BOOST_PP_DIV_D(d, x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE_D(d, x, y)) argument
39 # define BOOST_PP_DIV_D(d, x, y) BOOST_PP_DIV_D_I(d, x, y) argument
40 # define BOOST_PP_DIV_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE_D(d, x, y)) argument
53 # define BOOST_PP_DIV(x, y) BOOST_PP_IIF(BOOST_PP_DETAIL_IS_1_NUMBER(y),BOOST_PP_IDENTITY_N(x,2)… argument
56 # define BOOST_PP_DIV_DO(x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE(x, y)) argument
58 # define BOOST_PP_DIV_DO(x, y) BOOST_PP_DIV_I(x, y) argument
59 # define BOOST_PP_DIV_I(x, y) BOOST_PP_TUPLE_ELEM(3, 0, BOOST_PP_DIV_BASE(x, y)) argument
[all …]
Dmod.hpp28 # define BOOST_PP_MOD(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument
30 # define BOOST_PP_MOD(x, y) BOOST_PP_MOD_I(x, y) argument
31 # define BOOST_PP_MOD_I(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument
37 # define BOOST_PP_MOD_D(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) argument
39 # define BOOST_PP_MOD_D(d, x, y) BOOST_PP_MOD_D_I(d, x, y) argument
40 # define BOOST_PP_MOD_D_I(d, x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE_D(d, x, y)) argument
53 # define BOOST_PP_MOD(x, y) BOOST_PP_IIF(BOOST_PP_DETAIL_IS_1_NUMBER(y),BOOST_PP_IDENTITY_N(0,2)… argument
56 # define BOOST_PP_MOD_DO(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument
58 # define BOOST_PP_MOD_DO(x, y) BOOST_PP_MOD_I(x, y) argument
59 # define BOOST_PP_MOD_I(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) argument
[all …]
/external/clang/INPUTS/
Dcfg-nested-switches.c1 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); argument
2 #define EXPAND_4_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i + … argument
3 #define EXPAND_8_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i + … argument
4 #define EXPAND_16_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i + … argument
5 #define EXPAND_32_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i +… argument
6 #define EXPAND_64_INNER_CASES(i, x, y) EXPAND_32_INNER_CASES(i, x, y) EXPAND_32_INNER_CASES(i +… argument
8 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); argument
9 #define EXPAND_4_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i + … argument
10 #define EXPAND_8_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i + … argument
11 #define EXPAND_16_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i + … argument
[all …]
Dcfg-long-chain2.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-long-chain1.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-big-switch.c1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); argument
2 #define EXPAND_4_CASES(i, x, y) EXPAND_2_CASES(i, x, y) EXPAND_2_CASES(i + 2, x, y) argument
3 #define EXPAND_8_CASES(i, x, y) EXPAND_4_CASES(i, x, y) EXPAND_4_CASES(i + 4, x, y) argument
4 #define EXPAND_16_CASES(i, x, y) EXPAND_8_CASES(i, x, y) EXPAND_8_CASES(i + 8, x, y) argument
5 #define EXPAND_32_CASES(i, x, y) EXPAND_16_CASES(i, x, y) EXPAND_16_CASES(i + 16, x, y) argument
6 #define EXPAND_64_CASES(i, x, y) EXPAND_32_CASES(i, x, y) EXPAND_32_CASES(i + 32, x, y) argument
7 #define EXPAND_128_CASES(i, x, y) EXPAND_64_CASES(i, x, y) EXPAND_64_CASES(i + 64, x, y) argument
8 #define EXPAND_256_CASES(i, x, y) EXPAND_128_CASES(i, x, y) EXPAND_128_CASES(i + 128, x, y) argument
9 #define EXPAND_512_CASES(i, x, y) EXPAND_256_CASES(i, x, y) EXPAND_256_CASES(i + 256, x, y) argument
10 #define EXPAND_1024_CASES(i, x, y) EXPAND_512_CASES(i, x, y) EXPAND_512_CASES(i + 512, x, y) argument
[all …]
/external/libtextclassifier/native/utils/base/
Dlogging.h135 #define TC3_CHECK_EQ(x, y) TC3_CHECK((x) == (y)) argument
136 #define TC3_CHECK_LT(x, y) TC3_CHECK((x) < (y)) argument
137 #define TC3_CHECK_GT(x, y) TC3_CHECK((x) > (y)) argument
138 #define TC3_CHECK_LE(x, y) TC3_CHECK((x) <= (y)) argument
139 #define TC3_CHECK_GE(x, y) TC3_CHECK((x) >= (y)) argument
140 #define TC3_CHECK_NE(x, y) TC3_CHECK((x) != (y)) argument
149 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM argument
150 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM argument
151 #define TC3_DCHECK_GT(x, y) TC3_NULLSTREAM argument
152 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM argument
[all …]
/external/icing/icing/text_classifier/lib3/utils/base/
Dlogging.h134 #define TC3_CHECK_EQ(x, y) TC3_CHECK((x) == (y)) argument
135 #define TC3_CHECK_LT(x, y) TC3_CHECK((x) < (y)) argument
136 #define TC3_CHECK_GT(x, y) TC3_CHECK((x) > (y)) argument
137 #define TC3_CHECK_LE(x, y) TC3_CHECK((x) <= (y)) argument
138 #define TC3_CHECK_GE(x, y) TC3_CHECK((x) >= (y)) argument
139 #define TC3_CHECK_NE(x, y) TC3_CHECK((x) != (y)) argument
148 #define TC3_DCHECK_EQ(x, y) TC3_NULLSTREAM argument
149 #define TC3_DCHECK_LT(x, y) TC3_NULLSTREAM argument
150 #define TC3_DCHECK_GT(x, y) TC3_NULLSTREAM argument
151 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM argument
[all …]
/external/sdv/vsomeip/third_party/boost/regex/test/
Dtest_macros.hpp85 #define BOOST_EQUAL_IMP(x, y, severity)\ argument
96 #define BOOST_NE_IMP(x, y, severity)\ argument
107 #define BOOST_LT_IMP(x, y, severity)\ argument
118 #define BOOST_GT_IMP(x, y, severity)\ argument
129 #define BOOST_LE_IMP(x, y, severity)\ argument
140 #define BOOST_GE_IMP(x, y, severity)\ argument
161 bool check_equal_collections(I a, I b, J x, J y) in check_equal_collections()
184 #define BOOST_MT_CHECK_EQ_COLLECTIONS(a, b, x, y, severity)\ argument
195 #define BOOST_CHECK_EQUAL(x, y) BOOST_EQUAL_IMP(x, y, error_on_fail) argument
196 #define BOOST_WARN_EQUAL(x, y) BOOST_EQUAL_IMP(x, y, warn_on_fail) argument
[all …]
/external/pytorch/test/
Dtest_tensorexpr.py40 def easy(x, y): argument
53 def easy(x, y, z): argument
71 def run_addcmul(x, y, z, w): argument
98 def test(x, y, z): argument
126 def test(x, y, z): argument
156 def easy(x, y, z): argument
163 def np_easy(x, y, z): argument
183 def easy(x, y, z): argument
190 def np_easy(x, y, z): argument
211 def easy(x, y, z): argument
[all …]
/external/sdv/vsomeip/third_party/boost/phoenix/test/scope/
Dmore_let_tests.cpp40 int y = 0; in main() local
50 int y = 1; in main() local
77 int y = 1; in main() local
84 int y = 1; in main() local
96 int y = 0; in main() local
106 int y = 0; in main() local
116 int y = 0; in main() local
126 int y = 0; in main() local
136 int y = 1; in main() local
143 int y = 0; in main() local
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py760 def __add__(self, y): argument
763 def __div__(self, y): argument
766 def __eq__(self, y): argument
769 def __floordiv__(self, y): argument
772 def __truediv__(self, y): argument
778 def __mod__(self, y): argument
781 def __mul__(self, y): argument
790 def __pow__(self, y): argument
796 def __radd__(self, y): argument
799 def __rdiv__(self, y): argument
[all …]

12345678910>>...388