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

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
max-depth.go 20 type S1 struct {
26 m_struct S1
31 var s1 S2
34 s1.m_string = "hello world"
35 s1.m_struct.m_a = 3
36 s1.m_struct.m_b = 7
39 fmt.Println ("Got: %d, %d, %d, %s", i, s1.m_struct.m_a,
40 s1.m_struct.m_b, s1.m_string)
types.go 13 type S1 struct { p_s2 *S2 }
14 type S2 struct { p_s1 *S1 }
20 var s1 S1
22 fmt.Println (s1)
  /src/external/bsd/flex/dist/tests/
cxx_multiple_scanners_main.cc 38 S1_FlexLexer* S1 = new S1_FlexLexer;
45 S1_ok = S1->yylex();
50 delete S1;
  /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 }
20 var s1 S1
22 fmt.Println (s1)
  /src/lib/libm/src/
k_sindf.c 26 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */
44 return (x + s*(S1+z*S2)) + s*w*r;
k_sin.c 30 * sin(x) ~ x + S1*x + ... + S6*x
34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
43 * sin(x) = x + (S1*x + (x *(r-y/2)+y))
51 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */
70 if(iy==0) return x+v*(S1+z*r);
71 else return x-((z*(half*y-v*r)-y)-v*S1);
k_sincosf.h 24 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */
45 *sn = (x + s * (S1 + z * S2)) + s * w * r;
k_sinf.c 26 S1 = -1.6666667163e-01, /* 0xbe2aaaab */
45 if(iy==0) return x+v*(S1+z*r);
46 else return x-((z*(half*y-v*r)-y)-v*S1);
k_sincos.h 23 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */
49 *sn = x + v * (S1 + z * r);
51 *sn = x - ((z * (y / 2 - v * r) - y) - v * S1);
k_sincosl.h 32 #define S1 ((long double)S1hi + S1lo)
37 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */
70 *sn = x + v * (S1 + z * r);
72 *sn = x - ((z * (y / 2 - v * r) - y) - v * S1);
91 S1 = -0.16666666666666666666666666666666666606732416116558L,
126 *sn = x + v * (S1 + z * r);
128 *sn = x - ((z * (y / 2 - v * r) - y) - v * S1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.modula2/
max-depth.c 18 struct S1
27 struct S1 s1; member in struct:S2
41 s3.s2.s1.a = 3;
42 s3.s2.s1.b = 4;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/
max-depth.c 18 struct S1
27 struct S1 s1; member in struct:S2
41 s3.s2.s1.a = 3;
42 s3.s2.s1.b = 4;
  /src/lib/libm/ld80/
k_sinl.c 35 #define S1 ((long double)S1hi + S1lo)
38 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */
58 if(iy==0) return x+v*(S1+z*r);
59 else return x-((z*(half*y-v*r)-y)-v*S1);
  /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)
64 S1 = secret;
67 /* The last byte of S1 will be shared with S2 */
71 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5);
78 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5);
80 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5);
  /src/lib/libm/ld128/
k_sinl.c 31 S1 = -0.16666666666666666666666666666666666606732416116558L,
55 if(iy==0) return x+v*(S1+z*r);
56 else return x-((z*(half*y-v*r)-y)-v*S1);
  /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 199 #define S1(arg) S2(arg)
201 " %" S1(MAXHOSTNAMELEN) "s\n";
203 #undef S1
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efisetjmp_arch.h 15 UINT64 S1;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
hash_sha256_cp.c 79 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25))
81 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10)) macro
84 h += S1(e) + Ch(e, f, g) + k; \
95 s1(W[i + ii + 14]) + W[i + ii + 9] + s0(W[i + ii + 1]) + W[i + ii]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/
hash_sha512_cp.c 95 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41))
97 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6)) macro
100 h += S1(e) + Ch(e, f, g) + k; \
111 s1(W[i + ii + 14]) + W[i + ii + 9] + s0(W[i + ii + 1]) + W[i + ii]
  /src/lib/libm/noieee_src/
trig.h 109 * (sin(k*x)-x)/x = z*(S0 + S1*z^1 + ... + S5*z^5).
111 * sin__S(x*x) = z*(S0 + S1*z^1 + ... + S5*z^5)
128 vc(S1, 8.3333333333297230413E-3 ,8888,3d08,477f,8888, -6, .8888888888477F)
136 ic(S1, 8.3333333332992771264E-3 , -7, 1.111111110C461)
144 #define S1 vccast(S1)
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))))))
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
SetTheory.cpp 62 // (and S1, S2) Set intersection.
69 RecSet S1, S2;
70 ST.evaluate(Expr->arg_begin()[0], S1, Loc);
72 for (const auto &I : S1)
157 // (interleave S1, S2, ...) Interleave elements of the arguments.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 260 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices.
281 .add(MI.getOperand(S1));
  /src/external/public-domain/xz/dist/src/liblzma/check/
sha256.c 28 #define blk2(i) (W[i & 15] += s1(W[(i - 2) & 15]) + W[(i - 7) & 15] \
44 h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] + blk; \
51 #define S1(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 14), 5), 6)
53 #define s1(x) (rotr_32(x ^ rotr_32(x, 2), 17) ^ (x >> 10)) macro

Completed in 51 milliseconds

1 2 3