Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DcpuMath.h47 …DIV_BY_U64_CONSTANT(val, constantVal) cpuMathRecipAssistedUdiv64by64((val), (constantVal), U64_RE… argument
48 #define I64_DIV_BY_I64_CONSTANT(val, constantVal) \ argument
50 char neg = ((uint32_t)((val) >> 32) ^ (uint32_t)(((uint64_t)(constantVal)) >> 32)) >> 31; \
52 const uint64_t conP = (constantVal < 0) ? -constantVal : constantVal; \