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);
4633 /* {{{ s_mp_todigit(val, r, low) */
4644 char s_mp_todigit(mp_digit val, int r, int low) function
4658 } /* end s_mp_todigit() */

Completed in 692 milliseconds