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

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Mat2D.h35 struct bts_Int16Mat2D struct
75 struct bts_Int16Mat2D bts_Int16Mat2D_createIdentity( void );
78 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA );
81 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA );
84 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA );
87 struct bts_Int16Vec2D bts_Int16Mat2D_map( const struct bts_Int16Mat2D* matPtrA,
91 struct bts_Int16Mat2D bts_Int16Mat2D_mul( const struct bts_Int16Mat2D* mat1PtrA,
92 const struct bts_Int16Mat2D* mat2PtrA );

Completed in 316 milliseconds