Searched refs:DIGIT_BIT (Results 1 – 1 of 1) sorted by relevance
76 #define DIGIT_BIT 60 macro82 #define DIGIT_BIT 28 macro92 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1))123 #define MP_WARRAY (1 << (sizeof(mp_word) * CHAR_BIT - 2 * DIGIT_BIT + 1))271 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()286 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()522 (1 << ((CHAR_BIT * sizeof (mp_word)) - (2 * DIGIT_BIT)))) { in mp_mul()1060 if (b >= (int)DIGIT_BIT) { in mp_div_2d()1061 mp_rshd (c, b / DIGIT_BIT); in mp_div_2d()1065 D = (mp_digit) (b % DIGIT_BIT); in mp_div_2d()[all …]