Searched defs:temp1 (Results 51 - 75 of 93) sorted by relevance

1234

/external/aac/libSBRdec/src/
H A Denv_calc.cpp1395 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; local
1397 accu = fPow2AddDiv2(accu, temp1);
1412 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift; local
1414 accu = fPow2AddDiv2(accu, temp1);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c401 SVGA3dShaderDestToken temp1; local
407 temp1.value = 0;
440 temp1 = get_temp( emit );
442 if (!emit_repl( emit, temp1, &src1 ))
450 release_temp( emit, temp1 );
1119 SVGA3dShaderDestToken temp1 = get_temp( emit ); local
1125 src( temp0 ), src( temp1 ) );
1139 writemask( temp1, dst.mask ), negate( src0 ), negate( one ),
1145 src( temp1 ) );
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dpa-risc2.s257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
1036 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
1038 ADD,L ht,temp1,ht ; ht += temp1
1068 EXTRD,U m,31,32,temp1 ; m >> 32
1070 ADD,L ht,temp1,ht ; ht+= m>>32
1328 EXTRD,U m,31,32,temp1 ; m >> 32
1330 ADD,L ht,temp1,h
[all...]
/external/icu4c/test/cintltst/
H A Dcnumtst.c126 UChar temp1[512]; local
235 u_uastrcpy(temp1, "$100,000,000.00");
256 if(u_strcmp(result, temp1)==0)
270 u_uastrcpy(temp1, "($10,456.37)");
288 if(result && u_strcmp(result, temp1)==0)
323 u_uastrcpy(temp1, "Y1,235");
324 temp1[0] = 0xA5; /* Yen sign */
338 if (result && u_strcmp(result, temp1)==0) {
379 u_uastrcpy(temp1, "$462.12345");
380 resultlength=u_strlen(temp1);
1207 char temp1[128]; local
1242 UChar temp1[512]; local
1356 UChar temp1[512]; local
1950 char temp1[256]; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c401 SVGA3dShaderDestToken temp1; local
407 temp1.value = 0;
440 temp1 = get_temp( emit );
442 if (!emit_repl( emit, temp1, &src1 ))
450 release_temp( emit, temp1 );
1119 SVGA3dShaderDestToken temp1 = get_temp( emit ); local
1125 src( temp0 ), src( temp1 ) );
1139 writemask( temp1, dst.mask ), negate( src0 ), negate( one ),
1145 src( temp1 ) );
/external/opencv/cv/include/
H A Dcvtypes.h288 float* Temp1; /* temp1->data.fl */
308 CvMat* temp1; /* temporary matrices */ member in struct:CvKalman
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
1036 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
1038 ADD,L ht,temp1,ht ; ht += temp1
1068 EXTRD,U m,31,32,temp1 ; m >> 32
1070 ADD,L ht,temp1,ht ; ht+= m>>32
1328 EXTRD,U m,31,32,temp1 ; m >> 32
1330 ADD,L ht,temp1,h
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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
1556 temp1.swizzle = SWIZZLE_YYYY;
1558 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1562 temp1.swizzle = SWIZZLE_XXXX;
1564 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1566 temp1.swizzle = SWIZZLE_ZZZZ;
1568 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1571 temp1.swizzle = SWIZZLE_XXXX;
1573 emit(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2);
1605 st_src_reg temp1 local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
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/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1231 LOperand* temp1 = TempRegister(); local
1234 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1920 LOperand* temp1 = TempRegister(); local
1925 temp1,
1936 LOperand* temp1 = TempRegister(); local
1942 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1952 LOperand* temp1 = TempRegister(); local
1954 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
2380 LOperand* temp1 = TempRegister(); local
2382 LAllocate* result = new(zone()) LAllocate(size, temp1, temp
[all...]
H A Dlithium-arm.h845 LOperand* temp1,
848 temps_[0] = temp1;
855 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LMathExp
2435 LAllocate(LOperand* size, LOperand* temp1, LOperand* temp2) { argument
2437 temps_[0] = temp1;
2442 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LAllocate
843 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, LOperand* temp2) argument
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1307 LOperand* temp1 = TempRegister(); local
1309 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
H A Dlithium-ia32.h814 LOperand* temp1,
817 temps_[0] = temp1;
823 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LMathExp
2161 LOperand* temp1,
2165 temps_[0] = temp1;
2519 LOperand* temp1,
2523 temps_[0] = temp1;
813 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) argument
2160 LTaggedToINoSSE2(LOperand* value, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
2518 LClampTToUint8NoSSE2(LOperand* unclamped, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1209 LOperand* temp1 = TempRegister(); local
1212 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1839 LOperand* temp1 = TempRegister(); local
1844 temp1,
1855 LOperand* temp1 = TempRegister(); local
1861 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1871 LOperand* temp1 = TempRegister(); local
1873 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
2300 LOperand* temp1 = TempRegister(); local
2302 LAllocate* result = new(zone()) LAllocate(size, temp1, temp
[all...]
H A Dlithium-mips.h837 LOperand* temp1,
840 temps_[0] = temp1;
847 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LMathExp
2395 LAllocate(LOperand* size, LOperand* temp1, LOperand* temp2) { argument
2397 temps_[0] = temp1;
2402 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LAllocate
835 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, LOperand* temp2) argument
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1228 LOperand* temp1 = TempRegister(); local
1230 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
H A Dlithium-x64.h793 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
795 temps_[0] = temp1;
801 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LMathExp
/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/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
1556 temp1.swizzle = SWIZZLE_YYYY;
1558 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1562 temp1.swizzle = SWIZZLE_XXXX;
1564 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1566 temp1.swizzle = SWIZZLE_ZZZZ;
1568 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1571 temp1.swizzle = SWIZZLE_XXXX;
1573 emit(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2);
1605 st_src_reg temp1 local
[all...]
/external/mesa3d/src/mesa/swrast/
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/arm/
H A Dlithium-arm.cc1669 LOperand* temp1 = TempRegister(); local
1675 temp1,
1685 LOperand* temp1 = TempRegister(); local
1691 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1697 LOperand* temp1 = TempRegister(); local
1699 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
1737 LOperand* temp1 = TempRegister(); local
1739 LInstruction* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);
H A Dlithium-arm.h558 LOperand* temp1,
563 temps_[0] = temp1;
1579 LNumberTagD(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
1581 temps_[0] = temp1;
1592 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { argument
1594 temps_[0] = temp1;
1609 LOperand* temp1,
1613 temps_[0] = temp1;
1905 LCheckPrototypeMaps(LOperand* temp1, LOperand* temp2) { argument
1906 temps_[0] = temp1;
556 LModI(LOperand* left, LOperand* right, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
1608 LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2, LOperand* temp3) argument
1978 LAllocateObject(LOperand* temp1, LOperand* temp2) argument
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc1670 LOperand* temp1 = TempRegister(); local
1676 temp1,
1686 LOperand* temp1 = TempRegister(); local
1692 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
1698 LOperand* temp1 = TempRegister(); local
1700 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2);
1738 LOperand* temp1 = TempRegister(); local
1740 LInstruction* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);
/external/libnfc-nxp/src/
H A DphDnldNfc.c837 uint32_t temp1; local
842 temp1 = ( crc>> 8 ) & 0x00FFFFFFL;
844 crc = temp1 ^ temp2;

Completed in 768 milliseconds

1234