OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_Int16Mat2D
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.h
35
struct
bts_Int16Mat2D
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 );
Int16Mat2D.c
81
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
* mat1PtrA,
[
all
...]
Completed in 150 milliseconds