Searched defs:tmp4 (Results 1 - 25 of 39) sorted by relevance

12

/external/eigen/unsupported/test/
H A DNumericalDiff.cpp55 double tmp1, tmp2, tmp3, tmp4; local
61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
63 fjac(i,1) = tmp1*tmp2/tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
H A DNonLinearOptimization.cpp22 double tmp1, tmp2, tmp3, tmp4; local
48 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4=tmp4*tmp4;
50 fjac(i,1) = tmp1*tmp2/tmp4;
51 fjac(i,2) = tmp1*tmp3/tmp4;
149 double tmp1, tmp2, tmp3, tmp4; local
155 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4
454 double tmp1, tmp2, tmp3, tmp4; local
[all...]
/external/jpeg/
H A Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp4 = dataptr[3] - dataptr[4];
96 tmp10 = tmp4 + tmp5; /* phase 2 */
128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
146 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp4 = dataptr[3] - dataptr[4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
162 tmp4 = dataptr[3] - dataptr[4];
184 * i0..i3 in the paper are tmp4..tmp7 here.
187 z1 = tmp4 + tmp7;
189 z3 = tmp4 + tmp6;
193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
249 * i0..i3 in the paper are tmp4
[all...]
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
160 tmp4 = tmp10 + tmp5;
168 wsptr[DCTSIZE*4] = tmp3 + tmp4;
169 wsptr[DCTSIZE*3] = tmp3 - tmp4;
217 tmp4 = tmp10 + tmp5;
233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3)
235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4),
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
261 tmp4 = tmp10 + tmp5;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
343 tmp4 = tmp10 + tmp5;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BIT
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp4 = dataptr[3] - dataptr[4];
96 tmp10 = tmp4 + tmp5; /* phase 2 */
128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
146 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp4 = dataptr[3] - dataptr[4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
162 tmp4 = dataptr[3] - dataptr[4];
184 * i0..i3 in the paper are tmp4..tmp7 here.
187 z1 = tmp4 + tmp7;
189 z3 = tmp4 + tmp6;
193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
249 * i0..i3 in the paper are tmp4
[all...]
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
160 tmp4 = tmp10 + tmp5;
168 wsptr[DCTSIZE*4] = tmp3 + tmp4;
169 wsptr[DCTSIZE*3] = tmp3 - tmp4;
217 tmp4 = tmp10 + tmp5;
233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3)
235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4),
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
261 tmp4 = tmp10 + tmp5;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
343 tmp4 = tmp10 + tmp5;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BIT
[all...]
/external/aac/libFDK/src/
H A Ddct.cpp170 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local
174 tmp4 = *--pTmp_1;
178 *pDat++ = tmp4;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp4], 3(%[left]) \n\t"
43 "replv.qb %[tmp4], %[tmp4] \n\t"
75 "sw %[tmp4], (%[dst]) \n\t"
76 "sw %[tmp4], 4(%[dst]) \n\t"
77 "sw %[tmp4], 8(%[dst]) \n\t"
78 "sw %[tmp4], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
[all...]
H A Dvp9_intrapred4_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4; local
25 "lb %[tmp4], 3(%[left]) \n\t"
29 "replv.qb %[tmp4], %[tmp4] \n\t"
36 "sw %[tmp4], (%[dst]) \n\t"
39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
H A Dvp9_intrapred8_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp4], 3(%[left]) \n\t"
34 "replv.qb %[tmp4], %[tmp4] \n\t"
49 "sw %[tmp4], (%[dst]) \n\t"
50 "sw %[tmp4], 4(%[dst]) \n\t"
65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
H A DFEBlendNEON.h62 uint16x8_t tmp4 = vmulq_u16(tmp3, pixelA); local
63 uint16x8_t tmp5 = vaddq_u16(tmp2, tmp4);
82 uint16x8_t tmp4 = vaddq_u16(tmp3, pixelA); local
89 return vminq_u16(tmp4, tmp8);
98 uint16x8_t tmp4 = vaddq_u16(tmp3, pixelA); local
105 return vmaxq_u16(tmp4, tmp8);
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h594 Scalar tmp4 = tmp3/(tmp2+tmp3); local
596 if (tmp4!=0)
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java418 void getOffsetTransform(Matrix4f outTransform, Quaternion tmp1, Vector3f tmp2, Vector3f tmp3, Matrix3f tmp4) { argument
431 outTransform.setTransform(translate, scale, rotate.toRotationMatrix(tmp4));
/external/pixman/pixman/
H A Dpixman-vmx.c146 * Note: tmp3 and tmp4 must remain untouched!
155 tmp4 = (typeof(tmp4))vec_ld (15, dest); \
157 vec_perm (tmp3, tmp4, dest ## _mask);
165 tmp4 = (typeof(tmp4))vec_ld (15, dest); \
168 vec_perm (tmp3, tmp4, dest ## _mask); \
179 edges = vec_perm (tmp4, tmp3, dest ## _mask); \
192 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
231 vector unsigned char tmp1, tmp2, tmp3, tmp4, edge local
287 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
325 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
380 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
416 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
469 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
506 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
560 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
597 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
650 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
688 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
742 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
782 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
841 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
881 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
940 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
980 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1039 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1075 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1131 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1171 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1215 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1258 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1300 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1343 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1387 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1431 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1482 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1530 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1578 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
[all...]
H A Dpixman-fast-path.c1380 uint16_t tmp1, tmp2, tmp3, tmp4; local
1389 tmp4 = *(src + pixman_fixed_to_int (vx));
1394 *dst++ = tmp4;
H A Dpixman-sse2.c5349 uint32_t tmp1, tmp2, tmp3, tmp4; local
5363 tmp4 = *(ps + pixman_fixed_to_int (vx));
5368 tmp = _mm_set_epi32 (tmp4, tmp3, tmp2, tmp1);
5475 uint32_t tmp1, tmp2, tmp3, tmp4; local
5489 tmp4 = *(src + pixman_fixed_to_int (vx));
5494 xmm_src = _mm_set_epi32 (tmp4, tmp3, tmp2, tmp1);
/external/qemu/elff/
H A Ddwarf_defs.h848 Dwarf_At tmp4; local
854 abbr_at = abbr_at->process(&tmp4, &tmp3);
859 (abbr_at->process(&tmp4, &tmp3));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1898 LLVMValueRef tmp4 = NULL; local
1917 tmp4 = tmp0;
1953 emit_data->output[TGSI_CHAN_X] = lp_build_mul( &bld->bld_base.base, tmp4, tmp1);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1898 LLVMValueRef tmp4 = NULL; local
1917 tmp4 = tmp0;
1953 emit_data->output[TGSI_CHAN_X] = lp_build_mul( &bld->bld_base.base, tmp4, tmp1);

Completed in 767 milliseconds

12