Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c242 int32 iPivL; in bts_Int32Mat_solve2() local
256 iPivL = 0; in bts_Int32Mat_solve2()
281 iPivL = iL; in bts_Int32Mat_solve2()
302 if( iPivL != jPivL ) in bts_Int32Mat_solve2()
304 int32* row1PtrL = matL + ( iPivL * sizeL ); in bts_Int32Mat_solve2()
315 vecL[ jPivL ] = vecL[ iPivL ]; in bts_Int32Mat_solve2()
316 vecL[ iPivL ] = tmpL; in bts_Int32Mat_solve2()