HomeSort by relevance Sort by last modified time
    Searched full:temp1 (Results 201 - 225 of 347) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGenObjCXX/
arc.mm 62 // CHECK-NEXT: [[TEMP1:%.*]] = alloca i8*
78 // CHECK-NEXT: [[T1:%.*]] = select i1 [[T0]], i8** null, i8** [[TEMP1]]
81 // CHECK-NEXT: store i8* [[T0]], i8** [[TEMP1]]
87 // CHECK: [[T0:%.*]] = load i8*, i8** [[TEMP1]]
  /libcore/luni/src/main/native/
cbigint.cpp 75 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
77 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
94 temp1 = arg1[index];
96 temp3 = temp1 + temp2;
  /external/pdfium/core/fdrm/crypto/
fx_crypt_sha.cpp 180 uint32_t temp1, temp2, W[64]; local
209 temp1 = h + S3(e) + F1(e, f, g) + K + x; \
211 d += temp1; \
212 h = temp1 + temp2; \
412 temp1 = h + SHA384_S3(e) + SHA384_F1(e, f, g) + K + x; \
414 d += temp1; \
415 h = temp1 + temp2; \
478 uint64_t temp1, temp2; local
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 99 LOperand* temp1, LOperand* temp2,
262 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
lithium-ppc.h 1718 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1734 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1938 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
2135 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
2151 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
    [all...]
lithium-ppc.cc 1787 LOperand* temp1 = TempRegister(); local
1799 LOperand* temp1 = TempRegister(); local
1823 LOperand* temp1 = TempRegister(); local
1829 LOperand* temp1 = TempRegister(); local
2104 LOperand* temp1 = TempRegister(); local
2188 LOperand* temp1 = TempRegister(); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 98 LOperand* temp1, LOperand* temp2,
261 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
lithium-s390.h 1586 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1601 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1795 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1978 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1994 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
    [all...]
lithium-s390.cc 1613 LOperand* temp1 = TempRegister(); local
1625 LOperand* temp1 = TempRegister(); local
1649 LOperand* temp1 = TempRegister(); local
1655 LOperand* temp1 = TempRegister(); local
1912 LOperand* temp1 = TempRegister(); local
1990 LOperand* temp1 = TempRegister(); local
    [all...]
  /external/elfutils/src/
elfcmp.c 853 Hash_Word temp1[nchain - 1]; \
866 temp1[b1++] = p; \
878 qsort (temp1, b1, sizeof temp1[0], compare_##Hash_Word); \
882 if (temp1[b1] != temp2[b1]) \
885 chain_ok[temp1[b1]] = true; \
  /external/webp/src/dsp/
upsampling_msa.c 39 v4u32 temp0, temp1, temp2, temp3; \
41 temp0, temp1, temp2, temp3); \
42 PCKOD_H2_UH(temp1, temp0, temp3, temp2, out0, out1); \
47 v4u32 temp0, temp1; \
48 MUL2(in0, const0, in1, const0, temp0, temp1); \
49 out0 = (v8u16)__msa_pckod_h((v8i16)temp1, (v8i16)temp0); \
  /external/v8/src/crankshaft/x64/
lithium-x64.h 609 LOperand* temp1,
613 temps_[0] = temp1;
619 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
669 LOperand* temp1,
673 temps_[0] = temp1;
679 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
730 LOperand* temp1,
735 temps_[0] = temp1;
742 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1771 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1787 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 72 4. Introduced array temp1[], to pre-calculate the elements
580 Word16 temp1[2*L_CODE]; local
637 p_temp1 = temp1;
668 p_temp1 = temp1;
702 p_temp1 = temp1;
744 p_temp1 = temp1;
778 p_temp1 = temp1;
829 p_temp1 = temp1;
869 p_temp1 = temp1;
926 p_temp1 = temp1;
    [all...]
  /external/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c 199 __m128i temp1, temp2, temp3, temp4; local
