Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c262 int32* pivRowL; in bts_Int32Mat_solve2() local
355 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()