Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A 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()
71 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
83 bool set_is_strict_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_strict_subset()
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp39 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames()
43 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes()
47 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding()
51 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct()
57 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate()
62 const LayoutPtr &S2) { in ComparePaddingPctImmediate()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
H A Dtypes.go14 type S2 struct { p_s1 *S1 } struct
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
H A Dtypes.go14 type S2 struct { p_s1 *S1 } argument
/netbsd-src/external/bsd/flex/dist/tests/
H A Dcxx_multiple_scanners_main.cc39 S2_FlexLexer* S2 = new S2_FlexLexer; in main() local
/netbsd-src/lib/libm/src/
H A Dk_sindf.c27 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
H A Dk_sin.c52 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
H A Dk_sinf.c27 S2 = 8.3333337680e-03, /* 0x3c088889 */ variable
H A Dk_sincosf.h25 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
H A Dk_sincosl.h47 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
92 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
H A Dk_sincos.h24 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d570 static struct S2 struct
572 S2 opBinary(string op)(in S2) @nogc pure nothrow in opBinary() argument
577 ref S2 opOpAssign(string op)(in S2) @nogc pure nothrow in opOpAssign() argument
/netbsd-src/lib/libm/ld80/
H A Dk_sinl.c42 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
/netbsd-src/lib/libm/ld128/
H A Dk_sinl.c32 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp675 struct S2 { struct
676 unsigned char c1, c2, res;
677 const char *ch;
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/netbsd-src/lib/libm/noieee_src/
H A Dtrig.h145 #define S2 vccast(S2) macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d1085 struct S2 struct
1092 S2 s21 = { 3, 4 }; argument
H A Dsearching.d3302 static struct S2 struct
3308 bool opEquals(const S2 other) const {return i == other.i;} in opEquals() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp294 if (const MipsMCExpr *S2 = dyn_cast<const MipsMCExpr>(S1->getSubExpr())) { in isGpOff() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d1110 struct S2 struct
1117 S2 s21 = { 3, 4 }; argument
/netbsd-src/lib/libc/net/
H A Dethers.c198 #define S2(arg) #arg in ether_line() macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp35 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
H A Defisetjmp_arch.h16 UINT64 S2; member

1234