Searched refs:inVecA (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int32Mat.h | 117 const int32* inVecA, 131 const int32* inVecA,
|
D | Int32Mat.c | 212 const int32* inVecA, in bts_Int32Mat_solve() argument 223 inVecA, in bts_Int32Mat_solve() 234 const int32* inVecA, in bts_Int32Mat_solve2() argument 254 bbs_memcpy32( outVecA, inVecA, sizeL * bbs_SIZEOF32( int32 ) ); in bts_Int32Mat_solve2()
|
D | CompactMat.c | 42 const int16* inVecA, in bts_CompactMat_fltDotPrdRow() argument 58 const int16* inPtrL = inVecA + offsL; in bts_CompactMat_fltDotPrdRow() 519 const int16* inVecA, in bts_CompactMat_map() argument 523 uint32 inNormBitsL = bbs_intLog2( bbs_vecNorm16( inVecA, ptrA->widthE ) ) + 1; in bts_CompactMat_map() 531 …int32 fltL = bts_CompactMat_fltDotPrdRow( cpA, ( struct bts_CompactMat* )ptrA, inVecA, inNormBitsL… in bts_CompactMat_map()
|
D | CompactAlt.c | 182 const int16* inVecA, in bts_CompactAlt_map() argument 192 bts_CompactMat_map( cpA, &ptrA->matE, inVecA, outVecA, &mapExpL ); in bts_CompactAlt_map()
|
D | CompactAlt.h | 118 const int16* inVecA,
|
D | CompactMat.h | 143 const int16* inVecA,
|