Searched refs:pivRowL (Results 1 – 1 of 1) sorted by relevance
262 int32* pivRowL; in bts_Int32Mat_solve2() local355 pivRowL = matL + jPivL * sizeL; in bts_Int32Mat_solve2()357 bts_Int32Mat_reduceToNBits( pivRowL, sizeL, &bbp_pivRowL, 15 ); in bts_Int32Mat_solve2()361 int32 maxL = pivRowL[ jPivL ]; in bts_Int32Mat_solve2()367 pivRowL[ jL ] = ( pivRowL[ jL ] * factorL + ( 1 << 14 ) ) >> 15; in bts_Int32Mat_solve2()372 pivRowL[ jPivL ] = ( int32 )1 << bbp_pivRowL; 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()427 pivRowL[ jL ] <<= shiftL; in bts_Int32Mat_solve2()435 pivRowL[ jL ] = ( ( pivRowL[ jL ] >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Int32Mat_solve2()