HomeSort by relevance Sort by last modified time
    Searched refs:realE (Results 1 - 5 of 5) sorted by null

  /external/neven/Embedded/common/src/b_BasicEm/
Complex.c 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;
    [all...]
APh.c 130 dstPtrA->absE = bbs_sqrt32( ( int32 ) srcPtrA->realE * srcPtrA->realE + ( int32 ) srcPtrA->imagE * srcPtrA->imagE );
131 dstPtrA->phaseE = bbs_phase16( srcPtrA->realE, srcPtrA->imagE );
Complex.h 45 int16 realE;
  /external/neven/Embedded/common/src/b_ImageEm/
Flt16Image.c 483 *dstL++ = ( *srcL++ ).realE;
521 *dstL++ = bbs_sqrt32( ( int32 )srcL->realE * srcL->realE + ( int32 )srcL->imagE * srcL->imagE );
541 *dstL++ = bbs_phase16( srcL->realE, srcL->imagE );
ComplexImage.c 117 sumL += ptrL->imagE + ptrL->realE;

Completed in 293 milliseconds