OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phaseE
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
APh.c
51
return ( aph1A.absE == aph2A.absE ) && ( aph1A.
phaseE
== aph2A.
phaseE
);
83
return bbs_SIZEOF16( aPhA.absE ) + bbs_SIZEOF16( aPhA.
phaseE
);
93
memPtrA += bbs_memWrite16( &ptrA->
phaseE
, memPtrA );
105
memPtrA += bbs_memRead16( &ptrA->
phaseE
, memPtrA );
121
aphL.
phaseE
= - aPhA.
phaseE
;
131
dstPtrA->
phaseE
= bbs_phase16( srcPtrA->realE, srcPtrA->imagE );
APh.h
48
phase16
phaseE
;
Complex.c
156
dstPtrA->realE = ( ( bbs_cos32( srcPtrA->
phaseE
) >> 8 ) * srcPtrA->absE ) >> 16;
157
dstPtrA->imagE = ( ( bbs_sin32( srcPtrA->
phaseE
) >> 8 ) * srcPtrA->absE ) >> 16;
Completed in 2245 milliseconds