Home
last modified time | relevance | path

Searched refs:VECTOR (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/math/include/math/
H A DTVecHelpers.h64 VECTOR<T>& operator +=(const VECTOR<OTHER>& v) {
72 VECTOR<T>& operator -=(const VECTOR<OTHER>& v) {
85 VECTOR<T>& operator +=(const VECTOR<T>& v) {
92 VECTOR<T>& operator -=(const VECTOR<T>& v) {
166 VECTOR<T>& operator *=(const VECTOR<T>& v) {
173 VECTOR<T>& operator /=(const VECTOR<T>& v) {
248 VECTOR<T> r(VECTOR<T>::NO_INIT);
339 CONSTEXPR VECTOR<bool> PURE equal(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in equal()
519 …friend inline CONSTEXPR VECTOR<T> PURE fma(const VECTOR<T>& lv, const VECTOR<T>& rv, VECTOR<T> a) { in fma()
527 friend inline CONSTEXPR VECTOR<T> PURE min(const VECTOR<T>& u, VECTOR<T> v) { in min()
[all …]
/aosp12/system/media/audio_utils/tests/
H A Dmetadata_tests.cpp40 inline constexpr CKey<std::vector<Datum>> VECTOR("vector"); variable
244 big[VECTOR] = std::vector<Datum>{small, small}; in TEST()
271 ASSERT_EQ("abc", std::any_cast<Data>(data[VECTOR][1])[MY_NAME_IS]); in TEST()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp1295 enum Location { VECTOR, REGION }; in TEST_P() enumerator
1296 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()
1338 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()
1389 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()
1423 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h266 VECTOR, enumerator
H A DTouchInputMapper.cpp1213 out.orientationCalibration = Calibration::OrientationCalibration::VECTOR; in parseCalibration()
1357 case Calibration::OrientationCalibration::VECTOR: in dumpCalibration()
2232 case Calibration::OrientationCalibration::VECTOR: { in cookPointerData()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...