/aosp_15_r20/external/icing/icing/index/embed/ |
H A D | embedding-index_test.cc | 393 PropertyProto::VectorProto vector2 = in TEST_F() local 418 PropertyProto::VectorProto vector2 = in TEST_F() local 452 PropertyProto::VectorProto vector2 = in TEST_F() local 477 PropertyProto::VectorProto vector2 = in TEST_F() local 502 PropertyProto::VectorProto vector2 = in TEST_F() local 535 PropertyProto::VectorProto vector2 = in TEST_F() local 566 PropertyProto::VectorProto vector2 = in TEST_F() local 622 PropertyProto::VectorProto vector2 = in TEST_F() local 687 PropertyProto::VectorProto vector2 = in TEST_F() local 714 PropertyProto::VectorProto vector2 = in TEST_F() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/preprocessed/ |
D | vector10.hpp | 269 struct vector2 struct 273 typedef vector2<T0 , T1> this_type; 274 typedef vector_data2<T0 , T1> base_type; 275 typedef mpl::vector2<T0 , T1> types; 276 typedef vector_tag fusion_tag; 277 typedef fusion_sequence_tag tag; 278 typedef mpl::false_ is_view; 279 typedef random_access_traversal_tag category; 280 typedef mpl::int_<2> size; 282 vector2() {} in vector2() argument [all …]
|
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | secagg_vector_test.cc | 115 SecAggVector vector2(packed_bytes2, 32, 0, GetParam()); in TEST_P() local 182 SecAggVector vector2(empty_raw_vector, modulus, GetParam()); in TEST_P() local 216 SecAggVector vector2(raw_vector, modulus, GetParam()); in TEST_P() local 418 SecAggUnpackedVector vector2({1, 2, 3}, 32); in TEST() local 427 SecAggUnpackedVector vector2(std::move(vector)); in TEST() local 437 SecAggUnpackedVector vector2(vector); in TEST() local 445 SecAggUnpackedVector vector2 = std::move(vector); in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/preprocessed/ |
D | vector_10.hpp | 77 struct vector2 struct 79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1; 104 , ( boost::phoenix::vector2 ) (A0) (A1)
|
D | vector_20.hpp | 77 struct vector2 struct 79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1; 104 , ( boost::phoenix::vector2 ) (A0) (A1)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/ |
D | vector10.hpp | 88 struct vector2 struct 90 typedef aux::vector_tag<2> tag; 91 typedef vector2 type; 92 typedef T0 item0; 93 typedef T1 item1; 96 typedef void_ item2; 97 typedef T1 back; 98 typedef v_iter< type,0 > begin; 99 typedef v_iter< type,2 > end;
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_clock_test.cc | 62 ThreadClock vector2(0); in TEST() local 115 ThreadClock vector2(20); in TEST() local 168 ThreadClock vector2(20); in TEST() local 201 ThreadClock vector2(100); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | portable_tensor_utils.h | 63 inline void VectorVectorCwiseProduct(const T* vector1, const T* vector2, in VectorVectorCwiseProduct() 87 const T* __restrict__ vector2, in VectorVectorCwiseProductAccumulate() 418 inline void BatchVectorBatchVectorDotProduct(const T* vector1, const T* vector2, in BatchVectorBatchVectorDotProduct()
|
/aosp_15_r20/external/icing/icing/schema/ |
H A D | property-util_test.cc | 119 PropertyProto::VectorProto vector2; in TEST() local 189 PropertyProto::VectorProto vector2; in TEST() local 245 PropertyProto::VectorProto vector2; in TEST() local
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | geom_unittest.ts | 20 const vector2 = new Vector2D({x: 3, y: 4}); constant 28 const vector2 = new Vector2D({x: 2, y: 3}); constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/ |
D | vector10.hpp | 29 struct vector2 struct 35 typedef vector2 type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/ |
D | vector50.hpp | 67 … > struct vector2 { typedef v_iter<vector2< P0 , P1>, boost::type_of::constant<int,0> > begin; typ… argument
|
D | vector100.hpp | 117 … > struct vector2 { typedef v_iter<vector2< P0 , P1>, boost::type_of::constant<int,0> > begin; typ… argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/ |
D | vector10.hpp | 193 struct vector2 struct 195 typedef aux::vector_tag<2> tag; 196 typedef vector2 type; 197 typedef T0 item0; 198 typedef T1 item1; 201 typedef void_ item2; 202 typedef T1 back; 203 typedef v_iter< type,0 > begin; 204 typedef v_iter< type,2 > end;
|
/aosp_15_r20/frameworks/base/core/java/android/gesture/ |
H A D | GestureUtils.java | 407 static float squaredEuclideanDistance(float[] vector1, float[] vector2) { in squaredEuclideanDistance() 424 static float cosineDistance(float[] vector1, float[] vector2) { in cosineDistance() 441 static float minimumCosineDistance(float[] vector1, float[] vector2, int numOrientations) { in minimumCosineDistance()
|
/aosp_15_r20/external/icing/icing/util/ |
H A D | tokenized-document_test.cc | 248 PropertyProto::VectorProto vector2; in TEST_F() local 508 PropertyProto::VectorProto vector2; in TEST_F() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | LstmUtils.cpp | 188 armnn::Decoder<float>& vector2, in VectorVectorCwiseProduct() 205 armnn::Decoder<float>& vector2, in VectorVectorCwiseProductAccumulate()
|
/aosp_15_r20/external/webrtc/common_audio/signal_processing/ |
H A D | dot_product_with_scale.cc | 16 const int16_t* vector2, in WebRtcSpl_DotProductWithScale()
|
H A D | cross_correlation_neon.c | 18 const int16_t* vector2, in DotProductWithScaleNeon()
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | derived.cpp | 4 template<typename T> class vector2 {}; class
|
/aosp_15_r20/system/core/libutils/binder/ |
H A D | Vector_test.cpp | 125 Vector<int> vector2 = vector1; in TEST_F() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_vector_shuffle.cpp | 29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_vector_shuffle.cpp | 29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | expand_bwd_test_template.hpp | 27 bool CheckEqualVector(const Vector1 &vector1, const Vector2 &vector2) in CheckEqualVector()
|