Searched refs:SINT (Results 1 – 2 of 2) sorted by relevance
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkVx.h | 62 #define SINT template <int N, typename T> SI macro 218 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) { 256 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) { 259 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) { 262 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) { 265 SINT Vec<N,T> operator/(const Vec<N,T>& x, const Vec<N,T>& y) { 269 SINT Vec<N,T> operator^(const Vec<N,T>& x, const Vec<N,T>& y) { 494 SINT bool any(const Vec<N,T>& x) { 505 SINT bool all(const Vec<N,T>& x) { 840 SINT void strided_load4(const T* v, [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkVx.h | 62 #define SINT template <int N, typename T> SI macro 213 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) { 251 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) { 254 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) { 257 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) { 488 SINT bool any(const Vec<N,T>& x) { 526 SINT bool all(const Vec<N,T>& x) { 859 SINT T dot(const Vec<N, T>& a, const Vec<N, T>& b) { 893 SINT void strided_load4(const T* v, 957 SINT void strided_load2(const T* v, Vec<N,T>& a, Vec<N,T>& b) { [all …]
|