Home
last modified time | relevance | path

Searched defs:n_digits (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gmp/mpf/
H A Dout_str.c42 mpf_out_str (FILE *stream, int base, size_t n_digits, mpf_srcptr op) in mpf_out_str()
H A Dget_str.c111 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
/dragonfly/contrib/mpfr/src/
H A Dout_str.c36 mpfr_out_str (FILE *stream, int base, size_t n_digits, mpfr_srcptr op, in mpfr_out_str()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbxout.c732 const int n_digits = HOST_BITS_PER_WIDE_INT / 3; in stabstr_O() local