Home
last modified time | relevance | path

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

1234

/external/skia/include/private/
DSkVx.h47 #define SIT template < typename T> SI macro
235 SIT Vec<1,T> operator+(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val + y.val; }
236 SIT Vec<1,T> operator-(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val - y.val; }
237 SIT Vec<1,T> operator*(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val * y.val; }
238 SIT Vec<1,T> operator/(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val / y.val; }
240 SIT Vec<1,T> operator^(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val ^ y.val; }
241 SIT Vec<1,T> operator&(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val & y.val; }
242 SIT Vec<1,T> operator|(const Vec<1,T>& x, const Vec<1,T>& y) { return x.val | y.val; }
244 SIT Vec<1,T> operator!(const Vec<1,T>& x) { return !x.val; }
245 SIT Vec<1,T> operator-(const Vec<1,T>& x) { return -x.val; }
[all …]
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp60 const DFAStateInput (*SIT)[2], in DFAPacketizer()
62 InstrItins(I), CurrentState(0), DFAStateInputTable(SIT), in DFAPacketizer()
/external/icu/icu4c/source/data/curr/
Dks.txt750 SIT{
751 "SIT",
Dbrx.txt806 SIT{
807 "SIT",
Dfur.txt178 SIT{
179 "SIT",
Dzh_Hant.txt895 SIT{
896 "SIT",
1985 SIT{
Dyue_Hans.txt895 SIT{
896 "SIT",
1982 SIT{
Dzh.txt894 SIT{
895 "SIT",
1976 SIT{
Dyue.txt894 SIT{
895 "SIT",
1981 SIT{
Dja.txt894 SIT{
895 "SIT",
1983 SIT{
Dbg.txt798 SIT{
799 "SIT",
1900 SIT{
Del.txt819 SIT{
820 "SIT",
1993 SIT{
Dug.txt890 SIT{
891 "SIT",
2096 SIT{
Dur.txt526 SIT{
527 "SIT",
Dhi.txt570 SIT{
571 "SIT",
Dko.txt866 SIT{
867 "SIT",
Dlo.txt874 SIT{
875 "SIT",
Dth.txt874 SIT{
875 "SIT",
Dccp.txt806 SIT{
807 "SIT",
Dmk.txt694 SIT{
695 "SIT",
Dbs_Cyrl.txt831 SIT{
832 "SIT",
2167 SIT{
Dbn.txt822 SIT{
823 "SIT",
/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h88 DFAPacketizer(const InstrItineraryData *I, const DFAStateInput (*SIT)[2],
/external/iproute2/lib/
Dll_types.c73 __PF(SIT,sit) in ll_type_n2a()
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h205 const auto SIT = NodeToInfo.find(Succ);
208 if (SIT != NodeToInfo.end() && SIT->second.DFSNum != 0) {
209 if (Succ != BB) SIT->second.ReverseChildren.push_back(BB);

1234