Home | History | Annotate | Download | only in mtest

Lines Matching refs:MP_DIGIT_MAX

77 /* #define  CARRYOUT(W)  (((W)>>DIGIT_BIT)&MP_DIGIT_MAX) */
79 #define ACCUM(W) ((W)&MP_DIGIT_MAX)