HomeSort by: relevance | last modified time | path
    Searched refs:S3 (Results 1 - 25 of 116) sorted by relevancy

1 2 3 4 5

  /src/external/mit/isl/dist/test_inputs/codegen/cloog/
block.c 2 S3(0);
4 S3(1);
block3.c 3 S3(c0);
block2.c 3 S3(c0, 1);
merge.c 5 S3(c0);
youcefn.c 5 S3(c0, n);
8 S3(c0, n);
youcef.c 5 S3(c0, 5);
reservoir-fusion1.c 6 S3(c0);
walters.c 3 S3(2, 0, 1, 1);
7 S3(c0, (c0 - 2) / 3, (c0 + 1) / 3, (c0 + 1) / 3);
constant.c 3 S3(c1);
7 S3(c1);
forwardsub-1-1-2.c 0 S3(1, 1);
mod4.c 4 S3(c0, (c0 + 1) / 3, (c0 + 1) / 3, 2, (c0 - 2) / 3);
forwardsub-2-1-2-3.c 0 S3(1, 0);
gesced.c 8 S3(c1, -2 * N + c0);
14 S3(c1, -2 * N + c0);
reservoir-mg-psinv.c 8 S3(c0, (c1 + 1) / 2, c3);
reservoir-mg-resid.c 8 S3(c0, (c1 + 1) / 2, c3);
reservoir-mg-rprj3.c 11 S3(c0, c1 - 1, c2);
16 S3(c0, c1 - 1, M - 1);
27 S3(c0, N - 1, c2);
32 S3(c0, N - 1, M - 1);
durbin_e_s.c 7 S3(c0, c1, 1);
15 S3(10, c1, 1);
orc.c 5 S3(c0, c1);
reservoir-lim-lam2.c 8 S3(c0, c1);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/
max-depth.c 30 struct S3
38 struct S3 s3; local
40 memcpy (s3.s2.str, "abcde\0fghi", 10);
41 s3.s2.s1.a = 3;
42 s3.s2.s1.b = 4;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.modula2/
max-depth.c 30 struct S3
38 struct S3 s3; local
40 memcpy (s3.s2.str, "abcde\0fghi", 10);
41 s3.s2.s1.a = 3;
42 s3.s2.s1.b = 4;
  /src/lib/libm/src/
k_sindf.c 28 S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */
42 r = S3+z*S4;
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))))
53 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringSwitch.h 98 StringLiteral S3, T Value) {
99 return Case(S0, Value).Cases(S1, S2, S3, Value);
103 StringLiteral S3, StringLiteral S4, T Value) {
104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value);
108 StringLiteral S3, StringLiteral S4, StringLiteral S5,
110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value);
114 StringLiteral S3, StringLiteral S4, StringLiteral S5,
116 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value);
120 StringLiteral S3, StringLiteral S4, StringLiteral S5,
122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value)
    [all...]
  /src/lib/libm/ld80/
k_sinl.c 43 S3 = -0.00019841269841269427, /* -0x1a01a01a019f81.0p-65 */
57 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))));

Completed in 35 milliseconds

1 2 3 4 5