729 temp1 = m_temp_reg_34;
865 m_temp_reg_34 = _mm_add_epi32(temp1, m_temp_reg_30);
866 m_temp_reg_35 = _mm_sub_epi32(temp1, m_temp_reg_30);
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 207 __m128i temp1, temp2, temp3, temp4; local
740 temp1 = m_temp_reg_34;
875 m_temp_reg_34 = _mm_add_epi32(temp1, m_temp_reg_30);
876 m_temp_reg_35 = _mm_sub_epi32(temp1, m_temp_reg_30);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 624 LOperand* temp1,
628 temps_[0] = temp1;
634 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
684 LOperand* temp1,
688 temps_[0] = temp1;
694 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
745 LOperand* temp1,
750 temps_[0] = temp1;
757 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
931 LOperand* temp1,
939 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 495 FIXP_DBL temp1,temp2;
508 temp1 = CalcInvLdData(NOISE_FLOOR_OFFSET_64 - noise_level_right[i]);
511 temp1 = CalcInvLdData(NOISE_FLOOR_OFFSET_64 - noise_level_right[i]);
512 temp1 = temp1 << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* INT to fract conversion of result, if input of CalcInvLdData is positiv */
525 noise_level_left[i] = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>1) + (temp2>>1)))); /* no scaling needed! both values are dfract */
526 noise_level_right[i] = CalcLdData(temp2) - CalcLdData(temp1);
530 noise_level_left[i] = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>1) + (temp2>>1))) + FL2FXCONST_DBL(0.109375f)); /* scaled with 7/64 */
531 noise_level_right[i] = CalcLdData(temp2) - CalcLdData(temp1);
535 noise_level_left[i] = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>(7+1)) + (temp2>>1))) + FL2FXCONST_DBL(0.109375f)); /* scaled with 7/64 *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 176 Word16 temp1; local
189 temp1 = shr(in[4*i+0], 2, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
193 temp1 = add(data0, temp1, pOverflow);
203 out[4*i+0] = add(temp1, temp2, pOverflow);
204 out[4*i+1] = sub(temp1, temp2, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
208 data0 = sub(temp2, temp1, pOverflow)
304 Word16 temp1; local
408 Word16 temp1; local
1492 Word16 temp1; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 819 LOperand* temp1 = TempRegister(); local
822 LFastAllocate* result = new (zone()) LFastAllocate(size, temp1, temp2);
829 new (zone()) LAllocate(context, size, temp1, temp2, temp3);
940 LOperand* temp1 = needs_temps ? TempRegister() : NULL; local
947 return new(zone()) LBranch(UseRegister(value), temp1, temp2);
950 new(zone()) LBranch(UseRegister(value), temp1, temp2));
1060 LOperand* temp1 = TempRegister(); local
1073 LOperand* temp1 = TempRegister(); local
2158 LOperand* temp1 = NULL; local
2285 LOperand* temp1 = TempRegister(); local
2319 LOperand* temp1 = TempRegister(); local
2336 LOperand* temp1 = TempRegister(); local
    [all...]
  /external/fonttools/Lib/fontTools/pens/
basePen.py 303 temp1 = points[i-1]
305 temp = (temp2[0] + factor * (temp1[0] - temp2[0]),
306 temp2[1] + factor * (temp1[1] - temp2[1]))
  /external/v8/src/crankshaft/arm/
lithium-arm.h 1757 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1773 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
2201 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
2217 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 1720 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
1736 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
2160 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
2176 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::final
    [all...]
  /external/libjpeg-turbo/java/
TJUnitTest.java 714 int temp1, temp2, imgType = pf; local
732 temp1 = scaledWidth;
734 temp1 = tjd.getScaledWidth(temp1, temp2);
735 temp2 = tjd.getScaledHeight(temp1, temp2);
736 if (temp1 != scaledWidth || temp2 != scaledHeight)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp 329 Word16 temp1, temp2;
376 temp1 = extract_h (L_tmp);
392 temp2 = div_s (temp2, temp1);
455 Word16 temp1; local
518 temp1 = (Word16)(L_tmp >> 16);
556 temp2 = div_s(temp2, temp1);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 145 self.writeln(" var temp1 = X,")
150 second = "temp1"

Completed in 1004 milliseconds

1 2 3 4 5 6 7 891011>>