HomeSort by relevance Sort by last modified time
    Searched defs:S1 (Results 1 - 17 of 17) 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);
  /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...]
  /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/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/openssl/ssl/
t1_enc.c 180 const unsigned char *S1,*S2;
183 S1=sec;
188 tls1_P_hash(md5 ,S1,len,label,label_len,out1,olen);
  /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/opencore/codecs_v2/video/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMAssembler.h 52 S1 = r8,
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 72 class S1 extends HierarchicalState {
98 private S1 mS1 = new S1();
173 class S1 extends HierarchicalState {
178 Log.d(TAG, "S1.enter");
182 Log.d(TAG, "S1.exit");
241 private S1 mS1 = new S1();
319 class S1 extends HierarchicalState {
336 private S1 mS1 = new S1()
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 322 milliseconds