Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/
Dcomparable.cpp20 struct eq2 { struct
26 (std::is_same<T, eq1>{} || std::is_same<T, eq2>{}) && argument
27 (std::is_same<U, eq1>{} || std::is_same<U, eq2>{})
33 (std::is_same<T, eq1>{} || std::is_same<T, eq2>{}) &&
34 (std::is_same<U, eq1>{} || std::is_same<U, eq2>{})
55 BOOST_HANA_CONSTEXPR_CHECK(hana::equal(eq1{0}, eq2{0})); in main()
56 BOOST_HANA_CONSTEXPR_CHECK(hana::not_(hana::equal(eq1{0}, eq2{1}))); in main()
57 BOOST_HANA_CONSTEXPR_CHECK(hana::not_(hana::equal(eq1{1}, eq2{0}))); in main()
59 BOOST_HANA_CONSTEXPR_CHECK(hana::equal(eq2{0}, eq1{0})); in main()
60 BOOST_HANA_CONSTEXPR_CHECK(hana::not_(hana::equal(eq2{0}, eq1{1}))); in main()
[all …]
/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_in_poly_winding.hpp141 bool eq2 = false; in apply() local
143 int count = check_segment(point, s1, s2, state, eq1, eq2); in apply()
188 bool& eq1, bool& eq2) in check_segment() argument
190 if (check_touch(point, seg1, seg2, state, eq1, eq2)) in check_segment()
195 return calculate_count(point, seg1, seg2, eq1, eq2); in check_segment()
203 bool& eq1, bool& eq2) in check_touch() argument
212 eq2 = math::equals(s2x, px); in check_touch()
216 if (eq1 && eq2) in check_touch()
234 bool eq1, bool eq2) in calculate_count() argument
243 : eq2 ? (s1 > p ? -1 : 1) // idem in calculate_count()
Dturn_in_ring_winding.hpp191 bool const eq2 = s2x == px; in apply() local
196 int const multiplier = eq1 || eq2 ? 1 : 2; in apply()
/third_party/boost/libs/multi_index/test/
Dtest_composite_key.cpp490 ckey_eq_t2 eq2( in DEFINE_TUPLE_MAKER() local
496 ckey_eq_t2 eq3(eq2); in DEFINE_TUPLE_MAKER()
504 BOOST_TEST( eq2(ck1(xyz(0,0,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
505 BOOST_TEST(!eq2(ck1(xyz(0,1,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
506 BOOST_TEST(!eq2(ck1(xyz(0,2,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
507 BOOST_TEST( eq2(ck1(xyz(0,3,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
508 BOOST_TEST(!eq2(ck1(xyz(1,0,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
509 BOOST_TEST(!eq2(ck1(xyz(1,1,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
510 BOOST_TEST(!eq2(ck1(xyz(1,2,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
511 BOOST_TEST(!eq2(ck1(xyz(1,3,0)),ck1(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
[all …]
/third_party/boost/boost/geometry/strategies/spherical/
Dpoint_in_poly_winding.hpp182 bool eq2 = false; in apply() local
185 count_info ci = check_segment(point, s1, s2, state, eq1, eq2, s_antipodal); in apply()
264 bool& eq1, bool& eq2, bool& s_antipodal) in check_segment() argument
266 if (check_touch(point, seg1, seg2, state, eq1, eq2, s_antipodal)) in check_segment()
271 return calculate_count(point, seg1, seg2, eq1, eq2, s_antipodal); in check_segment()
280 bool& eq2, in check_touch() argument
314 eq2 = eq2_strict // lon strictly equal to s2 in check_touch()
323 eq1 = eq2 = eq1 || eq2; in check_touch()
328 eq1 = eq2 = true; in check_touch()
334 if (eq1 && eq2) in check_touch()
[all …]
/third_party/boost/libs/hana/test/concept/struct/
Dlaws.cpp23 auto eq2 = hana::make_tuple( in main() local
34 hana::test::TestComparable<minimal_struct_tag<2>>{eq2}; in main()
38 hana::test::TestFoldable<minimal_struct_tag<2>>{eq2}; in main()
42 …hana::test::TestSearchable<minimal_struct_tag<2>>{eq2, hana::make_tuple(hana::int_c<0>, hana::int_… in main()
/third_party/boost/libs/core/test/
Dlightweight_test_test3.cpp18 struct eq2: private boost::noncopyable {}; struct
25 std::ostream& operator<<( std::ostream& os, eq2 const& ) in operator <<()
30 bool operator==( eq1 const&, eq2 const& ) in operator ==()
139 BOOST_TEST_EQ( eq1(), eq2() ); in main()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dequalizer.c315 GstElement *eq1, *eq2; in GST_START_TEST() local
332 eq2 = gst_check_setup_element ("equalizer-nbands"); in GST_START_TEST()
333 g_object_set (G_OBJECT (eq2), "num-bands", 3, NULL); in GST_START_TEST()
336 gst_preset_load_preset ((GstPreset *) eq2, "_testpreset_"); in GST_START_TEST()
340 gst_child_proxy_get ((GstChildProxy *) eq2, in GST_START_TEST()
345 gst_child_proxy_get ((GstChildProxy *) eq2, in GST_START_TEST()
350 gst_child_proxy_get ((GstChildProxy *) eq2, in GST_START_TEST()
358 gst_check_teardown_element (eq2); in GST_START_TEST()
/third_party/boost/libs/unordered/test/unordered/
Dassign_tests.cpp74 typename T::key_equal eq2(2); in assign_tests2() local
85 T x2(0, hf2, eq2); in assign_tests2()
100 T x2(0, hf2, eq2); in assign_tests2()
117 T x1(0, hf2, eq2); in assign_tests2()
121 BOOST_TEST(test::equivalent(x1.key_eq(), eq2)); in assign_tests2()
123 BOOST_TEST(test::equivalent(x2.key_eq(), eq2)); in assign_tests2()
135 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2()
157 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2()
179 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2()
Dconstructor_tests.cpp184 typename T::key_equal eq2(2); in constructor_tests2() local
266 T y(x.begin(), x.end(), 0, hf2, eq2); in constructor_tests2()
283 eq2); in constructor_tests2()
297 eq2); in constructor_tests2()
/third_party/boost/boost/geometry/strategies/agnostic/
Dpoint_in_poly_oriented_winding.hpp136 bool eq2 = math::equals(s2, p); in check_segment() local
138 if (eq1 && eq2) in check_segment()
147 : eq2 ? (s1 > p ? -1 : 1) // idem in check_segment()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_neon_inc.h200 vect_t eq2 = VCEQQ(data, vc2); in FF_FUN() local
201 vect_t eq = VORRQ(eq1, eq2); in FF_FUN()
276 eq2 = VCEQQ(data, vc2); in FF_FUN()
277 eq = VORRQ(eq1, eq2); in FF_FUN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp331 bool eq2 = (Block2 == Head2); in CompareIfRegionBlock() local
332 if (eq1 || eq2) { in CompareIfRegionBlock()
334 return (eq1 == eq2); in CompareIfRegionBlock()
/third_party/boost/libs/geometry/test/srs/
Dprojections_combined.cpp68 bool eq2 = bg::equals(xy, xy2); in test_forward() local
70 BOOST_CHECK_MESSAGE(eq2, in test_forward()
/third_party/skia/third_party/externals/freetype/builds/unix/
Dax_compare_version.m455 # AX_COMPARE_VERSION([3.15.7],[eq2],[3.15.8])
/third_party/ltp/m4/
Dax_compare_version.m455 # AX_COMPARE_VERSION([3.15.7],[eq2],[3.15.8])
/third_party/freetype/builds/unix/
Dax_compare_version.m455 # AX_COMPARE_VERSION([3.15.7],[eq2],[3.15.8])
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst590 .. nonce: _-5eq2
/third_party/ffmpeg/
DChangelog823 - eq2 filter ported from libmpcodecs as eq filter
/third_party/chromium/patch/
D0001-cve.patch60507 zU;l##A9&sCe*X&(Jovx^@}nPw^i5xU|GYVorI5}Yi_x?uXDfcMyrWyqNJ!&?eq2&C