Searched refs:temp1 (Results 176 - 200 of 213) sorted by relevance

123456789

/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1227 LOperand* temp1 = TempRegister(); local
1229 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
1337 LOperand* temp1 = FixedTemp(eax); local
1340 dividend, divisor, temp1, temp2), edx);
1405 LOperand* temp1 = FixedTemp(eax); local
1414 temp1,
1477 LOperand* temp1 = FixedTemp(eax); local
1480 dividend, divisor, temp1, temp2), eax);
H A Dlithium-codegen-ia32.cc2262 Register temp1,
2269 Condition cond = masm_->IsObjectStringType(input, temp1, temp1);
3632 Register temp1 = ToRegister(instr->temp1()); local
3635 MathExpGenerator::EmitMathExp(masm(), input, result, temp0, temp1, temp2); local
2261 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/v8/test/unittests/interpreter/
H A Dbytecode-array-builder-unittest.cc373 Register temp1 = register_allocator.NewRegister(); local
379 CHECK_EQ(builder.RegisterIsParameterOrLocal(temp1), false);
/external/opencv3/modules/core/test/
H A Dtest_math.cpp1616 Mat& temp1 = test_mat[TEMP][1]; local
1623 cvtest::convert( input, temp1, temp1.type() );
1753 Mat& temp1 = test_mat[TEMP][1]; local
1754 cvtest::convert(input, temp1, temp1.type());
1756 CvMat _temp1 = temp1;
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java2057 final int temp1 = basicBlockOffsets.length;
2058 long temp2 = NBEAST * m_classSignature + (methodID + 1) * temp1;
2060 for (int i = 1; i < temp1; ++ i) // skip the initial 0 offset
/external/libhevc/common/x86/
H A Dihevc_weighted_pred_sse42_intr.c1536 WORD32 row, col, temp1, temp2; local
1546 temp1 = (off0_cb + off1_cb + 1) << (shift - 1);
1550 const_temp_4x32b = _mm_set_epi32(temp2, temp1, temp2, temp1);
H A Dihevc_weighted_pred_ssse3_intr.c1039 WORD32 row, col, temp1, temp2; local
1049 temp1 = (off0_cb + off1_cb + 1) << (shift - 1);
1065 const_temp_4x32b = _mm_set_epi32(temp2, temp1, temp2, temp1);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c89 const float temp1 = lerp(a, v01, v11); local
90 return lerp(b, temp0, temp1);
103 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111); local
104 return lerp(c, temp0, temp1);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h303 Register temp1,
H A Dlithium-codegen-x87.cc2545 Register temp1,
2552 Condition cond = masm_->IsObjectStringType(input, temp1, temp1);
3932 Register temp_result = ToRegister(instr->temp1());
2544 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c260 const GLint temp1 = ilerp(ia, v01, v11); local
261 return ilerp(ib, temp0, temp1);
H A Ds_texfilter.c67 const GLfloat temp1 = LERP(a, v01, v11); local
68 return LERP(b, temp0, temp1);
86 const GLfloat temp1 = LERP(b, temp01, temp11); local
87 return LERP(c, temp0, temp1);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc2327 Register temp1,
2334 Condition cond = masm_->IsObjectStringType(input, temp1, temp1);
3678 Register temp1 = ToRegister(instr->temp1()); local
3681 MathExpGenerator::EmitMathExp(masm(), input, result, temp0, temp1, temp2); local
4539 codegen()->DoDeferredNumberTagIU(instr_, instr_->value(), instr_->temp1(),
4570 codegen()->DoDeferredNumberTagIU(instr_, instr_->value(), instr_->temp1(),
4593 LOperand* temp1,
4598 Register tmp = ToRegister(temp1);
2326 EmitIsString(Register input, Register temp1, Label* is_not_string, SmiCheck check_needed = INLINE_SMI_CHECK) argument
4591 DoDeferredNumberTagIU(LInstruction* instr, LOperand* value, LOperand* temp1, LOperand* temp2, IntegerSignedness signedness) argument
[all...]
/external/libnfc-nxp/src/
H A DphDnldNfc.c837 uint32_t temp1; local
842 temp1 = ( crc>> 8 ) & 0x00FFFFFFL;
844 crc = temp1 ^ temp2;
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/freetype/src/truetype/
H A Dttinterp.c1407 long long temp1 = (long long)ax * bx; local
1411 temp1 += temp2;
1412 temp2 = temp1 >> 63;
1413 temp1 += 0x2000 + temp2;
1415 return (FT_Int32)( temp1 >> 14 );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c1400 long long temp1 = (long long)ax * bx; local
1404 temp1 += temp2;
1405 temp2 = temp1 >> 63;
1406 temp1 += 0x2000 + temp2;
1408 return (FT_Int32)( temp1 >> 14 );
/external/opencv3/modules/video/src/
H A Dlkpyramid.cpp883 UMat temp1 = (useInitialFlow ? nextPts : prevPts).reshape(1);
885 multiply(1.0f / (1 << maxLevel) /2.0f, temp1, temp2);
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/gl-matrix/dist/
H A Dgl-matrix.js3082 var temp1 = quat.create();
3086 quat.slerp(temp1, a, d, t);
3088 quat.slerp(out, temp1, temp2, 2 * t * (1 - t));
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
H A Dgl-matrix.js3082 var temp1 = quat.create();
3086 quat.slerp(temp1, a, d, t);
3088 quat.slerp(out, temp1, temp2, 2 * t * (1 - t));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c97626 Hash temp1; local
128771 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
128779 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c97644 Hash temp1; local
128789 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
128797 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); local
[all...]

Completed in 1090 milliseconds

123456789