Searched refs:parity0 (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | stoer_wagner_test.cpp | 71 const bool parity0 = get(parities, 0); in BOOST_AUTO_TEST_CASE() local 72 BOOST_CHECK_EQUAL(parity0, get(parities, 1)); in BOOST_AUTO_TEST_CASE() 73 BOOST_CHECK_EQUAL(parity0, get(parities, 4)); in BOOST_AUTO_TEST_CASE() 74 BOOST_CHECK_EQUAL(parity0, get(parities, 5)); in BOOST_AUTO_TEST_CASE() 76 BOOST_CHECK_NE(parity0, parity2); in BOOST_AUTO_TEST_CASE() 111 const bool parity2 = get(parities, 2), parity0 = get(parities, 0); in BOOST_AUTO_TEST_CASE() local 112 BOOST_CHECK_NE(parity2, parity0); in BOOST_AUTO_TEST_CASE() 113 BOOST_CHECK_EQUAL(parity0, get(parities, 1)); in BOOST_AUTO_TEST_CASE() 157 const bool parity0 = get(parities, 0); in BOOST_AUTO_TEST_CASE() local 158 BOOST_CHECK_NE(parity1, parity0); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_yadif.asm | 225 je .parity0 229 .parity0: label
|
D | yadif-10.asm | 237 je .parity0 241 .parity0: label
|
D | vf_bwdif.asm | 220 je .parity0 223 .parity0: label
|
D | yadif-16.asm | 273 je .parity0 277 .parity0: label
|