Home
last modified time | relevance | path

Searched refs:s_mp_todigit (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h239 char s_mp_todigit(mp_digit val, int r, int low); /* convert val to digit */
H A Dmpi.c2711 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