Home
last modified time | relevance | path

Searched refs:right_array (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arrays/boolean/
H A Dtest_arithmetic.py25 def right_array(): function
41 def test_add_mul(left_array, right_array, opname, exp): argument
43 result = op(left_array, right_array)
48 def test_sub(left_array, right_array): argument
51 left_array - right_array
54 def test_div(left_array, right_array): argument
55 result = left_array / right_array
76 def test_op_int8(left_array, right_array, opname): argument
78 result = op(left_array, right_array)
79 expected = op(left_array.astype("Int8"), right_array.astype("Int8"))
/dports/finance/quickfix/quickfix-1.15.1/test/
H A DComparator.rb35 right_array = right.split("\001")
37 if left_array.size != right_array.size
44 right_field = right_array[index].split("=")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/
H A Dtest_utils.cc37 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
39 if (memcmp(left_array, right_array, in DesktopFrameDataEquals()
44 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/
H A Dtest_utils.cc37 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
39 if (memcmp(left_array, right_array, in DesktopFrameDataEquals()
44 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/
H A Dtest_utils.cc37 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
39 if (memcmp(left_array, right_array, in DesktopFrameDataEquals()
44 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/
H A Dtest_utils.cc35 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
38 right_array, in DesktopFrameDataEquals()
43 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dtest_utils.cc35 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
38 right_array, in DesktopFrameDataEquals()
43 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/
H A Dtest_utils.cc37 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
39 if (memcmp(left_array, right_array, in DesktopFrameDataEquals()
44 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/
H A Dtest_utils.cc35 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
38 right_array, in DesktopFrameDataEquals()
43 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dtest_utils.cc35 const uint8_t* right_array = right.data(); in DesktopFrameDataEquals() local
38 right_array, in DesktopFrameDataEquals()
43 right_array += right.stride(); in DesktopFrameDataEquals()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfxvideo/
H A Dsoft.c1173 right_array[0] = v3; in SetupSections_F()
1174 right_array[1] = v2; in SetupSections_F()
1175 right_array[2] = v1; in SetupSections_F()
1194 right_array[0] = v3; in SetupSections_F()
1195 right_array[1] = v1; in SetupSections_F()
1313 right_array[0] = v3; in SetupSections_G()
1314 right_array[1] = v2; in SetupSections_G()
1315 right_array[2] = v1; in SetupSections_G()
1335 right_array[0] = v3; in SetupSections_G()
1336 right_array[1] = v1; in SetupSections_G()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfxvideo/
H A Dsoft.c1173 right_array[0] = v3; in SetupSections_F()
1174 right_array[1] = v2; in SetupSections_F()
1175 right_array[2] = v1; in SetupSections_F()
1194 right_array[0] = v3; in SetupSections_F()
1195 right_array[1] = v1; in SetupSections_F()
1313 right_array[0] = v3; in SetupSections_G()
1314 right_array[1] = v2; in SetupSections_G()
1315 right_array[2] = v1; in SetupSections_G()
1335 right_array[0] = v3; in SetupSections_G()
1336 right_array[1] = v1; in SetupSections_G()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx25 bool check_equal(vbl_array_2d<bool>& left_array, vbl_array_2d<bool>& right_array) in check_equal() argument
38 for (i1 = 0; i1 < right_array.rows(); i1++) { in check_equal()
39 for (j1 = 0; j1 < right_array.cols(); j1++) { in check_equal()
40 if (right_array.get_rows()[i1][j1]) in check_equal()
64 for (i2 = 0; i2 < right_array.rows(); i2++) { in check_equal()
65 for (j2 = 0; j2 < right_array.cols(); j2++) { in check_equal()
66 if (right_array.get_rows()[i2][j2]) { in check_equal()
86 …if (i22 < 0 || i22 >= (int)right_array.rows() || j22 < 0 || j22 >= (int)right_array.cols() || !rig… in check_equal()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Dsoft.c1316 right_array[0] = v3; in SetupSections_F()
1317 right_array[1] = v2; in SetupSections_F()
1318 right_array[2] = v1; in SetupSections_F()
1337 right_array[0] = v3; in SetupSections_F()
1338 right_array[1] = v1; in SetupSections_F()
1456 right_array[0] = v3; in SetupSections_G()
1457 right_array[1] = v2; in SetupSections_G()
1458 right_array[2] = v1; in SetupSections_G()
1478 right_array[0] = v3; in SetupSections_G()
1479 right_array[1] = v1; in SetupSections_G()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dsoft.c1292 right_array[0] = v3; in SetupSections_F()
1293 right_array[1] = v2; in SetupSections_F()
1294 right_array[2] = v1; in SetupSections_F()
1313 right_array[0] = v3; in SetupSections_F()
1314 right_array[1] = v1; in SetupSections_F()
1422 right_array[0] = v3; in SetupSections_G()
1423 right_array[1] = v2; in SetupSections_G()
1424 right_array[2] = v1; in SetupSections_G()
1444 right_array[0] = v3; in SetupSections_G()
1445 right_array[1] = v1; in SetupSections_G()
[all …]
/dports/lang/parrot/parrot-8.1.0/t/library/
H A Dtest_more.t728 .local pmc right_array
731 right_array = new 'ResizablePMCArray'
732 right_array = 3
735 right[ 'array' ] = right_array
738 right_array[0] = 1
748 right_array[2] = 2
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/
H A Dtest_interval.py29 right_array = left_array + np.random.uniform(size=N)
30 return [Interval(left, right) for left, right in zip(left_array, right_array)]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dcompare_benchmark.cc41 const auto right_array = in BenchmarkArrayRangeEquals() local
45 const bool are_ok = ArrayRangeEquals(*left_array, *right_array, in BenchmarkArrayRangeEquals()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dcompare_benchmark.cc41 const auto right_array = in BenchmarkArrayRangeEquals() local
45 const bool are_ok = ArrayRangeEquals(*left_array, *right_array, in BenchmarkArrayRangeEquals()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-matcher-op.c475 bson_iter_t right_array; in _mongoc_matcher_iter_eq_match() local
477 BSON_ASSERT (bson_iter_recurse (iter, &right_array)); in _mongoc_matcher_iter_eq_match()
481 bool right_has_next = bson_iter_next (&right_array); in _mongoc_matcher_iter_eq_match()
493 if (!_mongoc_matcher_iter_eq_match (&left_array, &right_array)) { in _mongoc_matcher_iter_eq_match()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-matcher-op.c475 bson_iter_t right_array; in _mongoc_matcher_iter_eq_match() local
477 bson_iter_recurse (iter, &right_array); in _mongoc_matcher_iter_eq_match()
481 bool right_has_next = bson_iter_next (&right_array); in _mongoc_matcher_iter_eq_match()
493 if (!_mongoc_matcher_iter_eq_match (&left_array, &right_array)) { in _mongoc_matcher_iter_eq_match()
/dports/biology/primer3/primer3-2.3.6/src/
H A Dformat_output.c327 const interval_array_t right_array, in print_2_pair_array() argument
340 if ((right_array[j][0] == -1) && (right_array[j][1] == -1)) in print_2_pair_array()
343 right_array[j][0] + pa->first_base_index + sa->incl_s, in print_2_pair_array()
344 right_array[j][1]); in print_2_pair_array()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mac/
H A Dkeystone_install.sh302 local -a left_array right_array
304 IFS=. right_array=(${right})
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/physical_plan/
H A Dhash_join.rs609 let right_array = $r.as_any().downcast_ref::<$array_type>().unwrap(); localVariable
613 (false, false) => left_array.value($left) == right_array.value($right),
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Djson_dom.cc117 Json_array_ptr right_array = wrap_in_array(std::move(right)); in merge_doms() local
118 if (left_array == nullptr || right_array == nullptr || in merge_doms()
119 left_array->consume(std::move(right_array))) in merge_doms()

12