Searched refs:mpz_inp_str_nowhite (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dinp_str.c50 nread = mpz_inp_str_nowhite (mpq_denref(q), fp, base, c, nread);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dinp_str.c53 return mpz_inp_str_nowhite (x, stream, base, c, nread);
58 mpz_inp_str_nowhite (mpz_ptr x, FILE *stream, int base, int c, size_t nread) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1371 #define mpz_inp_str_nowhite __gmpz_inp_str_nowhite macro
1373 __GMP_DECLSPEC size_t mpz_inp_str_nowhite __GMP_PROTO ((mpz_ptr, FILE *, int, int, size_t));

Completed in 130 milliseconds