Searched refs:DIGIT_BIT (Results 1 – 1 of 1) sorted by relevance
68 #define DIGIT_BIT 60 macro74 #define DIGIT_BIT 28 macro84 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1))115 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))263 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()278 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()514 (1 << ((CHAR_BIT * sizeof (mp_word)) - (2 * DIGIT_BIT)))) { in mp_mul()1052 if (b >= (int)DIGIT_BIT) { in mp_div_2d()1053 mp_rshd (c, b / DIGIT_BIT); in mp_div_2d()1057 D = (mp_digit) (b % DIGIT_BIT); in mp_div_2d()[all …]