| /external/qemu/distrib/jpeg-6b/ |
| jidctfst.c | 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 224 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); 229 tmp10 = tmp0 + tmp2; /* phase 3 */ 230 tmp11 = tmp0 - tmp2; 235 tmp0 = tmp10 + tmp13; /* phase 2 */ 263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7); 264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7); 322 tmp0 = tmp10 + tmp13; 347 outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3) 349 outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3 [all...] |
| jidctint.c | 152 INT32 tmp0, tmp1, tmp2, tmp3; local 216 tmp0 = (z2 + z3) << CONST_BITS; 219 tmp10 = tmp0 + tmp3; 220 tmp13 = tmp0 - tmp3; 228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 233 z1 = tmp0 + tmp3; 235 z3 = tmp0 + tmp2; 239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 251 tmp0 += z1 + z3 [all...] |
| jidctred.c | 122 INT32 tmp0, tmp2, tmp10, tmp12; local 158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); 159 tmp0 <<= (CONST_BITS+1); 166 tmp10 = tmp0 + tmp2; 167 tmp12 = tmp0 - tmp2; 176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */ 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); 225 tmp10 = tmp0 + tmp2 275 INT32 tmp0, tmp10, z1; local [all...] |
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_wtengine.c | 80 EAS_I32 tmp0; local 109 tmp0 = *pInputBuffer++; 115 tmp2 *= tmp0; 127 tmp0 = tmp2 * gainLeft; 129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; 130 tmp1 += tmp0; 137 tmp0 = tmp2 * gainRight; 139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS 422 EAS_I32 tmp0; local 566 EAS_I32 tmp0; local [all...] |
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_wtengine.c | 80 EAS_I32 tmp0; local 109 tmp0 = *pInputBuffer++; 115 tmp2 *= tmp0; 127 tmp0 = tmp2 * gainLeft; 129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; 130 tmp1 += tmp0; 137 tmp0 = tmp2 * gainRight; 139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS 422 EAS_I32 tmp0; local 566 EAS_I32 tmp0; local [all...] |
| /external/srtp/crypto/cipher/ |
| aes.c | 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local 1749 uint32_t tmp0, tmp1, tmp2, tmp3; local [all...] |
| /frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
| pvmp3_dct_16.cpp | 154 int32 tmp0; local 177 tmp0 = vec[ 0] + vec[15]; 182 itmp_e0 = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.50979557910416F)); 183 tmp7 = (tmp0 + tmp7); 216 tmp0 = (tmp7 + tmp1); 222 vec[ 0] = (tmp0 + tmp7) >> 1; 223 vec[ 8] = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.70710678118655F)); 224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F)); 225 vec[ 4] = tmp1 + tmp3 + tmp0; 226 vec[12] = tmp0; [all...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
| h264bsd_conceal.c | 591 i32 tmp0, tmp1; local 601 tmp0 = data[0]; 603 data[0] = tmp0 + tmp1; 604 data[1] = tmp0 + (tmp1>>1); 605 data[2] = tmp0 - (tmp1>>1); 606 data[3] = tmp0 - tmp1; 608 tmp0 = data[4]; 609 data[5] = tmp0; 610 data[6] = tmp0; 611 data[7] = tmp0; [all...] |
| /external/chromium_org/third_party/libwebp/dsp/ |
| yuv_sse2.c | 108 const __m128i tmp0 = GetRGBA32b(y, u, v); local 109 const __m128i tmp1 = _mm_packs_epi32(tmp0, tmp0); 117 const __m128i tmp0 = GetRGBA32b(y, u, v); local 118 const __m128i tmp1 = _mm_shuffle_epi32(tmp0, _MM_SHUFFLE(3, 0, 1, 2)); 164 uint8_t tmp0[2 * 3 + 5 + 15]; local 165 uint8_t* const tmp = (uint8_t*)((uintptr_t)(tmp0 + 15) & ~15); // align 179 uint8_t tmp0[2 * 3 + 5 + 15]; local 180 uint8_t* const tmp = (uint8_t*)((uintptr_t)(tmp0 + 15) & ~15); // align
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
| draw_pipe_aapoint.c | 123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context 180 int tmp0; local 187 if (aactx->tmp0 < 0) 188 aactx->tmp0 = i; 196 assert(aactx->colorTemp != aactx->tmp0); 198 tmp0 = aactx->tmp0; 217 decl.Range.Last = tmp0; 244 newInst.Dst[0].Register.Index = tmp0; 258 newInst.Dst[0].Register.Index = tmp0; [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| lp_bld_tgsi_aos.c | 461 LLVMValueRef tmp0, tmp1; local 504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0); 505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); 553 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1); 554 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); 561 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1); 562 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); 570 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1); 571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2); 584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2) [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
| brw_clip.h | 96 struct brw_reg tmp0, tmp1; member in struct:brw_clip_compile::__anon17950
|
| /external/chromium_org/v8/src/ia32/ |
| lithium-gap-resolver-ia32.cc | 389 Register tmp0 = EnsureTempRegister(); local 390 Register tmp1 = GetFreeRegisterNot(tmp0); 395 __ mov(tmp0, dst); 396 __ xor_(tmp0, src); 397 __ xor_(src, tmp0); 398 __ xor_(tmp0, src); 399 __ mov(dst, tmp0); 401 __ mov(tmp0, dst); 404 __ mov(src, tmp0);
|
| /external/chromium_org/v8/src/x87/ |
| lithium-gap-resolver-x87.cc | 388 Register tmp0 = EnsureTempRegister(); local 389 Register tmp1 = GetFreeRegisterNot(tmp0); 394 __ mov(tmp0, dst); 395 __ xor_(tmp0, src); 396 __ xor_(src, tmp0); 397 __ xor_(tmp0, src); 398 __ mov(dst, tmp0); 400 __ mov(tmp0, dst); 403 __ mov(src, tmp0);
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| draw_pipe_aapoint.c | 123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context 180 int tmp0; local 187 if (aactx->tmp0 < 0) 188 aactx->tmp0 = i; 196 assert(aactx->colorTemp != aactx->tmp0); 198 tmp0 = aactx->tmp0; 217 decl.Range.Last = tmp0; 244 newInst.Dst[0].Register.Index = tmp0; 258 newInst.Dst[0].Register.Index = tmp0; [all...] |
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_tgsi_aos.c | 461 LLVMValueRef tmp0, tmp1; local 504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0); 505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); 553 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1); 554 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); 561 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1); 562 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); 570 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1); 571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2); 584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2) [all...] |
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_clip.h | 96 struct brw_reg tmp0, tmp1; member in struct:brw_clip_compile::__anon31509
|
| /external/qemu/util/ |
| cutils.c | 207 VECTYPE tmp0 = p[i + 0] | p[i + 1]; local 211 VECTYPE tmp01 = tmp0 | tmp1;
|
| /external/webp/src/dsp/ |
| yuv_sse2.c | 108 const __m128i tmp0 = GetRGBA32b(y, u, v); local 109 const __m128i tmp1 = _mm_packs_epi32(tmp0, tmp0); 117 const __m128i tmp0 = GetRGBA32b(y, u, v); local 118 const __m128i tmp1 = _mm_shuffle_epi32(tmp0, _MM_SHUFFLE(3, 0, 1, 2)); 164 uint8_t tmp0[2 * 3 + 5 + 15]; local 165 uint8_t* const tmp = (uint8_t*)((uintptr_t)(tmp0 + 15) & ~15); // align 179 uint8_t tmp0[2 * 3 + 5 + 15]; local 180 uint8_t* const tmp = (uint8_t*)((uintptr_t)(tmp0 + 15) & ~15); // align
|
| /external/aac/libSBRenc/src/ |
| tran_det.cpp | 119 FIXP_DBL delta,tmp0,tmp1,tmp2; local 154 tmp0 = CalcLdData(accu2); 156 tmp2 = (tmp0 - tmp1 + CalcLdData(len1)-CalcLdData(len2));
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
| xa_tgsi.c | 380 struct ureg_dst tmp0 = ureg_DECL_temporary(ureg); local 389 ureg_SLT(ureg, tmp0, 393 ureg_MIN(ureg, tmp0, ureg_src(tmp0), ureg_src(tmp1)); 394 ureg_MIN(ureg, tmp0, ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_X), 395 ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_Y)); 406 ureg_MUL(ureg, dst, ureg_src(tmp1), ureg_src(tmp0)); 407 ureg_release_temporary(ureg, tmp0);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
| xorg_exa_tgsi.c | 403 struct ureg_dst tmp0 = ureg_DECL_temporary(ureg); local 411 ureg_SLT(ureg, tmp0, ureg_swizzle(coords, 417 ureg_MIN(ureg, tmp0, ureg_src(tmp0), ureg_src(tmp1)); 418 ureg_MIN(ureg, tmp0, ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_X), 419 ureg_scalar(ureg_src(tmp0), TGSI_SWIZZLE_Y)); 431 ureg_MUL(ureg, dst, ureg_src(tmp1), ureg_src(tmp0)); 432 ureg_release_temporary(ureg, tmp0);
|
| /external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
| ecp_smpl.c | 1184 BIGNUM *tmp0, *tmp1; local 1201 tmp0 = BN_CTX_get(ctx); 1203 if (tmp0 == NULL || tmp1 == NULL) goto err; 1293 if (!group->meth->field_mul(group, tmp0, heap[i/2], heap[i + 1], ctx)) goto err; 1295 if (!BN_copy(heap[i], tmp0)) goto err; [all...] |
| /external/eigen/Eigen/src/Core/arch/SSE/ |
| PacketMath.h | 409 Packet4f tmp0 = _mm_hadd_ps(a,a); local 410 return pfirst(_mm_hadd_ps(tmp0, tmp0)); 418 // Packet4i tmp0 = _mm_hadd_epi32(a,a); 419 // return pfirst(_mm_hadd_epi32(tmp0, tmp0)); 435 Packet4f tmp0, tmp1, tmp2; local 436 tmp0 = _mm_unpacklo_ps(vecs[0], vecs[1]); 439 tmp0 = _mm_add_ps(tmp0, tmp1) 461 Packet4i tmp0, tmp1, tmp2; local [all...] |
| /external/eigen/Eigen/src/Core/products/ |
| GeneralMatrixVector.h | 414 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0); local 432 tmp0 += cj.pmul(lhs0[j],b); tmp1 += cj.pmul(lhs1[j],b); 495 tmp0 += predux(ptmp0); 507 tmp0 += cj.pmul(lhs0[j],b); tmp1 += cj.pmul(lhs1[j],b); 510 res[i*resIncr] += alpha*tmp0; 523 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0); local 524 ResPacket ptmp0 = pset1<ResPacket>(tmp0); 529 tmp0 += cj.pmul(lhs0[j], rhs[j]); 540 tmp0 += predux(ptmp0); 546 tmp0 += cj.pmul(lhs0[j], rhs[j]) [all...] |