Home
last modified time | relevance | path

Searched refs:cpuMathRecipAssistedUdiv64by64 (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DcpuMath.h44 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip);
47 #define U64_DIV_BY_U64_CONSTANT(val, constantVal) cpuMathRecipAssistedUdiv64by64((val), (constantV…
53 uint64_t ret = cpuMathRecipAssistedUdiv64by64(valP, conP, U64_RECIPROCAL_CALCULATE(conP)); \
/device/google/contexthub/firmware/os/cpu/cortexm4/
DcpuMath.c59 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip) in cpuMathRecipAssistedUdiv64by64() function
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c621 …if (cpuMathRecipAssistedUdiv64by64(length, sleepClock->resolution, sleepClock->resolutionReciproca… in platSleep()