Searched refs:phaseE (Results 1 – 3 of 3) sorted by relevance
51 return ( aph1A.absE == aph2A.absE ) && ( aph1A.phaseE == aph2A.phaseE ); in bbs_APh_equal()83 return bbs_SIZEOF16( aPhA.absE ) + bbs_SIZEOF16( aPhA.phaseE ); in bbs_APh_memSize()93 memPtrA += bbs_memWrite16( &ptrA->phaseE, memPtrA ); in bbs_APh_memWrite()105 memPtrA += bbs_memRead16( &ptrA->phaseE, memPtrA ); in bbs_APh_memRead()121 aphL.phaseE = - aPhA.phaseE; in bbs_APh_conj()131 dstPtrA->phaseE = bbs_phase16( srcPtrA->realE, srcPtrA->imagE ); in bbs_APh_importComplex()
156 dstPtrA->realE = ( ( bbs_cos32( srcPtrA->phaseE ) >> 8 ) * srcPtrA->absE ) >> 16; in bbs_Complex_importAPh()157 dstPtrA->imagE = ( ( bbs_sin32( srcPtrA->phaseE ) >> 8 ) * srcPtrA->absE ) >> 16; in bbs_Complex_importAPh()
48 phase16 phaseE; member