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

  /external/dropbear/libtommath/
bn_mp_exteuclid.c 19 a*u1 + b*u2 = u3
21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
30 /* initialize, (u1,u2,u3) = (1,0,a) */
32 if ((err = mp_copy(a, &u3)) != MP_OKAY) { goto _ERR; }
40 /* q = u3/v3 */
41 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
49 if ((err = mp_sub(&u3, &tmp, &t3)) != MP_OKAY) { goto _ERR;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents_c.h 31 int u1,int u2,int u3, int u4);
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents_c.h 31 int u1,int u2,int u3, int u4);
SDL_svgaevents.c 153 int u1,int u2,int u3, int u4)
  /external/e2fsprogs/lib/uuid/
uuid.h 56 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
57 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
59 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
60 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
  /external/openssl/crypto/des/
des_locl.h 215 unsigned int u1,u2,u3; \
224 u3=(int)(u>>8L); \
226 u3&=0xfc; \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
235 u3=(int)t>>8L; \
237 u3&=0xfc; \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
289 unsigned int u1,u2,u3; \
299 u3=(int)u>>8L; \
301 u3&=0x3f;
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Hex.java 68 public static String u3(int v) { method in class:Hex
278 case 6: astr = Hex.u3(outOffset); break;
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ExcludedProxyTest.java 78 URL u3 = new URL("http://" local
80 URLConnection conn3 = u3.openConnection();
  /bionic/libm/src/
e_lgamma_r.c 128 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
264 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
e_lgammaf_r.c 62 u3 = 9.7771751881e-01, /* 0x3f7a4bb2 */ variable
198 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /external/fdlibm/
e_lgamma_r.c 127 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /external/dropbear/libtommath/pre_gen/
mpi.c 2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 130 this.u3 = i;
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 727 float u3, float v3,
743 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4};
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 313 milliseconds