Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:imagE

52 	return ( compl1A.realE == compl2A.realE ) && ( compl1A.imagE == compl2A.imagE );
84 return bbs_SIZEOF16( complA.realE ) + bbs_SIZEOF16( complA.imagE );
94 memPtrA += bbs_memWrite16( &ptrA->imagE, memPtrA );
106 memPtrA += bbs_memRead16( &ptrA->imagE, memPtrA );
121 resultL.imagE = - complA.imagE;
131 ( int32 ) complA.imagE * complA.imagE;
147 imagL = complA.imagE;
157 dstPtrA->imagE = ( ( bbs_sin32( srcPtrA->phaseE ) >> 8 ) * srcPtrA->absE ) >> 16;