Searched refs:bts_Int16Mat2D (Results 1 - 2 of 2) 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 );
H A DInt16Mat2D.c81 struct bts_Int16Mat2D bts_Int16Mat2D_createIdentity()
83 struct bts_Int16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 };
89 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA )
93 struct bts_Int16Mat2D matL;
104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA )
106 struct bts_Int16Mat2D matL = bts_Int16Mat2D_createRotation( angleA );
113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA )
132 struct bts_Int16Vec2D bts_Int16Mat2D_map( const struct bts_Int16Mat2D* matPtrA,
143 struct bts_Int16Mat2D bts_Int16Mat2D_mul( const struct bts_Int16Mat2D* mat1Ptr
[all...]

Completed in 68 milliseconds