HomeSort by relevance Sort by last modified time
    Searched defs:S4 (Results 1 - 10 of 10) sorted by null

  /bionic/libm/src/
k_sinf.c 31 S4 = 0x16cd878c3b46a7.0p-71; /* 0.0000027183114939898219064 */
44 r = S3+z*S4;
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)));
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 63 * S4 -> 4
163 je S4
181 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)));
  /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...]
  /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];
  /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...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 511 milliseconds