HomeSort by: relevance | last modified time | path
    Searched defs:S2 (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
var-tag-3.cc 22 struct S2 {} S2;
local-static.c 99 struct S2
117 S2<T>::method ()
124 S2<T>::static_method ()
129 S2<int> s2; variable
164 s2.method ();
165 s2.inline_method ();
166 S2<int>::static_method ();
167 S2<int>::static_inline_method ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
var-tag-3.cc 22 struct S2 {} S2;
local-static.c 99 struct S2
117 S2<T>::method ()
124 S2<T>::static_method ()
129 S2<int> s2; variable
164 s2.method ();
165 s2.inline_method ();
166 S2<int>::static_method ();
167 S2<int>::static_inline_method ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
max-depth.go 25 type S2 struct {
31 var s1 S2
types.go 13 type S1 struct { p_s2 *S2 }
14 type S2 struct { p_s1 *S1 }
21 var s2 S2
23 fmt.Println (s2)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-prettyprint-stub.cc 20 struct S2
22 S2 (int i, long l) : m_s (i), m_l (l)
33 S2 s2 (10, 20);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-prettyprint-stub.cc 20 struct S2
22 S2 (int i, long l) : m_s (i), m_l (l)
33 S2 s2 (10, 20);
  /src/external/bsd/flex/dist/tests/
cxx_multiple_scanners_main.cc 39 S2_FlexLexer* S2 = new S2_FlexLexer;
47 S2_ok = S2->yylex();
51 delete S2;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
types.go 13 type S1 struct { p_s2 *S2 }
14 type S2 struct { p_s1 *S1 }
21 var s2 S2
23 fmt.Println (s2)
  /src/lib/libm/src/
k_sindf.c 27 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */
44 return (x + s*(S1+z*S2)) + s*w*r;
k_sin.c 34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
41 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
52 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
k_sincosf.h 25 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */
45 *sn = (x + s * (S1 + z * S2)) + s * w * r;
k_sinf.c 27 S2 = 8.3333337680e-03, /* 0x3c088889 */
44 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
k_sincos.h 24 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
45 r = S2 + z * (S3 + z * S4) + z * w * (S5 + z * S6);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.modula2/
max-depth.c 24 struct S2
32 struct S2 s2; member in struct:S3
40 memcpy (s3.s2.str, "abcde\0fghi", 10);
41 s3.s2.s1.a = 3;
42 s3.s2.s1.b = 4;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/
max-depth.c 24 struct S2
32 struct S2 s2; member in struct:S3
40 memcpy (s3.s2.str, "abcde\0fghi", 10);
41 s3.s2.s1.a = 3;
42 s3.s2.s1.b = 4;
  /src/lib/libm/ld80/
k_sinl.c 42 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */
57 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))));
  /src/external/bsd/wpa/dist/src/crypto/
sha1-tlsprf.c 34 const u8 *S1, *S2;
60 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
65 S2 = secret + L_S1;
67 /* The last byte of S1 will be shared with S2 */
68 S2--;
72 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1);
83 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len,
86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
  /src/lib/libm/ld128/
k_sinl.c 32 S2 = 0.0083333333333333333333333333333331135404851288270047L,
53 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InstSimplifyPass.cpp 35 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
LoopInstSimplify.cpp 63 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
  /src/lib/libc/net/
ethers.c 198 #define S2(arg) #arg
199 #define S1(arg) S2(arg)
202 #undef S2
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efisetjmp_arch.h 16 UINT64 S2;
  /src/lib/libm/noieee_src/
trig.h 129 vc(S2, -1.9841269838362403710E-4 ,0d00,ba50,1057,cf8a, -12, -.D00D00CF8A1057)
137 ic(S2, -1.9841269816180999116E-4 , -13, -1.A01A019746345)
145 #define S2 vccast(S2)
153 # define sin__S(z) (z*(S0+z*(S1+z*(S2+z*(S3+z*(S4+z*(S5+z*S6)))))))
155 # define sin__S(z) (z*(S0+z*(S1+z*(S2+z*(S3+z*(S4+z*S5))))))

Completed in 27 milliseconds

1 2 3