HomeSort by relevance Sort by last modified time
    Searched defs:w0 (Results 1 - 25 of 26) sorted by null

1 2

  /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,
72 /* w0 = a0*b0 */
73 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) {
179 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
191 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
206 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
260 if ((res = mp_add(&w0, &w1, c)) != MP_OKAY) {
274 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
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) {
49 /* w0 = a0*a0 */
50 if ((res = mp_sqr(&a0, &w0)) != MP_OKAY) {
123 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
135 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
150 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
204 if ((res = mp_add(&w0, &w1, b)) != MP_OKAY) {
218 mp_clear_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL);
  /external/freetype/src/autofit/
afwarp.h 40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 227 UWord w0 = *w; local
229 while (*wV == w0)
  /external/opencv/cv/src/
cvlinefit.cpp 105 float w0 = 0; local
135 w0 += w;
156 w0 = (float) count;
159 x2 /= w0;
160 xy /= w0;
161 xz /= w0;
162 y2 /= w0;
163 yz /= w0;
164 z2 /= w0;
166 x0 /= w0;
    [all...]
  /external/tremolo/Tremolo/
mdct.c 275 DATA_TYPE *w0 = x; local
284 s0 = w0[0] + w1[0];
285 s1 = w1[1] - w0[1];
290 s0 = (w0[1] + w1[1])>>1;
291 s1 = (w0[0] - w1[0])>>1;
292 w0[0] = s0 + s2;
293 w0[1] = s1 + s3;
297 w0 += 2;
302 s0 = w0[0] + w1[0];
303 s1 = w1[1] - w0[1]
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 119 UWord u0, v0, w0, rHi; local
128 w0 = u0 * v0;
129 t = u1 * v0 + (w0 >> halfShift);
    [all...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 525 uint32_t w0=0, h0=0, s0=0, f0=0; local
527 w0 = buf0->getWidth();
536 mFormat, w0, h0, s0,f0,
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 118 FileWriter w0 = new FileWriter(f0);
123 w0.write("FILE0");
128 w0.close();
181 FileWriter w0 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 5000) + ".txt")); local
182 w0.write("FUTURE0");
183 w0.close();
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 130 float w0 = mWidth * 0.333333f; local
131 float w = w0 - 32;
132 float x = w0*0.5f;
146 x += w0;
  /bionic/libm/src/
e_lgamma_r.c 62 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
149 w0 = 4.18938533204672725052e-01, /* 0x3FDACFE3, 0x90C97D69 */ variable
290 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
e_lgammaf_r.c 83 w0 = 4.1893854737e-01, /* 0x3ed67f1d */ variable
224 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 152 float w0, float w1,
161 if (w0 + w1 != 1.0f) {
173 mVertexBuffer.put(w0);
399 float w0 = (float) j / vSteps; local
400 float w1 = 1.0f - w0;
401 grid.set(i, j, x, y, z, u, v, w0, w1, 0, 1);
  /external/fdlibm/
e_lgamma_r.c 58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
148 w0 = 4.18938533204672725052e-01, /* 0x3FDACFE3, 0x90C97D69 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/opencv/ml/src/
mlem.cpp 253 double w0 = w[0]; local
257 cur += val*val*w0;
    [all...]
mlboost.cpp 383 double w0 = crow[0], w1 = crow[1]; local
384 double weight = w0 + w1;
389 lcw[0] += w0; rcw[0] -= w0;
986 double w0 = 1./count; local
1021 weights->data.db[i] = w0*p[class_labels[i]];
    [all...]
  /system/media/mca/filterfw/native/core/
shader_program.cpp 49 const float w0 = (1.0f - x) * (1.0f - y); local
54 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
55 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];
    [all...]
  /external/ppp/pppd/
options.c 528 struct wordlist *w0; local
542 w0 = w;
548 w0->word);
553 if (!process_option(opt, w0->word, argv))
    [all...]
  /frameworks/base/opengl/libagl/
primitives.cpp 767 int32_t w0 = v0->window.w; local
770 int wscale = 32 - gglClz(w0|w1|w2);
773 int sc = lerp.iteratorsScale(itw, w0, w1, w2);
811 s0 = gglMulx(s0, w0, wscale);
812 t0 = gglMulx(t0, w0, wscale);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 199 * @param w0 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);
690 // // W0 High: Namespace Low: Node Type
691 // int w0 = (nsIndex << 16) | ELEMENT_NODE;
698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3);
699 // int ourslot = appendNode(w0, w1, w2, w3);
837 // int w0 = 0;
841 // //w0 = ATTRIBUTE_NODE
2095 int w0 = TEXT_NODE; local
2118 int w0 = COMMENT_NODE; local
2154 int w0 = (namespaceIndex << 16) | ELEMENT_NODE; local
2200 int w0 = NAMESPACE_NODE | (m_nsNames.stringToIndex("http:\/\/www.w3.org\/2000\/xmlns\/")<<16); local
2237 int w0 = ATTRIBUTE_NODE | namespaceIndex<<16; local
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 832 double w0 = (double)ppNew[element[0]]->r.width * scale_templ; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 81 ULong u0, v0, w0; local
87 w0 = u0 * v0;
88 t = u1 * v0 + (w0 >> 32);
98 ULong u0, v0, w0; local
104 w0 = u0 * v0;
105 t = u1 * v0 + (w0 >> 32);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 448 GGLfixed w0; member in struct:android::shade_t
  /system/core/libpixelflinger/
scanline.cpp 1879 int32_t w0 = (xs * c->shade.dwdx) + ci.ydwdy; local
    [all...]
  /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...]

Completed in 675 milliseconds

1 2