Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:realE

52 	return ( compl1A.realE == compl2A.realE ) && ( compl1A.imagE == compl2A.imagE );
84 return bbs_SIZEOF16( complA.realE ) + bbs_SIZEOF16( complA.imagE );
93 memPtrA += bbs_memWrite16( &ptrA->realE, memPtrA );
105 memPtrA += bbs_memRead16( &ptrA->realE, memPtrA );
122 resultL.realE = complA.realE;
130 return ( int32 ) complA.realE * complA.realE +
146 realL = complA.realE;
156 dstPtrA->realE = ( ( bbs_cos32( srcPtrA->phaseE ) >> 8 ) * srcPtrA->absE ) >> 16;