Home
last modified time | relevance | path

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

/third_party/skia/include/private/
H A DSkVx.h48 #define SIT template < typename T> SI macro
299 SIT Vec<1,T> operator+(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val + y.val; } in operator +()
300 SIT Vec<1,T> operator-(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val - y.val; } in operator -()
301 SIT Vec<1,T> operator*(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val * y.val; } in operator *()
302 SIT Vec<1,T> operator/(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val / y.val; } in operator /()
304 SIT Vec<1,T> operator^(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val ^ y.val; } in operator ^()
305 SIT Vec<1,T> operator&(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val & y.val; } in operator &()
306 SIT Vec<1,T> operator|(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val | y.val; } in operator |()
308 SIT Vec<1,T> operator!(const Vec<1,T>& x) { return !x.val; } in operator !()
309 SIT Ve in operator !()
926 #undef SIT global() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h238 const auto SIT = NodeToInfo.find(Succ); in runDFS() local
241 if (SIT != NodeToInfo.end() && SIT->second.DFSNum != 0) { in runDFS()
242 if (Succ != BB) SIT->second.ReverseChildren.push_back(BB); in runDFS()

Completed in 5 milliseconds