Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:rL

840 		uint32 rL;
841 power( ( int16* ) xA, ( int32* ) &rL, nxA ); // does not work properly in DSPLib version 2.20.02
842 return ( rL >> 1 );
845 int32 rL = 0;
848 rL += ( int32 ) *xA * *xA;
851 return rL;