Home
last modified time | relevance | path

Searched refs:SINTU (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/include/private/
H A DSkVx.h51 #define SINTU template <int N, typename T, typename U, \ macro
386 SINTU Vec<N,T> operator+ (U x, const Vec<N,T>& y) { return Vec<N,T>(x) + y; } in operator +()
387 SINTU Vec<N,T> operator- (U x, const Vec<N,T>& y) { return Vec<N,T>(x) - y; } in operator -()
388 SINTU Vec<N,T> operator* (U x, const Vec<N,T>& y) { return Vec<N,T>(x) * y; } in operator *()
389 SINTU Vec<N,T> operator/ (U x, const Vec<N,T>& y) { return Vec<N,T>(x) / y; } in operator /()
390 SINTU Vec<N,T> operator^ (U x, const Vec<N,T>& y) { return Vec<N,T>(x) ^ y; } in operator ^()
391 SINTU Vec<N,T> operator& (U x, const Vec<N,T>& y) { return Vec<N,T>(x) & y; } in operator &()
392 SINTU Vec<N,T> operator| (U x, const Vec<N,T>& y) { return Vec<N,T>(x) | y; } in operator |()
393 SINTU Vec<N,M<T>> operator==(U x, const Vec<N,T>& y) { return Vec<N,T>(x) == y; } in operator ==()
394 SINTU Ve in operator ==()
923 #undef SINTU global() macro
[all...]

Completed in 3 milliseconds