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