Searched refs:temp2 (Results 126 - 150 of 185) sorted by relevance

12345678

/external/v8/src/arm/
H A Dlithium-codegen-arm.h109 LOperand* temp2,
313 void EmitIsConstructCall(Register temp1, Register temp2);
H A Dlithium-arm.cc1200 LOperand* temp2 = TempRegister(); local
1202 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1457 LOperand* temp2 = local
1460 dividend, divisor, temp, temp2));
1933 LOperand* temp2 = TempDoubleRegister(); local
1935 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2));
1945 LOperand* temp2 = TempRegister(); local
1947 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1969 LOperand* temp2 = TempRegister(); local
1970 LNumberTagU* result = new(zone()) LNumberTagU(value, temp1, temp2);
1975 LOperand* temp2 = TempRegister(); local
2419 LOperand* temp2 = TempRegister(); local
[all...]
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.h134 LOperand* temp2);
138 LOperand* temp2);
/external/v8/src/mips64/
H A Dlithium-codegen-mips64.cc2374 Register temp2,
2379 __ LoadRoot(temp2, Heap::kNullValueRootIndex);
2380 __ Branch(is_object, eq, input, Operand(temp2));
2385 __ lbu(temp2, FieldMemOperand(temp1, Map::kBitFieldOffset));
2386 __ And(temp2, temp2, Operand(1 << Map::kIsUndetectable));
2387 __ Branch(is_not_object, ne, temp2, Operand(zero_reg));
2390 __ lbu(temp2, FieldMemOperand(temp1, Map::kInstanceTypeOffset));
2392 lt, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2401 Register temp2 local
2372 EmitIsObject(Register input, Register temp1, Register temp2, Label* is_not_object, Label* is_object) argument
2555 EmitClassOfTest(Label* is_true, Label* is_false, Handle<String>class_name, Register input, Register temp, Register temp2) argument
2622 Register temp2 = ToRegister(instr->temp()); local
3917 Register temp2 = ToRegister(instr->temp2()); local
3921 temp1, temp2, scratch0()); local
4705 DoDeferredNumberTagIU(LInstruction* instr, LOperand* value, LOperand* temp1, LOperand* temp2, IntegerSignedness signedness) argument
4785 Register temp2 = ToRegister(instr->temp2()); local
5651 EmitIsConstructCall(Register temp1, Register temp2) argument
[all...]
/external/icu/icu4c/source/common/
H A Drbbitblb.cpp642 RBBIStateDescriptor *temp2; local
643 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix);
644 if (setEquals(U, temp2->fPositions)) {
646 U = temp2->fPositions;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java561 RBBIStateDescriptor temp2;
562 temp2 = fDStates.get(ix);
563 if (U.equals(temp2.fPositions)) {
564 U = temp2.fPositions;
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s422 vaddl.u8 q8, d2, d8 @ temp2 = src[1_0] + src[4_0]
426 vaddl.u8 q11, d3, d9 @ temp2 = src[1_0] + src[4_0]
428 vmls.u16 q6, q8, q12 @ temp -= temp2 * 5
431 vmls.u16 q7, q11, q12 @ temp -= temp2 * 5
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm101 uadd16 r0, r7, r0 ; 1c+1 | 5c+5 = temp2
117 uadd16 r6, r7, r6 ; 3c+3 | 7c+7 = temp2
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dinv_txfm_sse2.c3623 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3634 temp2 = _mm_loadu_si128((const __m128i *)(input + 8 * i + 4));
3635 inptr[i] = _mm_packs_epi32(temp1, temp2);
3671 temp2 = _mm_unpacklo_epi16(inptr[i], sign_bits);
3673 _mm_storeu_si128((__m128i *)(outptr + 4 * (2 * i)), temp2);
3724 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3735 temp2 = _mm_loadu_si128((const __m128i *)(input + 8 * i + 4));
3736 inptr[i] = _mm_packs_epi32(temp1, temp2);
3775 temp2 = _mm_unpacklo_epi16(inptr[i], sign_bits);
3777 _mm_storeu_si128((__m128i *)(outptr + 4 * (2 * i)), temp2);
3828 __m128i min_input, max_input, temp1, temp2, sign_bits; local
3942 __m128i min_input, max_input, temp1, temp2, sign_bits; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c144 UChar temp2[512]; local
376 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
386 if (u_strcmp(temp2, temp)==0) {
568 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status);
569 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
1225 char temp2[128]; local
1251 log_err("FAIL: Error in unum_formatDouble result %s instead of %s\n", u_austrcpy(temp1, result), u_austrcpy(temp2, expected) );
1968 char temp2[256]; local
2021 log_data_err("Result from cloned formatter not identical to the original. Original: %s Cloned: %s - (Are you missing data?)",u_austrcpy(temp1, buffer),u_austrcpy(temp2,buffer_clone
[all...]
/external/libavc/encoder/x86/
H A Dime_distortion_metrics_sse42.c1730 __m128i temp0, temp1, temp2, temp3, temp4; local
1805 temp2 = _mm_sub_epi16(src_r0, temp1);//(s1-s3<<1) (s4-s2<<1) (a1-a3<<1) (a4-a2<<1) 0 0 0 0
1815 temp0 = _mm_unpacklo_epi32(temp0, temp2);//s1+s4 s2+s3 (s1-s3<<1) (s4-s2<<1) a1+a4 a2+a3 (a1-a3<<1) (a4-a2<<1)
1818 temp2 = _mm_unpacklo_epi64(temp0, temp1);//s1+s4 s2+s3 (s1-s3<<1) (s4-s2<<1) s1+s2 s4+s3 (s2-s4<<1) (s3-s1<<1)
1821 sad_b1 = _mm_sub_epi16(sad_b1, temp2); //lsi values Block0
1904 temp2 = _mm_sub_epi16(src_r0, temp1);//(s1-s3<<1) (s4-s2<<1) (a1-a3<<1) (a4-a2<<1) 0 0 0 0
1914 temp0 = _mm_unpacklo_epi32(temp0, temp2);//s1+s4 s2+s3 (s1-s3<<1) (s4-s2<<1) a1+a4 a2+a3 (a1-a3<<1) (a4-a2<<1)
1917 temp2 = _mm_unpacklo_epi64(temp0, temp1);//s1+s4 s2+s3 (s1-s3<<1) (s4-s2<<1) s1+s2 s4+s3 (s2-s4<<1) (s3-s1<<1)
1920 sad_b1 = _mm_sub_epi16(sad_b1, temp2); //lsi values Block0
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1546 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
1557 temp2.swizzle = SWIZZLE_ZZZZ;
1558 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1563 temp2.swizzle = SWIZZLE_YYYY;
1564 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1567 temp2.swizzle = SWIZZLE_WWWW;
1568 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1572 temp2.swizzle = SWIZZLE_YYYY;
1573 emit(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2);
1605 st_src_reg temp1 = st_src_reg(temp), temp2 local
[all...]
/external/v8/src/ia32/
H A Dcodegen-ia32.cc926 Register temp2) {
930 DCHECK(!temp1.is(temp2));
947 __ movd(temp2, double_scratch);
956 __ mov(temp1, temp2);
961 __ and_(temp2, Immediate(0x7ff));
967 temp2, times_8, ExternalReference::math_exp_log_table()));
921 EmitMathExp(MacroAssembler* masm, XMMRegister input, XMMRegister result, XMMRegister double_scratch, Register temp1, Register temp2) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DLevenbergMarquardtEstimator.java732 final double temp2 = cos * rik + sin * lmDiag[i];
734 jacobian[i * cols + pk] = temp2;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DLevenbergMarquardtOptimizer.java733 final double temp2 = cos * rik + sin * lmDiag[i];
735 wjacobian[i][pk] = temp2;
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp248 double temp, temp1, temp2; local
256 temp2 = 0.;
257 if (k != n-1) temp2 = x[k+1];
258 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
353 double temp, temp1, temp2; local
362 temp2 = 0.;
363 if (k != n-1) temp2 = x[k+1];
364 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp142 uint32_t temp2; local
167 temp2 = crc_ta[(crc^*ptr) & 0xFF];
168 crc = temp1^temp2;
/external/libvncserver/test/
H A Dtjbench.c587 int temp1=0, temp2=0, match=0; local
588 if(sscanf(argv[++i], "%d/%d", &temp1, &temp2)==2)
592 if(temp1==scalingfactors[j].num && temp2==scalingfactors[j].denom)
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_sse.c358 struct x86_reg temp2 = x86_make_reg(file_XMM, 3); local
531 emit_load(p, temp2, 1, x86_deref(srcECX), a[1].inputsize);
532 sse_movss(&p->func, temp, temp2);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsplugin.c64 cmsUInt8Number temp2; local
67 temp2 = *pByte++;
69 *pByte++ = temp2;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_smf.c1194 EAS_U32 temp1, temp2; local
1200 temp2 = (ticks & 0x3ff) * pSMFData->tickConv;
1201 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_smf.c1194 EAS_U32 temp1, temp2; local
1200 temp2 = (ticks & 0x3ff) * pSMFData->tickConv;
1201 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_smf.c1209 EAS_U32 temp1, temp2; local
1215 temp2 = (ticks & 0x3ff) * pSMFData->tickConv;
1216 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));
/external/v8/src/mips/
H A Dlithium-mips.cc1169 LOperand* temp2 = TempRegister(); local
1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1882 LOperand* temp2 = TempDoubleRegister(); local
1884 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2));
1894 LOperand* temp2 = TempRegister(); local
1896 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1918 LOperand* temp2 = TempRegister(); local
1919 LNumberTagU* result = new(zone()) LNumberTagU(value, temp1, temp2);
1924 LOperand* temp2 = TempRegister(); local
1925 LNumberTagI* result = new(zone()) LNumberTagI(value, temp1, temp2);
2368 LOperand* temp2 = TempRegister(); local
[all...]
/external/v8/src/x64/
H A Dlithium-x64.cc1218 LOperand* temp2 = TempRegister(); local
1219 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
1328 LOperand* temp2 = FixedTemp(rdx); local
1330 dividend, divisor, temp1, temp2), rdx);
1396 LOperand* temp2 = FixedTemp(rdx); local
1405 temp2,
1468 LOperand* temp2 = FixedTemp(rdx); local
1470 dividend, divisor, temp1, temp2), rax);
1925 LOperand* temp2 = FixedTemp(xmm1); local
1926 LNumberTagU* result = new(zone()) LNumberTagU(value, temp1, temp2);
1931 LOperand* temp2 = SmiValuesAre32Bits() ? NULL : FixedTemp(xmm1); local
[all...]

Completed in 770 milliseconds

12345678