LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Functions | |
uint32_t | tpt_div_u64_u32 (int64_t aInDataA, uint32_t aInDataB) |
Division of positive 64-bits inputs divided by a positive 32-bits. More... | |
uint32_t tpt_div_u64_u32 | ( | int64_t | aInDataA, |
uint32_t | aInDataB | ||
) |
Division of positive 64-bits inputs divided by a positive 32-bits.
aInDataA | he positive 64-bits input value. |
aInDataB | the positive 32-bits input value. |