Searched defs:bbpA (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt32Mat.c214 int32 bbpA,
225 bbpA,
236 int32 bbpA,
240 int32 bbpL = bbpA;
455 if( bbpA > bbpL )
469 if( shiftL < ( bbpA - bbpL ) )
473 "compute solution vector with bbp = %d. Choose smaller bbp.\n", bbpA );
480 shiftL = bbpA - bbpL;
209 bts_Int32Mat_solve( struct bbs_Context* cpA, const int32* matA, int32 matWidthA, const int32* inVecA, int32* outVecA, int32 bbpA, int32* tmpMatA, int32* tmpVecA ) argument
231 bts_Int32Mat_solve2( struct bbs_Context* cpA, int32* matA, int32 matWidthA, const int32* inVecA, int32* outVecA, int32 bbpA, int32* tmpVecA ) argument

Completed in 214 milliseconds