Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Mat3D.c312 const struct bts_Flt16Mat3D* mat2PtrA ) in bts_Flt16Mat3D_mul() argument
317 …1PtrA->xxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
318 …1PtrA->xxE * mat2PtrA->xyE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
319 …1PtrA->xxE * mat2PtrA->xzE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->yzE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
321 …1PtrA->yxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
322 …1PtrA->yxE * mat2PtrA->xyE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
323 …1PtrA->yxE * mat2PtrA->xzE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->yyE * mat2PtrA->yzE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
325 …1PtrA->zxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->zyE * mat2PtrA->yxE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
326 …1PtrA->zxE * mat2PtrA->xyE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->zyE * mat2PtrA->yyE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
327 …1PtrA->zxE * mat2PtrA->xzE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->zyE * mat2PtrA->yzE + 1 ) >> 1 )… in bts_Flt16Mat3D_mul()
[all …]
DInt16Mat2D.c144 const struct bts_Int16Mat2D* mat2PtrA ) in bts_Int16Mat2D_mul() argument
147 int32 xxL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
148 int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
149 int32 yxL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
150 int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
159 matL.bbpE = mat1PtrA->bbpE + mat2PtrA->bbpE - shiftL; in bts_Int16Mat2D_mul()
DFlt16Mat2D.c334 const struct bts_Flt16Mat2D* mat2PtrA ) in bts_Flt16Mat2D_mul() argument
336 …bts_Flt16Mat2D_create32( ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->xyE * mat2P… in bts_Flt16Mat2D_mul()
337 ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE, in bts_Flt16Mat2D_mul()
338 ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE, in bts_Flt16Mat2D_mul()
339 ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE, in bts_Flt16Mat2D_mul()
340 mat1PtrA->bbpE + mat2PtrA->bbpE ); in bts_Flt16Mat2D_mul()
346 const struct bts_Flt16Mat2D* mat2PtrA ) in bts_Flt16Mat2D_mulTo() argument
348 *mat1PtrA = bts_Flt16Mat2D_mul( mat1PtrA, mat2PtrA ); in bts_Flt16Mat2D_mulTo()
DFlt16Mat2D.h127 const struct bts_Flt16Mat2D* mat2PtrA );
131 const struct bts_Flt16Mat2D* mat2PtrA );
DFlt16Alt3D.h120 const struct bts_Flt16Alt3D* mat2PtrA );
124 const struct bts_Flt16Alt3D* mat2PtrA );
DFlt16Mat3D.h145 const struct bts_Flt16Mat3D* mat2PtrA );
149 const struct bts_Flt16Mat3D* mat2PtrA );
DInt16Mat2D.h92 const struct bts_Int16Mat2D* mat2PtrA );