Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
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()
DStringSwitch.h92 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()
165 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
170 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
[all …]
/third_party/boost/libs/smart_ptr/test/
Dlsp_convertible_test2.cpp31 #define TEST_CV_TRUE_( S1, T, S2, U ) \ argument
49 #define TEST_CV_FALSE_( S1, T, S2, U ) \ argument
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
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithObjectMembersOptionality.ts27 interface S2 extends T2 { interface
57 interface S2 extends T2 { interface
DsubtypingWithObjectMembersOptionality2.ts18 interface S2 extends T2 { interface
/third_party/musl/src/math/
D__sinl.c31 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
51 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
D__sindf.c22 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
D__sin.c46 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__sinl.c31 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
51 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
D__sindf.c22 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
D__sin.c46 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithObjectMembers.ts10 interface S2 { foo: string; } interface
51 interface S2 { foo: S2; } interface
DassignmentCompatWithObjectMembersStringNumericNames.ts10 interface S2 { '1': string; bar?: string } interface
51 interface S2 { '1': string; bar?: string } interface
DassignmentCompatWithCallSignatures.ts29 interface S2 { interface
DassignmentCompatWithObjectMembers4.ts13 interface S2 { foo: Derived; } interface
58 interface S2 { foo: Base; } interface
DassignmentCompatWithConstructSignatures.ts22 interface S2 { interface
DassignmentCompatWithConstructSignatures2.ts28 interface S2 { interface
DassignmentCompatWithCallSignatures2.ts36 interface S2 { interface
/third_party/typescript/tests/cases/compiler/
DsuperAccess.ts3 private S2: string = "test"; property in MyBase
/third_party/boost/libs/units/test/
Dtest_implicit_conversion.cpp100 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::cgs::time> S2 = S1; in test_main() local
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dselect-and-shift.c2 #define S2 5 macro
/third_party/boost/libs/core/test/
Dempty_value_size_test.cpp22 struct S2 struct
/third_party/typescript/tests/baselines/reference/
DrecursiveSpecializationOfSignatures.js15 set: function (S2) { argument

1234