Home
last modified time | relevance | path

Searched refs:nBitsA (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DMath.h131 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
134 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
DMath.c740 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA ) in bbs_uint32ReduceToNBits() argument
743 int32 shiftL = posHighestBitL - nBitsA; in bbs_uint32ReduceToNBits()
753 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA ) in bbs_int32ReduceToNBits() argument
756 int32 shiftL = posHighestBitL - nBitsA; in bbs_int32ReduceToNBits()
/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA ) in bts_Int32Mat_reduceToNBits() argument
51 shiftL = bts_absIntLog2( maxL ) + 1 - nBitsA; in bts_Int32Mat_reduceToNBits()