Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c243 int32 jPivL; in bts_Int32Mat_solve2() local
266 jPivL = -1; in bts_Int32Mat_solve2()
282 jPivL = jL; in bts_Int32Mat_solve2()
294 if( jPivL < 0 ) in bts_Int32Mat_solve2()
299 checkArrL[ jPivL ]++; in bts_Int32Mat_solve2()
302 if( iPivL != jPivL ) in bts_Int32Mat_solve2()
305 int32* row2PtrL = matL + ( jPivL * sizeL ); in bts_Int32Mat_solve2()
314 int32 tmpL = vecL[ jPivL ]; in bts_Int32Mat_solve2()
315 vecL[ jPivL ] = vecL[ iPivL ]; in bts_Int32Mat_solve2()
355 pivRowL = matL + jPivL * sizeL; in bts_Int32Mat_solve2()
[all …]