Searched defs:MUL31 (Results 1 – 1 of 1) sorted by relevance
968 #define MUL31(x, y) ((uint64_t)((x) | (uint32_t)0x80000000) \ macro993 #define MUL31(x, y) ((uint64_t)(x) * (uint64_t)(y)) macro