Home
last modified time | relevance | path

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

/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/
H A Djoin.pyx690 right_size = len(right_values)
759 right_size = len(right_values)
819 right_size = len(right_values)
827 right_values,
835 right_values,
860 asof_t[:] right_values,
877 right_size = len(right_values)
913 asof_t[:] right_values,
930 right_size = len(right_values)
967 asof_t[:] right_values,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_directional_neon.cc115 const uint8x8_t right_values = RightShift<8>(left_values); in DirectionalZone1_WxH() local
116 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
126 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local
130 &right_values); in DirectionalZone1_WxH()
132 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
188 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local
190 &right_values); in DirectionalZone1_WxH()
192 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
266 const uint8x8_t right_values = vld1_u8(top + top_base_x + x + 1); in DirectionalIntraPredictorZone1_NEON() local
446 const uint8x8_t right_values = vadd_u8(left_values, vdup_n_u8(1)); in DirectionalZone2FromLeftCol_WxH() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_directional_neon.cc115 const uint8x8_t right_values = RightShift<8>(left_values); in DirectionalZone1_WxH() local
116 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
126 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local
130 &right_values); in DirectionalZone1_WxH()
132 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
188 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local
190 &right_values); in DirectionalZone1_WxH()
192 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
266 const uint8x8_t right_values = vld1_u8(top + top_base_x + x + 1); in DirectionalIntraPredictorZone1_NEON() local
446 const uint8x8_t right_values = vadd_u8(left_values, vdup_n_u8(1)); in DirectionalZone2FromLeftCol_WxH() local
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/util/
H A D_testing.py167 right_values = right_df.values
169 left_values, right_values = _normalize_signs(left_values,
170 right_values)
171 npt.assert_almost_equal(left_values, right_values, decimal=decimal)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bimap-0.2.0/src/
H A Dhash.rs195 pub fn right_values(&self) -> RightValues<'_, L, R> { in right_values() function
790 fn right_values() { in right_values() function
795 let mut right_values = bimap.right_values().cloned().collect::<Vec<_>>(); in right_values() localVariable
796 right_values.sort(); in right_values()
797 assert_eq!(right_values, vec![1, 2, 3]) in right_values()
H A Dbtree.rs175 pub fn right_values(&self) -> RightValues<'_, L, R> { in right_values() function
833 fn right_values() { in right_values() function
838 let right_values = bimap.right_values().cloned().collect::<Vec<_>>(); in right_values() localVariable
839 assert_eq!(right_values, vec![1, 2, 3]) in right_values()
849 let mut iter = bimap.right_values(); in right_values_rev()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/darkmode/
H A Ddarkmode_classifier.cc833 const T* __restrict right_values, in OpNoBroadcast() argument
840 auto rhs = ConstRowVectorMap<T>(right_values, size).array(); in OpNoBroadcast()
845 output_values[i] = op(left_values[i], right_values[i]); in OpNoBroadcast()
856 const T* __restrict right_values, in OpInnerBroadcast() argument
868 op.apply(left.array(), right_values[0], output.array()); in OpInnerBroadcast()
871 auto right = ConstRowVectorMap<T>(right_values, inner_size); in OpInnerBroadcast()
881 output_values[offset] = op(left_values[offset], right_values[idx_in]); in OpInnerBroadcast()
901 const int32_t* __restrict right_shape, const T* __restrict right_values, \
904 right_values, output_values, Op##OP_NAME<T>()); \
910 const int32_t* __restrict right_shape, const T* __restrict right_values, \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/darkmode/
H A Ddarkmode_classifier.cc833 const T* __restrict right_values, in OpNoBroadcast() argument
840 auto rhs = ConstRowVectorMap<T>(right_values, size).array(); in OpNoBroadcast()
845 output_values[i] = op(left_values[i], right_values[i]); in OpNoBroadcast()
856 const T* __restrict right_values, in OpInnerBroadcast() argument
868 op.apply(left.array(), right_values[0], output.array()); in OpInnerBroadcast()
871 auto right = ConstRowVectorMap<T>(right_values, inner_size); in OpInnerBroadcast()
881 output_values[offset] = op(left_values[offset], right_values[idx_in]); in OpInnerBroadcast()
901 const int32_t* __restrict right_shape, const T* __restrict right_values, \
904 right_values, output_values, Op##OP_NAME<T>()); \
910 const int32_t* __restrict right_shape, const T* __restrict right_values, \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference.cc1036 const T* __restrict right_values, in OpNoBroadcast() argument
1043 auto rhs = ConstRowVectorMap<T>(right_values, size).array(); in OpNoBroadcast()
1048 output_values[i] = op(left_values[i], right_values[i]); in OpNoBroadcast()
1059 const T* __restrict right_values, in OpInnerBroadcast() argument
1071 op.apply(left.array(), right_values[0], output.array()); in OpInnerBroadcast()
1074 auto right = ConstRowVectorMap<T>(right_values, inner_size); in OpInnerBroadcast()
1084 output_values[offset] = op(left_values[offset], right_values[idx_in]); in OpInnerBroadcast()
1104 const int32_t* __restrict right_shape, const T* __restrict right_values, \
1107 right_values, output_values, Op##OP_NAME<T>()); \
1113 const int32_t* __restrict right_shape, const T* __restrict right_values, \
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dsyntax_tree.py516 def _infer_comparison(context, left_values, operator, right_values): argument
518 if not left_values or not right_values:
520 result = (left_values or NO_VALUES) | (right_values or NO_VALUES)
526 if len(left_values) * len(right_values) > 6:
527 return _literals_to_types(state, left_values | right_values)
532 for right in right_values
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dintrapred_directional_neon.cc117 const uint8x8_t right_values = RightShiftVector<8>(left_values); in DirectionalZone1_WxH() local
118 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
128 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local
132 &right_values); in DirectionalZone1_WxH()
134 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
191 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local
193 &right_values); in DirectionalZone1_WxH()
195 const uint8x8_t value = WeightedBlend(left_values, right_values, shift); in DirectionalZone1_WxH()
267 const uint8x8_t right_values = vld1_u8(top + top_base_x + x + 1); in DirectionalIntraPredictorZone1_NEON() local
444 const uint8x8_t right_values = vadd_u8(left_values, vdup_n_u8(1)); in DirectionalZone2FromLeftCol_WxH() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference.cc1165 const T* __restrict right_values, in OpNoBroadcast() argument
1172 auto rhs = ConstRowVectorMap<T>(right_values, size).array(); in OpNoBroadcast()
1177 output_values[i] = op(left_values[i], right_values[i]); in OpNoBroadcast()
1188 const T* __restrict right_values, in OpInnerBroadcast() argument
1200 op.apply(left.array(), right_values[0], output.array()); in OpInnerBroadcast()
1203 auto right = ConstRowVectorMap<T>(right_values, inner_size); in OpInnerBroadcast()
1213 output_values[offset] = op(left_values[offset], right_values[idx_in]); in OpInnerBroadcast()
1233 const int32_t* __restrict right_shape, const T* __restrict right_values, \
1236 right_values, output_values, Op##OP_NAME<T>()); \
1242 const int32_t* __restrict right_shape, const T* __restrict right_values, \
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/array/
H A Dord.rs97 let right_values = StringArray::from(left.values().data()); in compare_dict_string() localVariable
103 let right = right_values.value(key_right); in compare_dict_string()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dcompare.cc380 const CType* right_values; member
386 const CType y = right_values[i + impl->right_start_idx_]; in operator ()()
398 const CType* right_values = right_.GetValues<CType>(1); in ComparePrimitive() local
401 right_values + right_start_idx_ + i, length * sizeof(CType)) == 0; in ComparePrimitive()
410 const CType* right_values = right_.GetValues<CType>(1); in CompareFloating() local
412 ComparatorVisitor<CType> visitor{this, left_values, right_values}; in CompareFloating()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dcompare.cc380 const CType* right_values; member
386 const CType y = right_values[i + impl->right_start_idx_]; in operator ()()
398 const CType* right_values = right_.GetValues<CType>(1); in ComparePrimitive() local
401 right_values + right_start_idx_ + i, length * sizeof(CType)) == 0; in ComparePrimitive()
410 const CType* right_values = right_.GetValues<CType>(1); in CompareFloating() local
412 ComparatorVisitor<CType> visitor{this, left_values, right_values}; in CompareFloating()
/dports/math/py-pandas/pandas-1.2.5/pandas/core/reshape/
H A Dmerge.py1815 right_values = (
1828 if not Index(right_values).is_monotonic:
1830 if isna(right_values).any():
1838 right_values = right_values.view("i8")
1871 right_values,
1880 return func(left_values, right_values, self.allow_exact_matches, tolerance)
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/input/
H A Dmulti_outer_join.source503 CREATE TABLE right_values(val int);
505 SELECT create_distributed_table('right_values', 'val');
507 \copy right_values from stdin
517 LEFT JOIN right_values AS r ON l.val = r.val
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/output/
H A Dmulti_outer_join.source819 CREATE TABLE right_values(val int);
820 SELECT create_distributed_table('right_values', 'val');
826 \copy right_values from stdin
831 LEFT JOIN right_values AS r ON l.val = r.val
/dports/finance/ledger/ledger-3.2.1/src/
H A Dvalue.cc2044 const std::list<sort_value_t>& right_values) in sort_value_is_less_than() argument
2047 std::list<sort_value_t>::const_iterator right_iter = right_values.begin(); in sort_value_is_less_than()
2049 while (left_iter != left_values.end() && right_iter != right_values.end()) { in sort_value_is_less_than()
2068 assert(right_iter == right_values.end()); in sort_value_is_less_than()
H A Dvalue.h995 const std::list<sort_value_t>& right_values);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudastereo/src/cuda/
H A Dstereosgm.cu911 int32_t right_values[DP_BLOCK_SIZE]; in aggregate_vertical_path_kernel() local
914 right_values[j] = right_buffer[right0_addr_lo + j][right0_addr_hi]; in aggregate_vertical_path_kernel()
919 local_costs[j] = __popc(left_value ^ right_values[j]); in aggregate_vertical_path_kernel()
1118 int32_t right_values[DP_BLOCK_SIZE]; in aggregate_oblique_path_kernel() local
1121 right_values[j] = right_buffer[right0_addr_lo + j][right0_addr_hi]; in aggregate_oblique_path_kernel()
1126 local_costs[j] = __popc(left_value ^ right_values[j]); in aggregate_oblique_path_kernel()
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A D_testing.py1406 right_values = right._values
1409 right_values
1413 right_values,
1420 right_values,
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dcompare.cc184 const std::shared_ptr<Array>& right_values = right.values(); in CompareLists() local
202 right_values)) { in CompareLists()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13844 const glw::GLdouble* right_values = (glw::GLdouble*)right; in compare() local
13849 const glw::GLdouble right_value = right_values[component]; in compare()
13866 const glw::GLint* right_values = (glw::GLint*)right; in compare() local
13871 const glw::GLint right_value = right_values[component]; in compare()
13887 const glw::GLuint* right_values = (glw::GLuint*)right; in compare() local
13892 const glw::GLuint right_value = right_values[component]; in compare()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_if_else.cc2223 const uint8_t* right_values = right_arr.buffers[1]->data(); in ExecBinaryCoalesce() local
2239 CopyFixedWidth<Type>::CopyArray(*right_arr.type, right_values, in ExecBinaryCoalesce()