Searched refs:cpuMathRecipAssistedUdiv64by64 (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/inc/cpu/cortexm4f/ |
D | cpuMath.h | 44 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/src/cpu/cortexm4f/ |
D | cpuMath.c | 59 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip) in cpuMathRecipAssistedUdiv64by64() function
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | platform.c | 627 …if (cpuMathRecipAssistedUdiv64by64(length, sleepClock->resolution, sleepClock->resolutionReciproca… in platSleep()
|