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

  /bionic/libm/src/
k_sinf.c 28 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */
46 return (x + s*(S1+z*S2)) + s*w*r;
k_sin.c 32 * sin(x) ~ x + S1*x + ... + S6*x
36 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
45 * sin(x) = x + (S1*x + (x *(r-y/2)+y))
53 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */
68 if(iy==0) return x+v*(S1+z*r);
69 else return x-((z*(half*y-v*r)-y)-v*S1);
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 165 je S1
173 S1:
  /external/fdlibm/
k_sin.c 26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
39 * sin(x) = x + (S1*x + (x *(r-y/2)+y))
50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */
72 if(iy==0) return x+v*(S1+z*r);
73 else return x-((z*(half*y-v*r)-y)-v*S1);
  /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;
407 S1 = skey->blowfish.S[0];
461 ulong32 *S1, *S2, *S3, *S4;
469 S1 = skey->blowfish.S[0];
cast5.c 33 static const ulong32 S1[256] = {
    [all...]
  /external/stlport/test/unit/
mfunptr_test.cpp 40 struct S1 { } s1; variable in typeref:struct:S1
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&)
    [all...]
  /ndk/sources/android/stlport/test/unit/
mfunptr_test.cpp 40 struct S1 { } s1; variable in typeref:struct:S1
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 303 private final int[] S0, S1, S2, S3; // the s-boxes
313 S1 = new int[SBOX_SK];
396 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff])
442 System.arraycopy(KS1, 0, S1, 0, SBOX_SK);
500 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1);
501 processTable(S1[SBOX_SK - 2], S1[SBOX_SK - 1], S2);
  /external/libgsm/src/
long_term.c 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
379 E = W * h; S1 += E; \
408 if (S1 > L_max) { L_max = S1; Nc = lambda + 1; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
545 E = W * h; S1 += E; \
574 if (S1 > L_max) { L_max = S1; Nc = lambda + 1; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
759 E = W * h; S1 += E;
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 55 var S1 = "[\\n\\r\\t ]";
57 var PI_Tail = "\\?>|" + S1 + UntilQMs + "([^>?]" + UntilQMs + ")*>";
88 var rePatterns = new Array(AttValSE, CDATA_CE, CDATA_RE, CDATA_SPE, CGRef_APE, CommentCE, CommentRE, CommentSPE, DT_IdentSE, DT_ItemSE, DeclCE, DocTypeCE, DocTypeSPE, ElemTagCE, ElemTagRE, ElemTagSE, ElemTagSPE, EndTagCE, EndTagRE, EndTagSPE, EntityValue_PE, Erroneous_PI_SE, HexPart, MarkupDeclCE, MarkupSPE, Name, NameChar, NameStrt, NumPart, PERef_APE, PI_CE, PI_RE, PI_SPE, PI_Tail, QuoteSE, S, S1, TextSE, Text_PE, Until2Hyphens, UntilHyphen, UntilQMs, UntilRSBs, XML_SPE);
  /external/chromium/base/third_party/nss/
sha512.cc 155 #define S1(x) (ROTR32(x, 6) ^ ROTR32(x,11) ^ ROTR32(x,25))
157 #define s1(x) (t2 = x, ROTR32(t2,17) ^ ROTR32(t2,19) ^ SHR(t2,10)) macro
206 #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \
392 #undef s1 macro
394 #undef S1
536 #define S1(x) (ROTR64(x,14) ^ ROTR64(x,18) ^ ROTR64(x,41))
538 #define s1(x) (t2 = x, ROTR64(t2,19) ^ ROTR64(t2,61) ^ SHR(t2,6))
723 #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
726 h += S1(e) + Ch(e,f,g) + K512[n] + W[n];
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 280 #define S1 skey->twofish.S[0]
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;
489 S1 = skey->twofish.S[0];
554 ulong32 *S1, *S2, *S3, *S4;
562 S1 = skey->twofish.S[0];
  /external/wpa_supplicant/
sha1.c 233 const u8 *S1, *S2;
262 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
266 S1 = secret;
269 /* The last byte of S1 will be shared with S2 */
273 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5);
280 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5);
282 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c 233 const u8 *S1, *S2;
262 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
266 S1 = secret;
269 /* The last byte of S1 will be shared with S2 */
273 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5);
280 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5);
282 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5);
  /external/emma/lib/internal/
stamptool.jar 
  /external/openssl/ssl/
t1_enc.c 249 const unsigned char *S1;
260 S1=sec;
269 if (!tls1_P_hash(md ,S1,len+(slen&1),
273 S1+=len;
  /external/webkit/JavaScriptCore/assembler/
ARMAssembler.h 52 S1 = r8,
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 64 class S1 extends HierarchicalState {
90 private S1 mS1 = new S1();
165 class S1 extends HierarchicalState {
173 Log.d(TAG, "S1.enter");
180 Log.d(TAG, "S1.exit");
245 private S1 mS1 = new S1();
323 class S1 extends HierarchicalState {
340 private S1 mS1 = new S1()
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 720 milliseconds