Searched refs:temp2 (Results 151 - 175 of 185) sorted by relevance

12345678

/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1783 DecimalFormat *temp2; local
1784 if (temp != NULL && (temp2 = dynamic_cast<DecimalFormat*>(temp)) != NULL) {
1785 temp2->setMaximumFractionDigits(0);
1786 temp2->setDecimalSeparatorAlwaysShown(FALSE);
1787 temp2->setParseIntegerOnly(TRUE);
/external/v8/src/mips64/
H A Dlithium-mips64.cc1169 LOperand* temp2 = TempRegister(); local
1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1883 LOperand* temp2 = TempDoubleRegister(); local
1885 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2));
1895 LOperand* temp2 = TempRegister(); local
1898 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1917 LOperand* temp2 = TempRegister(); local
1918 LNumberTagU* result = new(zone()) LNumberTagU(value, temp1, temp2);
2368 LOperand* temp2 = TempRegister(); local
2369 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2);
[all...]
/external/v8/src/x87/
H A Dlithium-x87.cc1247 LOperand* temp2 = FixedTemp(edx); local
1248 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
1256 LOperand* temp2 = FixedTemp(edx); local
1257 LMathSqrt* result = new(zone()) LMathSqrt(input, temp1, temp2);
1359 LOperand* temp2 = FixedTemp(edx); local
1361 dividend, divisor, temp1, temp2), edx);
1427 LOperand* temp2 = FixedTemp(edx); local
1436 temp2,
1499 LOperand* temp2 = FixedTemp(edx); local
1501 dividend, divisor, temp1, temp2), ea
[all...]
H A Dlithium-codegen-x87.cc2824 Register temp2) {
2826 DCHECK(!input.is(temp2));
2827 DCHECK(!temp.is(temp2));
2848 __ movzx_b(temp2, FieldOperand(temp, Map::kInstanceTypeOffset));
2849 __ sub(Operand(temp2), Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2850 __ cmp(Operand(temp2), Immediate(LAST_NONCALLABLE_SPEC_OBJECT_TYPE -
2859 __ CmpObjectType(temp, JS_FUNCTION_TYPE, temp2);
2885 Register temp2 = ToRegister(instr->temp2()); local
2890 class_name, input, temp, temp2);
2819 EmitClassOfTest(Label* is_true, Label* is_false, Handle<String>class_name, Register input, Register temp, Register temp2) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp465 UnicodeString temp2; local
466 fulldate->format(curDate, temp2);
467 strFullDate += temp2;
H A Drbbiapts.cpp202 UnicodeString temp2=bi2->getRules(); local
204 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0)
H A Dloctest.cpp412 char temp2[20]; local
427 sprintf(temp2, "%x", (int)testLocale.getLCID());
428 if (UnicodeString(temp2) != dataTable[LCID][i])
429 errln((UnicodeString)" LCID mismatch: " + temp2 + " versus "
H A Dcalregts.cpp2049 UnicodeString temp, temp2, temp3; local
2238 fmt.format(result, temp2.remove()) +
2246 fmt.format(result, temp2.remove()) +
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1396 FIXP_DBL temp2 = bufferImag[l] << (int)preShift; local
1398 accu = fPow2AddDiv2(accu, temp2);
1413 FIXP_DBL temp2 = bufferImag[l] >> (int)negpreShift; local
1415 accu = fPow2AddDiv2(accu, temp2);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java2058 long temp2 = NBEAST * m_classSignature + (methodID + 1) * temp1;
2062 temp2 = NBEAST * temp2 + basicBlockOffsets [i];
2065 m_classSignature = temp2;
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc2574 Register temp2) {
2576 DCHECK(!input.is(temp2));
2577 DCHECK(!temp.is(temp2));
2599 __ movzxbl(temp2, FieldOperand(temp, Map::kInstanceTypeOffset));
2600 __ subp(temp2, Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2601 __ cmpp(temp2, Immediate(LAST_NONCALLABLE_SPEC_OBJECT_TYPE -
2638 Register temp2 = ToRegister(instr->temp2()); local
2642 class_name, input, temp, temp2);
3925 Register temp2 local
2569 EmitClassOfTest(Label* is_true, Label* is_false, Handle<String> class_name, Register input, Register temp, Register temp2) argument
3927 MathExpGenerator::EmitMathExp(masm(), input, result, temp0, temp1, temp2); local
4724 DoDeferredNumberTagIU(LInstruction* instr, LOperand* value, LOperand* temp1, LOperand* temp2, IntegerSignedness signedness) argument
[all...]
H A Dlithium-codegen-x64.h92 LOperand* temp2,
/external/v8/src/ia32/
H A Dlithium-ia32.cc1238 LOperand* temp2 = TempRegister(); local
1239 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
1348 LOperand* temp2 = FixedTemp(edx); local
1350 dividend, divisor, temp1, temp2), edx);
1416 LOperand* temp2 = FixedTemp(edx); local
1425 temp2,
1488 LOperand* temp2 = FixedTemp(edx); local
1490 dividend, divisor, temp1, temp2), eax);
H A Dlithium-codegen-ia32.cc2528 Register temp2) {
2530 DCHECK(!input.is(temp2));
2531 DCHECK(!temp.is(temp2));
2552 __ movzx_b(temp2, FieldOperand(temp, Map::kInstanceTypeOffset));
2553 __ sub(Operand(temp2), Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2554 __ cmp(Operand(temp2), Immediate(LAST_NONCALLABLE_SPEC_OBJECT_TYPE -
2563 __ CmpObjectType(temp, JS_FUNCTION_TYPE, temp2);
2589 Register temp2 = ToRegister(instr->temp2()); local
2594 class_name, input, temp, temp2);
2523 EmitClassOfTest(Label* is_true, Label* is_false, Handle<String>class_name, Register input, Register temp, Register temp2) argument
3873 Register temp2 = ToRegister(instr->temp2()); local
3875 MathExpGenerator::EmitMathExp(masm(), input, result, temp0, temp1, temp2); local
[all...]
/external/libhevc/common/x86/
H A Dihevc_weighted_pred_sse42_intr.c1536 WORD32 row, col, temp1, temp2; local
1547 temp2 = (off0_cr + off1_cr + 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
1050 temp2 = (off0_cr + off1_cr + 1) << (shift - 1);
1065 const_temp_4x32b = _mm_set_epi32(temp2, temp1, temp2, temp1);
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp558 int temp2 = allocated_; local
560 other.allocated_ = temp2;
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp554 int temp2 = allocated_; local
556 other.allocated_ = temp2;
/external/libnfc-nxp/src/
H A DphDnldNfc.c838 uint32_t temp2; local
843 temp2 = CRC32Table[ ( (int) crc ^ *p++ ) & 0xff ];
844 crc = temp1 ^ temp2;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTest.java319 String temp2 = fulldate.format(curDate);
320 strFullDate += temp2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/truetype/
H A Dttinterp.c1408 long long temp2 = (long long)ay * by; local
1411 temp1 += temp2;
1412 temp2 = temp1 >> 63;
1413 temp1 += 0x2000 + temp2;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c1563 long long temp2 = (long long)ay * by; local
1566 temp1 += temp2;
1567 temp2 = temp1 >> 63;
1568 temp1 += 0x2000 + temp2;
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/dist/
H A Dgl-matrix.js3083 var temp2 = quat.create();
3087 quat.slerp(temp2, b, c, t);
3088 quat.slerp(out, temp1, temp2, 2 * t * (1 - t));
/external/v8/test/cctest/
H A Dtest-heap.cc4477 Handle<FixedArray> temp2 = local
4479 Page* page = Page::FromAddress(temp2->address());
4480 CHECK_EQ(Page::kObjectStartOffset, page->Offset(temp2->address()));

Completed in 3501 milliseconds

12345678