LIBML  Version 3.2.4
LIBML DSP Software Library
Functions
tpt_div_s64_u32.c File Reference
#include "tpt_math.h"
Include dependency graph for tpt_div_s64_u32.c:

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...
 

Function Documentation

◆ tpt_div_s64_u32()

int32_t tpt_div_s64_u32 ( int64_t  aInDataA,
uint32_t  aInDataB 
)

Division of int64_t inputs divided by a positive 32 bits.

Parameters
aInDataAthe int64_t input1 value.
aInDataBthe positive 32 bits input value.
Returns
int32_t division of two inputs.