OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phase16
(Results
1 - 15
of
15
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Phase.h
42
typedef int16
phase16
;
typedef
49
/** value PI in a
phase16
expression */
52
/** value PI/2 in a
phase16
expression */
55
/** value PI/4 in a
phase16
expression */
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 )
[
all
...]
Phase.c
139
int32 bbs_sin32(
phase16
phaseA )
220
int32 bbs_cos32(
phase16
phaseA )
222
return bbs_sin32( (
phase16
)( phaseA + bbs_M_PI_2_16 ) );
227
int16 bbs_sin16(
phase16
phaseA )
234
int16 bbs_cos16(
phase16
phaseA )
236
return bbs_sin32( (
phase16
)( phaseA + bbs_M_PI_2_16 ) ) >> 10;
261
phase16
bbs_atan16( uint32 valA )
266
return (
phase16
)( phaseL >> 11 );
271
phase16
bbs_phase16( int32 xA, int32 yA )
275
phase16
phaseL
[
all
...]
APh.h
48
phase16
phaseE;
Complex.h
95
phase16
bbs_Complex_phase( struct bbs_Complex complA );
Complex.c
143
phase16
bbs_Complex_phase( struct bbs_Complex complA )
/external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.h
78
struct bts_Int16Mat2D bts_Int16Mat2D_createRotation(
phase16
angleA );
81
struct bts_Int16Mat2D bts_Int16Mat2D_createRigid(
phase16
angleA, struct flt16 scaleA );
Int16Vec2D.h
102
phase16
bts_Int16Vec2D_angle( const struct bts_Int16Vec2D* vecPtrA );
105
phase16
bts_Int16Vec2D_enclosedAngle( const struct bts_Int16Vec2D* vec1PtrA,
Flt16Mat2D.h
100
struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation(
phase16
angleA );
106
struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid(
phase16
angleA, int32 scaleA, int32 scaleBbpA );
Flt16Vec2D.h
107
phase16
bts_Flt16Vec2D_angle( const struct bts_Flt16Vec2D* vecPtrA );
110
phase16
bts_Flt16Vec2D_enclosedAngle( const struct bts_Flt16Vec2D* vec1PtrA,
Flt16Alt2D.h
104
struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation(
phase16
angleA,
113
struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid(
phase16
angleA,
Int16Vec2D.c
171
phase16
bts_Int16Vec2D_angle( const struct bts_Int16Vec2D* vecPtrA )
178
phase16
bts_Int16Vec2D_enclosedAngle( const struct bts_Int16Vec2D* vec1PtrA,
Int16Mat2D.c
89
struct bts_Int16Mat2D bts_Int16Mat2D_createRotation(
phase16
angleA )
104
struct bts_Int16Mat2D bts_Int16Mat2D_createRigid(
phase16
angleA, struct flt16 scaleA )
Flt16Alt2D.c
153
struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation(
phase16
angleA,
176
struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid(
phase16
angleA,
200
phase16
angleL = bts_Flt16Vec2D_enclosedAngle( &diffOutL, &diffInL );
Flt16Vec2D.c
242
phase16
bts_Flt16Vec2D_angle( const struct bts_Flt16Vec2D* vecPtrA )
249
phase16
bts_Flt16Vec2D_enclosedAngle( const struct bts_Flt16Vec2D* vec1PtrA,
Flt16Mat2D.c
190
struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation(
phase16
angleA )
214
struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid(
phase16
angleA, int32 scaleA, int32 scaleBbpA )
Completed in 59 milliseconds