Home
last modified time | relevance | path

Searched refs:phase16 (Results 1 – 15 of 15) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DPhase.c139 int32 bbs_sin32( phase16 phaseA ) in bbs_sin32()
220 int32 bbs_cos32( phase16 phaseA ) in bbs_cos32()
222 return bbs_sin32( ( phase16 )( phaseA + bbs_M_PI_2_16 ) ); in bbs_cos32()
227 int16 bbs_sin16( phase16 phaseA ) in bbs_sin16()
234 int16 bbs_cos16( phase16 phaseA ) in bbs_cos16()
236 return bbs_sin32( ( phase16 )( phaseA + bbs_M_PI_2_16 ) ) >> 10; in bbs_cos16()
261 phase16 bbs_atan16( uint32 valA ) in bbs_atan16()
266 return ( phase16 )( phaseL >> 11 ); in bbs_atan16()
271 phase16 bbs_phase16( int32 xA, int32 yA ) in bbs_phase16()
275 phase16 phaseL; in bbs_phase16()
DPhase.h42 typedef int16 phase16; typedef
89 int32 bbs_sin32( phase16 phaseA );
98 int32 bbs_cos32( phase16 phaseA );
105 int16 bbs_sin16( phase16 phaseA );
112 int16 bbs_cos16( phase16 phaseA );
120 phase16 bbs_atan16( uint32 valA );
128 phase16 bbs_phase16( int32 xA, int32 yA );
DAPh.h48 phase16 phaseE;
DComplex.h95 phase16 bbs_Complex_phase( struct bbs_Complex complA );
DComplex.c143 phase16 bbs_Complex_phase( struct bbs_Complex complA ) in bbs_Complex_phase()
/external/neven/Embedded/common/src/b_TensorEm/
DInt16Mat2D.h78 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA );
81 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA );
DInt16Vec2D.h102 phase16 bts_Int16Vec2D_angle( const struct bts_Int16Vec2D* vecPtrA );
105 phase16 bts_Int16Vec2D_enclosedAngle( const struct bts_Int16Vec2D* vec1PtrA,
DFlt16Vec2D.h107 phase16 bts_Flt16Vec2D_angle( const struct bts_Flt16Vec2D* vecPtrA );
110 phase16 bts_Flt16Vec2D_enclosedAngle( const struct bts_Flt16Vec2D* vec1PtrA,
DFlt16Mat2D.h100 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation( phase16 angleA );
106 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA );
DFlt16Alt2D.h104 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation( phase16 angleA,
113 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid( phase16 angleA,
DFlt16Alt2D.c153 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation( phase16 angleA, in bts_Flt16Alt2D_createRotation()
176 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid( phase16 angleA, in bts_Flt16Alt2D_createRigid()
200 phase16 angleL = bts_Flt16Vec2D_enclosedAngle( &diffOutL, &diffInL ); in bts_Flt16Alt2D_createRigidMap()
DInt16Vec2D.c171 phase16 bts_Int16Vec2D_angle( const struct bts_Int16Vec2D* vecPtrA ) in bts_Int16Vec2D_angle()
178 phase16 bts_Int16Vec2D_enclosedAngle( const struct bts_Int16Vec2D* vec1PtrA, in bts_Int16Vec2D_enclosedAngle()
DInt16Mat2D.c89 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA ) in bts_Int16Mat2D_createRotation()
104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) in bts_Int16Mat2D_createRigid()
DFlt16Vec2D.c242 phase16 bts_Flt16Vec2D_angle( const struct bts_Flt16Vec2D* vecPtrA ) in bts_Flt16Vec2D_angle()
249 phase16 bts_Flt16Vec2D_enclosedAngle( const struct bts_Flt16Vec2D* vec1PtrA, in bts_Flt16Vec2D_enclosedAngle()
DFlt16Mat2D.c190 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation( phase16 angleA ) in bts_Flt16Mat2D_createRotation()
214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createRigid()