Searched refs:VECTOR (Results 1 – 6 of 6) sorted by relevance
64 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 …]
40 inline constexpr CKey<std::vector<Datum>> VECTOR("vector"); variable244 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()
1295 enum Location { VECTOR, REGION }; in TEST_P() enumerator1296 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()
266 VECTOR, enumerator
1213 out.orientationCalibration = Calibration::OrientationCalibration::VECTOR; in parseCalibration()1357 case Calibration::OrientationCalibration::VECTOR: in dumpCalibration()2232 case Calibration::OrientationCalibration::VECTOR: { in cookPointerData()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...