Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSwitch.h88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
161 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower()
[all …]
DSetOperations.h22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
/third_party/boost/boost/tuple/
Dtuple_comparison.hpp111 inline bool operator==(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator ==()
122 inline bool operator!=(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator !=()
133 inline bool operator<(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator <()
143 inline bool operator>(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator >()
153 inline bool operator<=(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator <=()
163 inline bool operator>=(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator >=()
/third_party/boost/libs/smart_ptr/test/
Dlsp_convertible_test.cpp31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument
49 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
Dsp_convertible_test2.cpp30 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument
48 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
Dlsp_convertible_test2.cpp31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument
49 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
/third_party/musl/src/math/
D__sinl.c29 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
50 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
D__sindf.c21 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
D__sin.c45 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__sinl.c29 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
50 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
D__sindf.c21 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
D__sin.c45 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
/third_party/typescript/tests/cases/compiler/
DrecursiveSpecializationOfSignatures.ts2 set S1(S2: S0<any,any>) { method in S0
DsuperAccess.ts2 static S1: number = 5; property in MyBase
/third_party/boost/libs/units/test/
Dtest_implicit_conversion.cpp99 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::si::time> S1(2.0*bu::si::seconds); in test_main() local
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dselect-and-shift.c1 #define S1 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp211 StoreInst *S1) { in getPHIOperand()
244 StoreInst *S1) { in sinkStoresAndGEPs()
321 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores() local
/third_party/boost/libs/core/test/
Dempty_value_size_test.cpp15 struct S1 struct
/third_party/typescript/tests/baselines/reference/
DrecursiveSpecializationOfSignatures.js3 set S1(S2: S0<any,any>) { setter in S0
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Dk_sin.c55 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
/third_party/boost/boost/hana/
Dis_disjoint.hpp26 using S1 = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dis_subset.hpp30 using S1 = typename hana::tag_of<Xs>::type; in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dis_subset.hpp30 using S1 = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dis_disjoint.hpp26 using S1 = typename hana::tag_of<Xs>::type; in operator ()() typedef
/third_party/boost/libs/statechart/test/
DTransitionTest.cpp337 struct S1 : Orthogonal1< S1< M >, S0< M >, S11< M > > struct
339 typedef Orthogonal1< S1< M >, S0< M >, S11< M > > my_base; argument
348 S1( typename my_base::my_context ctx ) : my_base( ctx ) {} in S1() argument

1234