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

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

Function Documentation

◆ tpt_div_u64_u32()

uint32_t tpt_div_u64_u32 ( int64_t  aInDataA,
uint32_t  aInDataB 
)

Division of positive 64-bits inputs divided by a positive 32-bits.

Parameters
aInDataAhe positive 64-bits input value.
aInDataBthe positive 32-bits input value.
Returns
uint32_t division of two inputs.