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

  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
113 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
140 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) {
179 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
202 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
77 /* w3 = (a0 + 2(a1 + 2a2))**2 */
91 if ((res = mp_sqr(&tmp1, &w3)) != MP_OKAY) {
123 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
146 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY)
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 93 w4 = w3; w3 = w2; \
98 tmp1 = w4; w4 = w3; \
99 w3 = w1 ^ w2 ^ x; \
105 w2 = w3; w3 = w4; w4 = tmp;
109 w2 = tmp ^ w3 ^ x; \
110 w3 = w4; w4 = w1; w1 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1; local
159 w3 = ((unsigned)pt[4]<<8)|pt[5]
213 unsigned w1,w2,w3,w4,tmp; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 71 int appendSlot(int w0, int w1, int w2, int w3)
80 fastArray[newoffset+3] = w3;
98 chunk[slotpos+3] = w3;
219 * @param w3 int
221 void writeSlot(int position, int w0, int w1, int w2, int w3)
234 chunk[slotpos + 3] = w3;
DTMDocumentImpl.java 202 * @param w3 int As in ChunkedIntArray.append
206 private final int appendNode(int w0, int w1, int w2, int w3)
209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3);
211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3);
696 // // W3: Tagname
697 // int w3 = nameIndex;
698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3);
699 // int ourslot = appendNode(w0, w1, w2, w3);
853 // // W3: Tag name
854 // int w3 = m_localNames.stringToIndex(attName)
2101 int w3 = contentLength; local
2124 int w3 = contentLength; local
2160 int w3 = localNameIndex | prefixIndex<<16; local
2207 int w3 = namespaceIndex; local
2244 int w3 = localNameIndex | prefixIndex<<16; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 40 int w1, w2, w3, w4; local
58 w3 = w1 + w2; /* Offset to three rows in pixels */
130 ptr_c = ptr - w3; /* Points to pixel three rows above */
132 v[0] = (int)(*(ptr_c - w3));
144 + (*(ptr_c + w3)); /* Current pixel */
192 a3_1 = *(ptr - w2) - *(ptr - w3);
196 a3_2 += ((*(ptr) - *(ptr + w3)) << 1) + (a3_2 << 2);
  /external/chromium/base/gfx/
rect_unittest.cc 80 int w3; member in struct:__anon2328
105 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
126 int w3; member in struct:Test
154 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
184 int w3; member in struct:Test
206 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 224 "http://www.w3.org/TR/html4/loose.dtd">
248 "http://www.w3.org/TR/html4/loose.dtd">
  /frameworks/base/tests/CoreTests/android/core/
MonitorTest.java 393 Worker w3 = new Worker(4, 5); local
402 w3.start();
  /external/dropbear/libtommath/pre_gen/
mpi.c 7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 62 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
152 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
290 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
e_lgammaf_r.c 86 w3 = 7.9365057172e-04, /* 0x3a500cfd */ variable
224 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/fdlibm/
e_lgamma_r.c 58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
151 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 356 int w3 = b.w / 3;
357 int w2 = Math.max(20, w3);
  /external/expat/
Makefile.in 167 http://www.w3.org/XML/Test/xmlts20020606.zip
  /external/v8/test/mjsunit/
large-object-allocation.js 132 this.w3 = i;
  /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...]

Completed in 61 milliseconds