/external/libavc/common/x86/ |
D | ih264_resi_trans_quant_sse42.c | 120 __m128i temp0, temp1, temp2, temp3; in ih264_resi_trans_quant_4x4_sse42() local 168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3 in ih264_resi_trans_quant_4x4_sse42() 172 src_r2 = _mm_unpacklo_epi64(temp3, zero_8x16b); //a2 b2 c2 d2 in ih264_resi_trans_quant_4x4_sse42() 173 src_r3 = _mm_unpackhi_epi64(temp3, zero_8x16b); //a3 b3 c3 d3 in ih264_resi_trans_quant_4x4_sse42() 183 temp3 = _mm_sub_epi16(src_r0, src_r3); in ih264_resi_trans_quant_4x4_sse42() 188 src_r1 = _mm_slli_epi16(temp3, 1); //(x3<<1) in ih264_resi_trans_quant_4x4_sse42() 194 src_r3 = _mm_sub_epi16(temp3, src_r3); in ih264_resi_trans_quant_4x4_sse42() 206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d3 in ih264_resi_trans_quant_4x4_sse42() 210 src_r2 = _mm_unpacklo_epi64(temp3, zero_8x16b); //c0 c1 c2 c3 in ih264_resi_trans_quant_4x4_sse42() 211 src_r3 = _mm_unpackhi_epi64(temp3, zero_8x16b); //d0 d1 d2 d3 in ih264_resi_trans_quant_4x4_sse42() [all …]
|
D | ih264_ihadamard_scaling_ssse3.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_ssse3() local 130 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 d2 c3 d3 in ih264_ihadamard_scaling_4x4_ssse3() 133 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2 in ih264_ihadamard_scaling_4x4_ssse3() 134 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3 in ih264_ihadamard_scaling_4x4_ssse3() 139 temp3 = _mm_sub_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_ssse3() 142 src_r1 = _mm_add_epi32(temp2, temp3); in ih264_ihadamard_scaling_4x4_ssse3() 144 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_ssse3() 159 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 c3 d2 d3 in ih264_ihadamard_scaling_4x4_ssse3() 162 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3 in ih264_ihadamard_scaling_4x4_ssse3() 163 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //d0 d1 d2 d3 in ih264_ihadamard_scaling_4x4_ssse3() [all …]
|
D | ih264_iquant_itrans_recon_sse42.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_sse42() local 184 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //c0 d0 c1 d1 in ih264_iquant_itrans_recon_4x4_sse42() 187 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0 in ih264_iquant_itrans_recon_4x4_sse42() 188 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1 in ih264_iquant_itrans_recon_4x4_sse42() 201 temp3 = _mm_srai_epi32(resq_r3, 1); //(w3>>1) + w1 in ih264_iquant_itrans_recon_4x4_sse42() 202 temp3 = _mm_add_epi32(temp3, resq_r1); in ih264_iquant_itrans_recon_4x4_sse42() 205 resq_r0 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42() 211 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42() 220 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //a2 a3 b2 b3 in ih264_iquant_itrans_recon_4x4_sse42() 223 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 a1 a2 a3 in ih264_iquant_itrans_recon_4x4_sse42() [all …]
|
D | ih264_ihadamard_scaling_sse42.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_sse42() local 128 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 d2 c3 d3 in ih264_ihadamard_scaling_4x4_sse42() 131 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2 in ih264_ihadamard_scaling_4x4_sse42() 132 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3 in ih264_ihadamard_scaling_4x4_sse42() 137 temp3 = _mm_sub_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_sse42() 140 src_r1 = _mm_add_epi32(temp2, temp3); in ih264_ihadamard_scaling_4x4_sse42() 142 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_sse42() 157 temp3 = _mm_unpackhi_epi32(src_r2, src_r3); //c2 c3 d2 d3 in ih264_ihadamard_scaling_4x4_sse42() 160 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3 in ih264_ihadamard_scaling_4x4_sse42() 161 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //d0 d1 d2 d3 in ih264_ihadamard_scaling_4x4_sse42() [all …]
|
D | ih264_deblk_luma_ssse3.c | 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; in ih264_deblk_luma_vert_bs4_ssse3() local 124 temp3 = _mm_unpacklo_epi8(line5, line6); in ih264_deblk_luma_vert_bs4_ssse3() 129 line3 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 130 line4 = _mm_unpackhi_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 148 temp3 = _mm_unpacklo_epi8(line5, line6); in ih264_deblk_luma_vert_bs4_ssse3() 153 line3 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 154 line4 = _mm_unpackhi_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 158 temp3 = _mm_unpacklo_epi32(line2, line4); in ih264_deblk_luma_vert_bs4_ssse3() 167 q0_16x8 = _mm_unpacklo_epi64(q0_8x16, temp3); in ih264_deblk_luma_vert_bs4_ssse3() 168 q1_16x8 = _mm_unpackhi_epi64(q0_8x16, temp3); in ih264_deblk_luma_vert_bs4_ssse3() [all …]
|
D | ih264_iquant_itrans_recon_ssse3.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_ssse3() local 191 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //c0 d0 c1 d1 in ih264_iquant_itrans_recon_4x4_ssse3() 194 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 b0 c0 d0 in ih264_iquant_itrans_recon_4x4_ssse3() 195 resq_r1 = _mm_unpackhi_epi64(temp1, temp3); //a1 b1 c1 d1 in ih264_iquant_itrans_recon_4x4_ssse3() 208 temp3 = _mm_srai_epi32(resq_r3, 1); //(w3>>1) + w1 in ih264_iquant_itrans_recon_4x4_ssse3() 209 temp3 = _mm_add_epi32(temp3, resq_r1); in ih264_iquant_itrans_recon_4x4_ssse3() 212 resq_r0 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3() 218 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3() 227 temp3 = _mm_unpacklo_epi32(resq_r2, resq_r3); //a2 a3 b2 b3 in ih264_iquant_itrans_recon_4x4_ssse3() 230 resq_r0 = _mm_unpacklo_epi64(temp1, temp3); //a0 a1 a2 a3 in ih264_iquant_itrans_recon_4x4_ssse3() [all …]
|
D | ih264_iquant_itrans_recon_dc_ssse3.c | 245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; in ih264_iquant_itrans_recon_8x8_dc_ssse3() local 292 temp3 = _mm_add_epi16(value_add, pred_r2); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 309 sign_reg = _mm_cmpgt_epi16(temp3, zero_8x16b); // sign check in ih264_iquant_itrans_recon_8x8_dc_ssse3() 310 temp3 = _mm_and_si128(temp3, sign_reg); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 324 temp3 = _mm_packus_epi16(temp3, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 333 _mm_storel_epi64((__m128i *)(&pu1_out[2 * out_strd]), temp3); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 37 int temp0, temp1, temp2, temp3; in vp9_idct32_cols_add_blk_dspr2() local 111 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 172 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 233 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 290 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 347 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 404 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 600 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 660 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 792 [temp3] "=&r" (temp3), [dest_pix] "+r" (dest_pix) in vp9_idct32_cols_add_blk_dspr2() [all …]
|
D | vp9_itrans32_dspr2.c | 38 int temp0, temp1, temp2, temp3; in idct32_rows_dspr2() local 155 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 217 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 279 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 341 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 403 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 465 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 668 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 733 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 55 int temp3, temp4; in vp8_short_idct4x4llm_dspr2() local 73 temp3 = (ip[5] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 75 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 77 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 79 d2 = temp3 + temp4; in vp8_short_idct4x4llm_dspr2() 105 temp3 = (ip[7] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 107 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 109 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 111 d2 = temp3 + temp4; in vp8_short_idct4x4llm_dspr2() 143 temp3 = (ip[5] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() [all …]
|
/external/webp/src/dsp/ |
D | enc_mips32.c | 121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local 128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne() 136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15) in ITransformOne() 139 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in ITransformOne() 195 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local 226 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in QuantizeBlock() 362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local 382 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in Disto4x4() 477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local 486 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp1, temp2, temp3) in FTransform() [all …]
|
D | yuv_mips32.c | 29 int temp0, temp1, temp2, temp3, temp4; \ 32 temp3 = kVToG * v[0]; \ 37 temp3 -= kGCst; \ 38 temp2 += temp3; \ 62 temp3 = kVToG * v[0]; \ 67 temp3 -= kGCst; \ 68 temp2 += temp3; \
|
D | lossless_mips32.c | 157 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined() local 183 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in ExtraCostCombined() 213 [temp3]"=&r"(temp3), [temp0]"+r"(temp0) \ 226 int temp0, temp1, temp2, temp3; in HuffmanCostCount() local 251 int temp0, temp1, temp2, temp3; in HuffmanCostCombinedCount() local 314 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), \ 367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 46 Register temp3 = r6; in CreateExpFunction() local 53 __ Push(temp3, temp2, temp1); in CreateExpFunction() 56 temp1, temp2, temp3); in CreateExpFunction() 57 __ Pop(temp3, temp2, temp1); in CreateExpFunction() 280 Register temp3 = lr; in CreateMemCopyUint16Uint8Function() 291 __ uxtb16(temp3, Operand(temp1, ROR, 0)); in CreateMemCopyUint16Uint8Function() 293 __ pkhbt(temp1, temp3, Operand(temp4, LSL, 16)); in CreateMemCopyUint16Uint8Function() 295 __ pkhtb(temp1, temp4, Operand(temp3, ASR, 16)); in CreateMemCopyUint16Uint8Function() 304 __ uxtb(temp3, Operand(temp1, ROR, 8)); in CreateMemCopyUint16Uint8Function() 305 __ mov(temp3, Operand(temp3, LSL, 16)); in CreateMemCopyUint16Uint8Function() [all …]
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 155 struct ureg_dst temp3 = ureg_DECL_temporary(ureg); in linear_gradient() local 166 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in linear_gradient() 167 ureg_RCP(ureg, temp3, ureg_src(temp3)); in linear_gradient() 168 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3)); in linear_gradient() 169 ureg_MUL(ureg, temp2, ureg_src(temp2), ureg_src(temp3)); in linear_gradient() 188 ureg_release_temporary(ureg, temp3); in linear_gradient() 206 struct ureg_dst temp3 = ureg_DECL_temporary(ureg); in radial_gradient() local 217 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in radial_gradient() 218 ureg_RCP(ureg, temp3, ureg_src(temp3)); in radial_gradient() 219 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3)); in radial_gradient() [all …]
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa_tgsi.c | 133 struct ureg_dst temp3 = ureg_DECL_temporary(ureg); in linear_gradient() local 145 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in linear_gradient() 146 ureg_RCP(ureg, temp3, ureg_src(temp3)); in linear_gradient() 147 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3)); in linear_gradient() 148 ureg_MUL(ureg, temp2, ureg_src(temp2), ureg_src(temp3)); in linear_gradient() 173 ureg_release_temporary(ureg, temp3); in linear_gradient() 193 struct ureg_dst temp3 = ureg_DECL_temporary(ureg); in radial_gradient() local 206 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in radial_gradient() 207 ureg_RCP(ureg, temp3, ureg_src(temp3)); in radial_gradient() 208 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3)); in radial_gradient() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 54 temp3 = new Vector3f(); field in SweepSphere 98 temp3.set(temp1); in pointsOnSameSide() 103 temp3.crossLocal(temp2); in pointsOnSameSide() 106 return temp1.dot(temp3) >= 0; in pointsOnSameSide() 362 temp3.set(dimension).addLocal(other.dimension); in collideWithSweepSphere() 369 float c = temp2.lengthSquared() - temp3.getX() * temp3.getX(); in collideWithSweepSphere() 381 temp3.set(temp2).subtractLocal(temp1); in collideWithSweepSphere() 385 temp2.set(temp3).normalizeLocal(); in collideWithSweepSphere() 389 temp3.set(temp2).multLocal(dimension).addLocal(temp1); in collideWithSweepSphere() 390 result.setContactPoint(new Vector3f(temp3)); in collideWithSweepSphere()
|
/external/webp/src/utils/ |
D | rescaler.c | 105 int temp1, temp2, temp3; in ImportRowMIPS() local 147 : [accum] "=&r" (accum), [src1] "+r" (src1), [temp3] "=&r" (temp3), in ImportRowMIPS() 183 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), [base] "=&r" (base), in ImportRowMIPS() 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; in ExportRowMIPS() local 240 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowMIPS()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice.c | 104 WebRtc_Word16 temp2,temp3; in WebRtcIsacfix_NormLatticeFilterMa() local 125 temp3 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(2, u)+lo_hi; in WebRtcIsacfix_NormLatticeFilterMa() 133 gain32 = gain_lo_hiQ17[temp3]; in WebRtcIsacfix_NormLatticeFilterMa() 239 WebRtc_Word16 temp2,temp3; in WebRtcIsacfix_NormLatticeFilterAr() local 248 temp3 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(2, u) + lo_hi; in WebRtcIsacfix_NormLatticeFilterAr() 262 tmp32 = WEBRTC_SPL_LSHIFT_W32(gain_lo_hiQ17[temp3], 10); // Q27 in WebRtcIsacfix_NormLatticeFilterAr()
|
/external/libvpx/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 39 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 41 const int d1 = temp3 + temp4; in reference_idct4x4() 57 const int temp3 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 59 const int d1 = temp3 + temp4; in reference_idct4x4()
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 46 Register temp3 = a6; in CreateExpFunction() local 53 __ Push(temp3, temp2, temp1); in CreateExpFunction() 56 temp1, temp2, temp3); in CreateExpFunction() 57 __ Pop(temp3, temp2, temp1); in CreateExpFunction() 981 Register temp3) { in EmitMathExp() argument 989 DCHECK(!temp1.is(temp3)); in EmitMathExp() 990 DCHECK(!temp2.is(temp3)); in EmitMathExp() 995 __ li(temp3, Operand(ExternalReference::math_exp_constants(0))); in EmitMathExp() 997 __ ldc1(double_scratch1, ExpConstant(0, temp3)); in EmitMathExp() 1000 __ ldc1(double_scratch2, ExpConstant(1, temp3)); in EmitMathExp() [all …]
|
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 54 Register temp3 = x12; in CreateExpFunction() local 58 temp1, temp2, temp3); in CreateExpFunction() 514 Register temp3) { in EmitMathExp() argument 521 temp1, temp2, temp3)); in EmitMathExp() 527 Register constants = temp3; in EmitMathExp() 609 __ Mov(temp3, ExternalReference::math_exp_log_table()); in EmitMathExp() 611 __ Add(temp3, temp3, Operand(temp2, LSL, kDRegSizeLog2)); in EmitMathExp() 612 __ Ldp(temp2.W(), temp3.W(), MemOperand(temp3)); in EmitMathExp() 613 __ Orr(temp1.W(), temp3.W(), Operand(temp1.W(), LSL, 20)); in EmitMathExp()
|
/external/llvm/test/CodeGen/R600/ |
D | schedule-vs-if-nested-loop.ll | 23 %temp3.0 = phi float [ 0.000000e+00, %main_body ], [ %temp3.1, %LOOP ], [ %temp3.1, %ENDIF16 ] 92 %78 = insertelement <4 x float> %77, float %temp3.0, i32 3 100 %temp3.1 = phi float [ %96, %ENDIF19 ], [ 0.000000e+00, %main_body ] 125 %96 = fadd float %temp3.1, 0.000000e+00
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 46 Register temp3 = t2; in CreateExpFunction() local 49 __ Push(temp3, temp2, temp1); in CreateExpFunction() 52 temp1, temp2, temp3); in CreateExpFunction() 53 __ Pop(temp3, temp2, temp1); in CreateExpFunction() 1092 Register temp3) { in EmitMathExp() argument 1100 DCHECK(!temp1.is(temp3)); in EmitMathExp() 1101 DCHECK(!temp2.is(temp3)); in EmitMathExp() 1107 __ li(temp3, Operand(ExternalReference::math_exp_constants(0))); in EmitMathExp() 1109 __ ldc1(double_scratch1, ExpConstant(0, temp3)); in EmitMathExp() 1112 __ ldc1(double_scratch2, ExpConstant(1, temp3)); in EmitMathExp() [all …]
|
/external/opencv/cv/src/ |
D | cvkalman.cpp | 101 CV_CALL( kalman->temp3 = cvCreateMat( MP, MP, CV_32FC1 )); in cvCreateKalman() 152 cvReleaseMat( &kalman->temp3 ); in cvReleaseKalman() 218 kalman->measurement_noise_cov, 1, kalman->temp3, CV_GEMM_B_T )); in cvKalmanCorrect() 221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD )); in cvKalmanCorrect()
|