HomeSort by relevance Sort by last modified time
    Searched refs:S4 (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libm/src/
k_sin.c 36 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
43 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
56 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
67 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
k_sinf.c 31 S4 = 0x16cd878c3b46a7.0p-71; /* 0.0000027183114939898219064 */
44 r = S3+z*S4;
  /external/fdlibm/
k_sin.c 30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
53 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 63 * S4 -> 4
163 je S4
181 S4:
  /external/libgsm/src/
long_term.c 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
376 E = W * e; S4 += E; \
411 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
542 E = W * e; S4 += E; \
577 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
756 E = W * e; S4 += E;
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 283 #define S4 skey->twofish.S[3]
287 #define g_func(x, dum) (S1[byte(x,0)] ^ S2[byte(x,1)] ^ S3[byte(x,2)] ^ S4[byte(x,3)])
288 #define g1_func(x, dum) (S2[byte(x,0)] ^ S3[byte(x,1)] ^ S4[byte(x,2)] ^ S1[byte(x,3)])
481 ulong32 *S1, *S2, *S3, *S4;
492 S4 = skey->twofish.S[3];
554 ulong32 *S1, *S2, *S3, *S4;
565 S4 = skey->twofish.S[3];
  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 378 #define F(x) ((S1[byte(x,3)] + S2[byte(x,2)]) ^ S3[byte(x,1)]) + S4[byte(x,0)]
399 ulong32 *S1, *S2, *S3, *S4;
410 S4 = skey->blowfish.S[3];
461 ulong32 *S1, *S2, *S3, *S4;
472 S4 = skey->blowfish.S[3];
cast5.c 168 static const ulong32 S4[256] = {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 203 // changed to a transition to S4 in exit
224 class S4 extends HierarchicalState {
229 Log.d(TAG, "S4.enter");
233 Log.d(TAG, "S4.exit");
248 private S4 mS4 = new S4();
    [all...]
  /external/clearsilver/
config.guess 311 Series*|S4*)
    [all...]
  /external/jpeg/
config.guess 167 Series*|S4*)
  /external/chromium/third_party/icu/source/
config.guess 344 Series*|S4*)
    [all...]
  /external/chromium/third_party/libevent/
config.guess 344 Series*|S4*)
    [all...]
  /external/dbus/
config.guess 358 Series*|S4*)
    [all...]
  /external/dropbear/
config.guess 344 Series*|S4*)
    [all...]
  /external/elfutils/config/
config.guess 351 Series*|S4*)
    [all...]
  /external/icu4c/
config.guess 344 Series*|S4*)
    [all...]
  /external/bison/build-aux/
config.guess 339 Series*|S4*)
    [all...]
  /external/chromium/sdch/open-vcdiff/
config.guess 344 Series*|S4*)
    [all...]
  /external/e2fsprogs/config/
config.guess 342 Series*|S4*)
    [all...]
  /external/expat/conftools/
config.guess 343 Series*|S4*)
    [all...]
  /external/grub/
config.guess 369 Series*|S4*)
    [all...]
  /external/libffi/
config.guess 344 Series*|S4*)
    [all...]
  /external/libpcap/
config.guess 357 Series*|S4*)
    [all...]
  /external/libpng/
config.guess 360 Series*|S4*)
    [all...]

Completed in 1149 milliseconds

1 2