Searched refs:tmpL (Results 1 – 3 of 3) sorted by relevance
308 int32 tmpL = *row1PtrL; in bts_Int32Mat_solve2() local310 *row2PtrL++ = tmpL; in bts_Int32Mat_solve2()314 int32 tmpL = vecL[ jPivL ]; in bts_Int32Mat_solve2() local316 vecL[ iPivL ] = tmpL; in bts_Int32Mat_solve2()389 int32 tmpL = *( rowPtrL + jPivL ); in bts_Int32Mat_solve2() local391 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()
352 uint16 tmpL; in bim_UInt16BytePyrImage_recompute() local367 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()
669 int16 tmpL = idxArrL[ iL - 1 ]; in bbf_LocalScanDetector_process() local671 idxArrL[ iL ] = tmpL; in bbf_LocalScanDetector_process()