HomeSort by relevance Sort by last modified time
    Searched defs:w0 (Results 1 - 25 of 48) 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/chromium_org/third_party/freetype/src/autofit/
afwarp.h 40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
  /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 286 UWord w0 = *w; local
288 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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c 85 float w0 = info->v0[0][3]; local
89 info->a0[slot][i] = info->v0[slot][i]*w0;
111 float w0 = info->v0[0][3]; local
126 info->dadx[slot][0] *= w0;
127 info->dady[slot][0] *= w0;
128 info->a0[slot][0] *= w0;
146 info->dadx[slot][1] *= w0;
147 info->dady[slot][1] *= w0;
148 info->a0[slot][1] *= w0;
157 info->a0[slot][3] = perspective ? w0 : 1.0f
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 85 float w0 = info->v0[0][3]; local
89 info->a0[slot][i] = info->v0[slot][i]*w0;
111 float w0 = info->v0[0][3]; local
126 info->dadx[slot][0] *= w0;
127 info->dady[slot][0] *= w0;
128 info->a0[slot][0] *= w0;
146 info->dadx[slot][1] *= w0;
147 info->dady[slot][1] *= w0;
148 info->a0[slot][1] *= w0;
157 info->a0[slot][3] = perspective ? w0 : 1.0f
    [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 148 UWord u0, v0, w0, rHi; local
157 w0 = u0 * v0;
158 t = u1 * v0 + (w0 >> halfShift);
    [all...]
  /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();
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 82 w0 = 4.1893854737e-01, /* 0x3ed67f1d */ variable
223 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
e_lgamma_r.c 61 * 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)))));
  /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;
  /external/valgrind/main/coregrind/
m_stacktrace.c 606 static Bool looks_like_Thumb_call32 ( UShort w0, UShort w1 )
609 VG_(printf)("isT32call %04x %04x\n", (UInt)w0, (UInt)w1);
611 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True;
613 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True;
617 static Bool looks_like_Thumb_call16 ( UShort w0 )
641 UShort w0 = *(UShort*)ra; local
643 if (looks_like_Thumb_call16(w1) || looks_like_Thumb_call32(w0,w1))
    [all...]
  /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/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 501 float W0 = l - t;
506 float w0 = w - W0; local
510 * determine the magnitude ordering of x0, y0, z0 and w0.
520 int c4 = (x0 > w0) ? 4 : 0;
521 int c5 = (y0 > w0) ? 2 : 0;
522 int c6 = (z0 > w0) ? 1 : 0;
561 w1 = w0 - l1 + G4;
565 w2 = w0 - l2 + 2.0f * G4;
569 w3 = w0 - l3 + 3.0f * G4
    [all...]
  /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/mesa3d/src/mesa/program/
prog_noise.c 501 float W0 = l - t;
506 float w0 = w - W0; local
510 * determine the magnitude ordering of x0, y0, z0 and w0.
520 int c4 = (x0 > w0) ? 4 : 0;
521 int c5 = (y0 > w0) ? 2 : 0;
522 int c6 = (z0 > w0) ? 1 : 0;
561 w1 = w0 - l1 + G4;
565 w2 = w0 - l2 + 2.0f * G4;
569 w3 = w0 - l3 + 3.0f * G4
    [all...]
  /external/opencv/ml/src/
mlem.cpp 253 double w0 = w[0]; local
257 cur += val*val*w0;
    [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/rs/driver/runtime/
rs_sample.c 129 int32_t next, float w0, float w1) {
132 float r = p0 * w0 + p1 * w1;
139 int32_t next, float w0, float w1) {
142 float r = p0 * w0 + p1 * w1;
149 int32_t next, float w0, float w1) {
152 float2 r = p0 * w0 + p1 * w1;
159 int32_t next, float w0, float w1) {
162 float3 r = p0 * w0 + p1 * w1;
169 int32_t next, float w0, float w1) {
172 float3 r = p0 * w0 + p1 * w1
500 float w0 = oneMinusFracU * oneMinusFracV; local
    [all...]
  /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);

Completed in 721 milliseconds

1 2