Searched defs:MUL15 (Results 1 – 1 of 1) sorted by relevance
1007 #define MUL15(x, y) (((uint32_t)(x) | (uint32_t)0x80000000) \ macro1011 #define MUL15(x, y) ((uint32_t)(x) * (uint32_t)(y)) macro