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

  /external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.c 676 int32 bbp_scaleL, cL, rL, c1L, r1L;
695 rL = 1;
704 rL = sqrt( 1 - ebs_sqr( cL ) );
721 rL = 1;
727 rL = 0;
757 rL = bbs_fastSqrt32( ( ( int32 )1 << ( quotientBbpL << 1 ) ) - quotientL * quotientL );
761 /* save cL and rL with this accuracy for later */
763 r1L = rL;
768 bitsTaken1L = bts_maxAbsIntLog2Of2( cL, rL ) + 1;
774 rL >>= shiftL
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 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;
    [all...]

Completed in 366 milliseconds