Searched defs:argPtrA (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c740 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA ) argument
742 int32 posHighestBitL = bbs_intLog2( *argPtrA ) + 1;
746 ( *argPtrA ) >>= shiftL;
753 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA ) argument
755 int32 posHighestBitL = bbs_intLog2( bbs_abs( *argPtrA ) ) + 1;
759 ( *argPtrA ) >>= shiftL;

Completed in 44 milliseconds