Searched refs:s_mp_todigit (Results 1 – 2 of 2) sorted by relevance
239 char s_mp_todigit(mp_digit val, int r, int low); /* convert val to digit */
2711 ch = s_mp_todigit(rem, radix, 0); in mp_toradix()4644 char s_mp_todigit(mp_digit val, int r, int low) in s_mp_todigit() function