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

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Mat2D.c89 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA )
91 int16 cL = bbs_cos16( angleA );
92 int16 sL = bbs_sin16( angleA );
104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) argument
106 struct bts_Int16Mat2D matL = bts_Int16Mat2D_createRotation( angleA );
H A DFlt16Alt2D.c153 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation( phase16 angleA, argument
157 altL.matE = bts_Flt16Mat2D_createRotation( angleA );
176 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid( phase16 angleA, argument
182 altL.matE = bts_Flt16Mat2D_createRigid( angleA, scaleA, scaleBbpA );
H A DFlt16Mat2D.c190 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation( phase16 angleA )
192 int16 cL = bbs_cos16( angleA );
193 int16 sL = bbs_sin16( angleA );
214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) argument
216 struct bts_Flt16Mat2D matL = bts_Flt16Mat2D_createRotation( angleA );

Completed in 92 milliseconds