Searched defs:MUL (Results 1 – 3 of 3) sorted by relevance
47 #define MUL(x, y, z) { long l = (long)(x) * (long)(y); \ macro
70 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ macro
74 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ macro