Searched refs:constantVal (Results 1 – 1 of 1) sorted by relevance
47 …DIV_BY_U64_CONSTANT(val, constantVal) cpuMathRecipAssistedUdiv64by64((val), (constantVal), U64_RE… argument48 #define I64_DIV_BY_I64_CONSTANT(val, constantVal) \ argument50 char neg = ((uint32_t)((val) >> 32) ^ (uint32_t)(((uint64_t)(constantVal)) >> 32)) >> 31; \52 const uint64_t conP = (constantVal < 0) ? -constantVal : constantVal; \