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

  /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))))
55 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */
67 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
k_sinf.c 30 S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */
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))))
52 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/libgsm/src/
long_term.c 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
377 E = W * f; S3 += E; \
410 if (S3 > L_max) { L_max = S3; Nc = lambda + 3; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
543 E = W * f; S3 += E; \
576 if (S3 > L_max) { L_max = S3; Nc = lambda + 3; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
757 E = W * f; S3 += E;
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 282 #define S3 skey->twofish.S[2]
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;
491 S3 = skey->twofish.S[2];
554 ulong32 *S1, *S2, *S3, *S4;
564 S3 = skey->twofish.S[2];
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 303 private final int[] S0, S1, S2, S3; // the s-boxes
315 S3 = new int[SBOX_SK];
397 ^ S2[(x >>> 8) & 0xff]) + S3[x & 0xff]);
444 System.arraycopy(KS3, 0, S3, 0, SBOX_SK);
502 processTable(S2[SBOX_SK - 2], S2[SBOX_SK - 1], S3);
  /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;
409 S3 = skey->blowfish.S[2];
461 ulong32 *S1, *S2, *S3, *S4;
471 S3 = skey->blowfish.S[2];
cast5.c 123 static const ulong32 S3[256] = {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 202 // Start a transition to S3 but it will be
210 class S3 extends HierarchicalState {
215 Log.d(TAG, "S3.enter");
219 Log.d(TAG, "S3.exit");
247 private S3 mS3 = new S3();
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 305 milliseconds