Searched refs:DIGIT_BIT (Results 1 – 1 of 1) sorted by relevance
74 #define DIGIT_BIT 28 macro83 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1))114 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))262 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()277 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()519 (1 << ((CHAR_BIT * sizeof (mp_word)) - (2 * DIGIT_BIT)))) { in mp_mul()1065 if (b >= (int)DIGIT_BIT) { in mp_div_2d()1066 mp_rshd (c, b / DIGIT_BIT); in mp_div_2d()1070 D = (mp_digit) (b % DIGIT_BIT); in mp_div_2d()1078 shift = DIGIT_BIT - D; in mp_div_2d()[all …]