Searched defs:w0 (Results 1 - 25 of 30) sorted by relevance

12

/external/dropbear/libtommath/
H A Dbn_mp_toom_sqr.c22 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);
H A Dbn_mp_toom_mul.c27 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,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.h40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
/external/freetype/src/autofit/
H A Dafwarp.h40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
/external/valgrind/main/helgrind/tests/
H A Dannotate_hbefore.c286 UWord w0 = *w; local
288 while (*wV == w0)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) argument
77 fastArray[newoffset] = w0;
95 chunk[slotpos] = w0;
216 * @param w0 int
221 void writeSlot(int position, int w0, int w1, int w2, int w3) argument
231 chunk[slotpos] = w0;
H A DDTMDocumentImpl.java199 * @param w0 int As in ChunkedIntArray.append
206 private final int appendNode(int w0, int w1, int w2, int w3) argument
209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3);
211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3);
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 |
844 // //w0
[all...]
/external/opencv/cv/src/
H A Dcvlinefit.cpp105 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/
H A Dlp_setup_point.c85 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
[all...]
/external/libvorbis/lib/
H A Dmdct.c351 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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c85 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
[all...]
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c148 UWord u0, v0, w0, rHi; local
157 w0 = u0 * v0;
158 t = u1 * v0 + (w0 >> halfShift);
/external/tremolo/Tremolo/
H A Dmdct.c275 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[
468 mdct_unroll_lap(int n0,int n1, int lW,int W, DATA_TYPE *in, DATA_TYPE *right, LOOKUP_T *w0, LOOKUP_T *w1, ogg_int16_t *out, int step, int start, int end ) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_stacktrace.c606 static Bool looks_like_Thumb_call32 ( UShort w0, UShort w1 ) argument
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))
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c506 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;
573 w4 = w0 - 1.0f + 4.0f * G4;
582 t0 = 0.6f - x0 * x0 - y0 * y0 - z0 * z0 - w0 * w
[all...]
/external/fdlibm/
H A De_lgamma_r.c58 * 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/mesa3d/src/mesa/program/
H A Dprog_noise.c506 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;
573 w4 = w0 - 1.0f + 4.0f * G4;
582 t0 = 0.6f - x0 * x0 - y0 * y0 - z0 * z0 - w0 * w
[all...]
/external/opencv/ml/src/
H A Dmlem.cpp253 double w0 = w[0]; local
257 cur += val*val*w0;
H A Dmlboost.cpp383 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]];
/external/ppp/pppd/
H A Doptions.c528 struct wordlist *w0; local
542 w0 = w;
548 w0->word);
553 if (!process_option(opt, w0->word, argv))
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp832 double w0 = (double)ppNew[element[0]]->r.width * scale_templ; local
839 (int)pow(w0 - (double)rTempl[element[0]].width, 2) +
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c4260 HReg w3, w2, w1, w0; local
4272 iselInt64Expr(&w1, &w0, env, e->Iex.Binop.arg2);
4273 addInstr(env, ARMInstr_LdSt32(False/*store*/, w0, sp_0));
/external/clang/lib/Headers/
H A Demmintrin.h1101 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1103 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1155 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1157 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/clang/lib/include/
H A Demmintrin.h1101 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1103 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1155 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1157 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
7851 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
7892 /* w0 = a0*b0 */
7893 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) {
7999 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
8011 if ((res = mp_sub(&w2, &w0, &w2)) != MP_OKAY) {
8026 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
8080 if ((res = mp_add(&w0, &w1, c)) != MP_OKAY) {
8094 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
8130 mp_int w0, w local
[all...]

Completed in 1342 milliseconds

12