/aosp_15_r20/external/icing/icing/index/embed/ |
H A D | embedding-index_test.cc | 392 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 417 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 451 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 476 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 501 PropertyProto::VectorProto vector1 = CreateVector("model1", {0.1, 0.2}); in TEST_F() local 534 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2}); in TEST_F() local 565 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 621 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 686 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); in TEST_F() local 713 PropertyProto::VectorProto vector1 = CreateVector("model", {0.1, 0.2, 0.3}); 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 | 82 struct vector1 struct 86 typedef vector1<T0> this_type; 87 typedef vector_data1<T0> base_type; 88 typedef mpl::vector1<T0> types; 89 typedef vector_tag fusion_tag; 90 typedef fusion_sequence_tag tag; 91 typedef mpl::false_ is_view; 92 typedef random_access_traversal_tag category; 93 typedef mpl::int_<1> size; 95 vector1() {} in vector1() argument [all …]
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_clock_test.cc | 57 ThreadClock vector1(100); in TEST() local 113 ThreadClock vector1(10); in TEST() local 166 ThreadClock vector1(10); in TEST() local 199 ThreadClock vector1(10); 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() 86 inline void VectorVectorCwiseProductAccumulate(const T* __restrict__ vector1, in VectorVectorCwiseProductAccumulate() 418 inline void BatchVectorBatchVectorDotProduct(const T* vector1, const T* vector2, in BatchVectorBatchVectorDotProduct()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/ |
D | vector10.hpp | 23 struct vector1 struct 25 typedef aux::vector_tag<1> tag; 26 typedef vector1 type; 27 typedef T0 item0; 28 typedef void_ item1; 29 typedef T0 back; 30 typedef v_iter< type,0 > begin; 31 typedef v_iter< type,1 > end;
|
/aosp_15_r20/external/icing/icing/schema/ |
H A D | property-util_test.cc | 114 PropertyProto::VectorProto vector1; in TEST() local 185 PropertyProto::VectorProto vector1; in TEST() local 241 PropertyProto::VectorProto vector1; in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/preprocessed/ |
D | vector_10.hpp | 37 struct vector1 struct 39 typedef A0 member_type0; A0 a0; 64 , ( boost::phoenix::vector1 ) (A0)
|
D | vector_20.hpp | 37 struct vector1 struct 39 typedef A0 member_type0; A0 a0; 64 , ( boost::phoenix::vector1 ) (A0)
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | geom_unittest.ts | 19 const vector1 = new Vector2D({x: 1, y: 2}); constant 27 const vector1 = new Vector2D({x: 5, y: 7}); constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/ |
D | vector10.hpp | 17 struct vector1 struct 23 typedef vector1 type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/ |
D | vector50.hpp | 66 …uct vector1 { typedef v_iter<vector1< P0>, boost::type_of::constant<int,0> > begin; typedef P0 ite… argument
|
D | vector100.hpp | 116 …uct vector1 { typedef v_iter<vector1< P0>, boost::type_of::constant<int,0> > begin; typedef P0 ite… argument
|
/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/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/ |
D | vector10.hpp | 62 struct vector1 struct 64 typedef aux::vector_tag<1> tag; 65 typedef vector1 type; 66 typedef T0 item0; 67 typedef void_ item1; 68 typedef T0 back; 69 typedef v_iter< type,0 > begin; 70 typedef v_iter< type,1 > end;
|
/aosp_15_r20/external/icing/icing/util/ |
H A D | tokenized-document_test.cc | 244 PropertyProto::VectorProto vector1; in TEST_F() local 504 PropertyProto::VectorProto vector1; in TEST_F() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | LstmUtils.cpp | 187 void VectorVectorCwiseProduct(armnn::Decoder<float>& vector1, in VectorVectorCwiseProduct() 204 void VectorVectorCwiseProductAccumulate(armnn::Decoder<float>& vector1, in VectorVectorCwiseProductAccumulate()
|
/aosp_15_r20/external/webrtc/common_audio/signal_processing/ |
H A D | dot_product_with_scale.cc | 15 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1, in WebRtcSpl_DotProductWithScale()
|
H A D | cross_correlation_neon.c | 17 const int16_t* vector1, in DotProductWithScaleNeon()
|
/aosp_15_r20/system/core/libutils/binder/ |
H A D | Vector_test.cpp | 119 Vector<int> 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.cc | 687 float PortableVectorVectorDotProduct(const float* vector1, const float* vector2, in PortableVectorVectorDotProduct() 697 inline int32_t VectorVectorDotProduct(const int16_t* vector1, in VectorVectorDotProduct() 707 void PortableBatchVectorBatchVectorDotProduct(const int16_t* vector1, in PortableBatchVectorBatchVectorDotProduct()
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | variant_vector_unittest.cc | 31 VariantVector vector1; in TEST() local 48 VariantVector vector1, vector2; in TEST() local 1460 VariantVector vector1, vector2; in TEST() local
|