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

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

Completed in 434 milliseconds