HomeSort by relevance Sort by last modified time
    Searched refs:tmp1 (Results 201 - 225 of 293) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 178 const __m128i tmp1 = _mm_add_epi16(b, c); local
187 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
189 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
236 const __m128i tmp1 = _mm_add_epi16(b, c); local
240 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3);
403 const __m128i tmp1 = _mm_srai_epi32(tmp1_2, 9); local
406 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 709 ir_rvalue *tmp0, *tmp1; local
733 tmp1 = mul(src[1], sub(new(p->mem_ctx) ir_constant(1.0f),
735 return add(tmp0, tmp1);
747 tmp1 = mul(src[1], new(p->mem_ctx) ir_constant(2.0f));
748 tmp1 = add(tmp1, new(p->mem_ctx) ir_constant(-1.0f));
750 return dot(swizzle_xyz(smear(p, tmp0)), swizzle_xyz(smear(p, tmp1)));
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 709 ir_rvalue *tmp0, *tmp1; local
733 tmp1 = mul(src[1], sub(new(p->mem_ctx) ir_constant(1.0f),
735 return add(tmp0, tmp1);
747 tmp1 = mul(src[1], new(p->mem_ctx) ir_constant(2.0f));
748 tmp1 = add(tmp1, new(p->mem_ctx) ir_constant(-1.0f));
750 return dot(swizzle_xyz(smear(p, tmp0)), swizzle_xyz(smear(p, tmp1)));
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 178 const __m128i tmp1 = _mm_add_epi16(b, c); local
187 const __m128i transpose0_0 = _mm_unpacklo_epi16(tmp0, tmp1);
189 const __m128i transpose0_2 = _mm_unpackhi_epi16(tmp0, tmp1);
236 const __m128i tmp1 = _mm_add_epi16(b, c); local
240 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3);
403 const __m128i tmp1 = _mm_srai_epi32(tmp1_2, 9); local
406 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3);
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 1795 FIXP_DBL tmp1 = scaleValue( fMultDiv2(C1_CLDFB, sineLevel), -shift ); local
1824 FIXP_DBL tmp1 = (shift>=0) ? ( fMultDiv2(C1, sineLevel) >> shift ) local
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 399 ResScalar tmp1 = ResScalar(0), tmp2 = ResScalar(0), tmp3 = ResScalar(0); local
416 tmp0 += cj.pmul(lhs0[j],b); tmp1 += cj.pmul(lhs1[j],b);
477 tmp1 += predux(ptmp1);
488 tmp0 += cj.pmul(lhs0[j],b); tmp1 += cj.pmul(lhs1[j],b);
492 res[(i+offset1)*resIncr] += alpha*tmp1;
  /external/aac/libSBRenc/src/
tran_det.cpp 119 FIXP_DBL delta,tmp0,tmp1,tmp2; local
155 tmp1 = CalcLdData(accu1);
156 tmp2 = (tmp0 - tmp1 + CalcLdData(len1)-CalcLdData(len2));
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 87 global_val_annot_t tmp1; local
88 tmp1[gv] = tmp;
89 (*annotationCache)[m] = tmp1;
  /external/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 129 char *line, *tmp1, *path = NULL; local
144 line = strtok_r(buf, "\n", &tmp1);
156 line = strtok_r(NULL, "\n", &tmp1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
199 return __STATIC_CAST(__type, tmp1); \
  /external/openssl/ssl/
t1_enc.c 324 unsigned char tmp1[EVP_MAX_KEY_LENGTH]; local
514 key,j,tmp1,tmp2,EVP_CIPHER_key_length(c)))
516 key=tmp1;
567 OPENSSL_cleanse(tmp1,sizeof(tmp1));
568 OPENSSL_cleanse(tmp2,sizeof(tmp1));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 583 * CMP tmp1, x, 1, 0
584 * ADD result, tmp0, -tmp1;
587 unsigned tmp1; local
598 tmp1 = rc_find_free_temporary(c);
600 dstregtmpmask(tmp1, inst->U.I.DstReg.WriteMask),
606 /* result = tmp0 - tmp1 */
610 negate(srcreg(RC_FILE_TEMPORARY, tmp1)));
858 * SLT tmp1, x, 0;
859 * ADD result, tmp0, -tmp1;
862 unsigned tmp1; local
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 4831 Register tmp1 = ecx; local
4876 Register tmp1 = ecx; local
4923 Register tmp1 = ecx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 583 * CMP tmp1, x, 1, 0
584 * ADD result, tmp0, -tmp1;
587 unsigned tmp1; local
598 tmp1 = rc_find_free_temporary(c);
600 dstregtmpmask(tmp1, inst->U.I.DstReg.WriteMask),
606 /* result = tmp0 - tmp1 */
610 negate(srcreg(RC_FILE_TEMPORARY, tmp1)));
858 * SLT tmp1, x, 0;
859 * ADD result, tmp0, -tmp1;
862 unsigned tmp1; local
    [all...]
  /external/stlport/test/unit/
time_facets_test.cpp 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i]));
226 loc = tmp1;
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i]));
226 loc = tmp1;
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i]));
226 loc = tmp1;
  /external/valgrind/main/memcheck/
mc_translate.c 546 IRAtom *tmp1, *tmp2, *tmp3, *tmp4, *tmp5, *tmp6; local
549 tmp1 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a1));
553 tmp5 = assignNew('V', mce, Ity_I64, binop(Iop_Or64, tmp1, tmp3));
744 IRAtom* tmp1; local
772 tmp1 = NULL;
775 tmp1 = vbits;
778 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ8, vbits));
781 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ16, vbits));
784 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ32, vbits));
787 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ64, vbits))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_fp.c 686 struct prog_dst_register tmp1 = get_temp(c); local
687 struct prog_src_register tmp1src = src_reg_from_dst(tmp1);
712 /* tmp1 = MAX(tmp0, coord.Z) */
714 tmp1,
720 /* tmp0 = 1 / tmp1 */
737 release_temp(c, tmp1);

Completed in 759 milliseconds

1 2 3 4 5 6 7 891011>>