Home
last modified time | relevance | path

Searched refs:mpn_set_str (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gmp/mpz/
H A Dset_str.c130 xsize = mpn_set_str (x->_mp_d, (unsigned char *) begs, str_size, base); in mpz_set_str()
H A Dinp_str.c159 xsize = mpn_set_str (x->_mp_d, (unsigned char *) str, str_size, base); in mpz_inp_str_nowhite()
/dragonfly/contrib/mpfr/src/
H A Dget_d64.c261 rn = mpn_set_str (rp, (unsigned char *) m, 16, 10); in string_to_Decimal64()
H A Dstrtofr.c516 real_ysize = mpn_set_str (y, pstr->mant, pstr_size, pstr->base); in parsed_string_to_mpfr()
/dragonfly/contrib/gmp/mpf/
H A Dset_str.c256 mn = mpn_set_str (mp, (unsigned char *) begs, str_size, base); in mpf_set_str()
/dragonfly/contrib/gmp/mpn/generic/
H A Dset_str.c61 mpn_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, int base) in mpn_set_str() function
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1622 #define mpn_set_str __MPN(set_str) macro
1623 __GMP_DECLSPEC mp_size_t mpn_set_str __GMP_PROTO ((mp_ptr, __gmp_const unsigned char *, size_t, int…