Searched defs:MP (Results 1 – 2 of 2) sorted by relevance
56 #define SIGN(MP) ((MP)->sign) argument57 #define USED(MP) ((MP)->used) argument58 #define ALLOC(MP) ((MP)->alloc) argument59 #define DIGITS(MP) ((MP)->dp) argument60 #define DIGIT(MP,N) (MP)->dp[(N)] argument
156 #define MP(a) (int)((current_pixel_multiply)?((a)/current_pixel_multiply):(a)) macro