Home
last modified time | relevance | path

Searched refs:tmpL (Results 1 – 8 of 8) sorted by relevance

/external/aac/libSACdec/src/
Dsac_smoothing.cpp252 FIXP_DBL tmpL, tmpR, tmp; in SpatialDecSmoothOPD() local
254 tmpL = self->PhaseLeft__FDK[pb]; in SpatialDecSmoothOPD()
257 while (tmpL > phaseLeftSmooth__FDK[pb] + PI__IPD) tmpL -= PI__IPD << 1; in SpatialDecSmoothOPD()
258 while (tmpL < phaseLeftSmooth__FDK[pb] - PI__IPD) tmpL += PI__IPD << 1; in SpatialDecSmoothOPD()
263 fMult(delta__FDK, tmpL) + in SpatialDecSmoothOPD()
269 tmp = (((tmpL >> 1) - (tmpR >> 1)) - ((phaseLeftSmooth__FDK[pb] >> 1) - in SpatialDecSmoothOPD()
277 phaseLeftSmooth__FDK[pb] = tmpL; in SpatialDecSmoothOPD()
/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c308 int32 tmpL = *row1PtrL; in bts_Int32Mat_solve2() local
310 *row2PtrL++ = tmpL; in bts_Int32Mat_solve2()
314 int32 tmpL = vecL[ jPivL ]; in bts_Int32Mat_solve2() local
316 vecL[ iPivL ] = tmpL; in bts_Int32Mat_solve2()
389 int32 tmpL = *( rowPtrL + jPivL ); in bts_Int32Mat_solve2() local
391 bbs_int32ReduceToNBits( &tmpL, &bbp_tmpL, 15 ); in bts_Int32Mat_solve2()
398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2()
405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL; in bts_Int32Mat_solve2()
412 vecL[ iL ] -= ( ( ( tmpL * vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2()
416 vecL[ iL ] -= ( tmpL * vecL[ jPivL ] ) << -shiftL; in bts_Int32Mat_solve2()
/external/neven/Embedded/common/src/b_ImageEm/
DUInt16BytePyrImage.c352 uint16 tmpL; in bim_UInt16BytePyrImage_recompute() local
367 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute()
370 *dstL = tmpL << 8; in bim_UInt16BytePyrImage_recompute()
372 *dstL = tmpL; in bim_UInt16BytePyrImage_recompute()
376 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + in bim_UInt16BytePyrImage_recompute()
379 *dstL |= tmpL; in bim_UInt16BytePyrImage_recompute()
381 *dstL |= tmpL << 8; in bim_UInt16BytePyrImage_recompute()
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c1844 u8 *pcdac_tmp = ah->ah_txpower.tmpL[0]; in ath5k_fill_pwr_to_pcdac_table()
1911 pcdac_low_pwr = ah->ah_txpower.tmpL[1]; in ath5k_combine_linear_pcdac_curves()
1912 pcdac_high_pwr = ah->ah_txpower.tmpL[0]; in ath5k_combine_linear_pcdac_curves()
1930 pcdac_low_pwr = ah->ah_txpower.tmpL[1]; /* Zeroed */ in ath5k_combine_linear_pcdac_curves()
1931 pcdac_high_pwr = ah->ah_txpower.tmpL[0]; in ath5k_combine_linear_pcdac_curves()
2028 pdadc_tmp = ah->ah_txpower.tmpL[pdg]; in ath5k_combine_pwr_to_pdadc_curves()
2206 u8 *tmpL; in ath5k_setup_channel_powertable() local
2231 tmpL = ah->ah_txpower.tmpL[pdg]; in ath5k_setup_channel_powertable()
2289 pdg_L->pd_points, tmpL, type); in ath5k_setup_channel_powertable()
2314 tmpL[i] = (u8) ath5k_get_interpolated_value(target, in ath5k_setup_channel_powertable()
[all …]
Dath5k.h1032 u8 tmpL[AR5K_EEPROM_N_PD_GAINS] member
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanDetector.c669 int16 tmpL = idxArrL[ iL - 1 ]; in bbf_LocalScanDetector_process() local
671 idxArrL[ iL ] = tmpL; in bbf_LocalScanDetector_process()
/external/valgrind/VEX/priv/
Dguest_mips_toIR.c1609 IRTemp tmpL = newTemp(ty); in dis_instr_shrt() local
1613 assign(tmpL, binop(Iop_Shl64, mkexpr(tmp), mkU8(1))); in dis_instr_shrt()
1614 assign(tmpRd, binop(Iop_Or64, mkexpr(tmpL), mkexpr(tmpR))); in dis_instr_shrt()
1630 IRTemp tmpL = newTemp(ty); in dis_instr_shrt() local
1636 assign(tmpL, binop(Iop_Shl64, mkexpr(tmp), mkU8(1))); in dis_instr_shrt()
1637 assign(tmpRd, binop(Iop_Or64, mkexpr(tmpL), mkexpr(tmpR))); in dis_instr_shrt()
1656 IRTemp tmpL = newTemp(ty); in dis_instr_shrt() local
1672 assign(tmpL, binop(Iop_Shl64, mkexpr(tmpRt), mkexpr(tmpLs8))); in dis_instr_shrt()
1673 assign(tmpRd, binop(Iop_Shl64, mkexpr(tmpL), mkU8(1))); in dis_instr_shrt()
Dguest_x86_toIR.c6198 IRTemp tmpL = IRTemp_INVALID; in dis_SHLRD_Gv_Ev() local
6244 tmpL = newTemp(Ity_I64); in dis_SHLRD_Gv_Ev()
6253 tmpL = newTemp(Ity_I32); in dis_SHLRD_Gv_Ev()
6268 assign( tmpL, binop(mkpair, mkexpr(esrc), mkexpr(gsrc)) ); in dis_SHLRD_Gv_Ev()
6270 assign( tmpL, binop(mkpair, mkexpr(gsrc), mkexpr(esrc)) ); in dis_SHLRD_Gv_Ev()
6272 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) ); in dis_SHLRD_Gv_Ev()
6276 mkexpr(tmpL), in dis_SHLRD_Gv_Ev()