Home
last modified time | relevance | path

Searched refs:SIT (Results 1 – 2 of 2) sorted by relevance

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkVx.h60 #define SIT template < typename T> SI macro
320 SIT Vec<1,T> operator!(const Vec<1,T>& x) { return !x.val; }
321 SIT Vec<1,T> operator-(const Vec<1,T>& x) { return -x.val; }
322 SIT Vec<1,T> operator~(const Vec<1,T>& x) { return ~x.val; }
327 SIT Vec<1,M<T>> operator==(const Vec<1,T>& x, const Vec<1,T>& y) {
493 SIT bool any(const Vec<1,T>& x) { return x.val != 0; }
504 SIT bool all(const Vec<1,T>& x) { return x.val != 0; }
542 SIT T min(const Vec<1,T>& x) { return x.val; }
543 SIT T max(const Vec<1,T>& x) { return x.val; }
830 SIT void strided_load4(const T* v,
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkVx.h60 #define SIT template < typename T> SI macro
315 SIT Vec<1,T> operator!(const Vec<1,T>& x) { return !x.val; }
316 SIT Vec<1,T> operator-(const Vec<1,T>& x) { return -x.val; }
317 SIT Vec<1,T> operator~(const Vec<1,T>& x) { return ~x.val; }
487 SIT bool any(const Vec<1,T>& x) { return x.val != 0; }
525 SIT bool all(const Vec<1,T>& x) { return x.val != 0; }
569 SIT T min(const Vec<1,T>& x) { return x.val; }
570 SIT T max(const Vec<1,T>& x) { return x.val; }
883 SIT void strided_load4(const T* v,
953 SIT void strided_load2(const T* v, Vec<1,T>& a, Vec<1,T>& b) {
[all …]