Searched refs:bts_Int16Mat2D (Results 1 – 2 of 2) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Mat2D.h | 35 struct bts_Int16Mat2D struct 75 struct bts_Int16Mat2D bts_Int16Mat2D_createIdentity( void ); argument 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 );
|
D | Int16Mat2D.c | 81 struct bts_Int16Mat2D bts_Int16Mat2D_createIdentity() in bts_Int16Mat2D_createIdentity() 83 struct bts_Int16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 }; in bts_Int16Mat2D_createIdentity() 89 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA ) in bts_Int16Mat2D_createRotation() 93 struct bts_Int16Mat2D matL; in bts_Int16Mat2D_createRotation() 104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) in bts_Int16Mat2D_createRigid() 106 struct bts_Int16Mat2D matL = bts_Int16Mat2D_createRotation( angleA ); in bts_Int16Mat2D_createRigid() 113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA ) in bts_Int16Mat2D_scale() 132 struct bts_Int16Vec2D bts_Int16Mat2D_map( const struct bts_Int16Mat2D* matPtrA, in bts_Int16Mat2D_map() 143 struct bts_Int16Mat2D bts_Int16Mat2D_mul( const struct bts_Int16Mat2D* mat1PtrA, in bts_Int16Mat2D_mul() 144 const struct bts_Int16Mat2D* mat2PtrA ) in bts_Int16Mat2D_mul() [all …]
|