Searched refs:nBitsA (Results 1 – 3 of 3) sorted by relevance
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Math.h | 131 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA ); 134 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
|
D | Math.c | 740 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/ |
D | Int32Mat.c | 35 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()
|