HomeSort by relevance Sort by last modified time
    Searched defs:w0 (Results 1 - 25 of 35) 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 246 UWord w0 = *w; local
248 while (*wV == w0)
  /external/libvorbis/lib/
mdct.c 351 DATA_TYPE *w0 = x; local
352 DATA_TYPE *w1 = x = w0+(n>>1);
369 w0[0] = r0 + r2;
371 w0[1] = r1 + r3;
385 w0[2] = r0 + r2;
387 w0[3] = r1 + r3;
392 w0 += 4;
394 }while(w0<w1);
  /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 145 UWord u0, v0, w0, rHi; local
154 w0 = u0 * v0;
155 t = u1 * v0 + (w0 >> halfShift);
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/verbose/
WarningLevelFilter.java 58 w0, enum constant in enum:WarningLevelFilter.WarningLevel
132 * (severities are not printed if warning level equals {@link WarningLevel#w0}).
139 return !currentWarningLevel.equals(WarningLevel.w0);
168 if (currentWarningLevel.equals(WarningLevel.w0))
331 if (currentWarningLevel.compareTo(WarningLevel.w0) > 0)
  /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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 362 float w0 = weightsFloatData.get(), w1 = weightsFloatData.get(), w2 = weightsFloatData.get(), w3 = weightsFloatData.get(); local
370 } else if (w0 != 0) {
374 float sum = w0 + w1 + w2 + w3;
379 weightsFloatData.put(w0 * sumToB);
  /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...]
  /frameworks/base/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...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 712 uint32_t w0=0, h0=0, s0=0, f0=0; local
714 w0 = buf0->getWidth();
723 mFormat, w0, h0, s0,f0,
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 326 float w0 = weightsFloatData.get(), local
337 } else if (w0 != 0) {
341 float sum = w0 + w1 + w2 + w3;
346 weightsFloatData.put(w0 * sumToB);
  /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/native/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...]

Completed in 608 milliseconds

1 2