HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 1 - 17 of 17) 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))))
54 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
67 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
k_sinf.c 29 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */
46 return (x + s*(S1+z*S2)) + s*w*r;
  /external/stlport/test/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]
  /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))))
51 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/emma/lib/internal/
stamptool.jar 
  /external/v8/test/mjsunit/
string-index.js 139 var S2 = (S[0] = 'o');
141 assertEquals('o', S2);
144 var s2 = (s[0] = 't');
146 assertEquals('t', s2);
148 var S2 = (S[-2] = 'o');
150 assertEquals('o', S2);
152 var s2 = (s[-2] = 't');
154 assertEquals('t', s2);
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 186 class S2 extends HierarchicalState {
189 Log.d(TAG, "S2.enter");
195 Log.d(TAG, "S2.exit");
201 Log.d(TAG, "S2.processMessage");
242 private S2 mS2 = new S2();
521 class S2 extends HierarchicalState {
539 private S2 mS2 = new S2();
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 343 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 281 #define S2 skey->twofish.S[1]
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;
490 S2 = skey->twofish.S[1];
554 ulong32 *S1, *S2, *S3, *S4;
563 S2 = skey->twofish.S[1];
  /external/wpa_supplicant/
sha1.c 233 const u8 *S1, *S2;
262 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
267 S2 = secret + L_S1;
269 /* The last byte of S1 will be shared with S2 */
270 S2--;
274 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1);
285 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len,
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
  /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)
267 S2 = secret + L_S1;
269 /* The last byte of S1 will be shared with S2 */
270 S2--;
274 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1);
285 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len,
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
  /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;
408 S2 = skey->blowfish.S[1];
461 ulong32 *S1, *S2, *S3, *S4;
470 S2 = skey->blowfish.S[1];
cast5.c 78 static const ulong32 S2[256] = {
    [all...]
  /external/openssl/ssl/
t1_enc.c 180 const unsigned char *S1,*S2;
184 S2= &(sec[len]);
189 tls1_P_hash(sha1,S2,len,label,label_len,out2,olen);
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 429 milliseconds