Searched refs:mat2PtrA (Results 1 – 7 of 7) sorted by relevance
312 const struct bts_Flt16Mat3D* mat2PtrA ) in bts_Flt16Mat3D_mul() argument317 …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 …]
144 const struct bts_Int16Mat2D* mat2PtrA ) in bts_Int16Mat2D_mul() argument147 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()
334 const struct bts_Flt16Mat2D* mat2PtrA ) in bts_Flt16Mat2D_mul() argument336 …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() argument348 *mat1PtrA = bts_Flt16Mat2D_mul( mat1PtrA, mat2PtrA ); in bts_Flt16Mat2D_mulTo()
127 const struct bts_Flt16Mat2D* mat2PtrA );131 const struct bts_Flt16Mat2D* mat2PtrA );
120 const struct bts_Flt16Alt3D* mat2PtrA );124 const struct bts_Flt16Alt3D* mat2PtrA );
145 const struct bts_Flt16Mat3D* mat2PtrA );149 const struct bts_Flt16Mat3D* mat2PtrA );
92 const struct bts_Int16Mat2D* mat2PtrA );