HomeSort by: relevance | last modified time | path
    Searched refs:mpz_inp_str_nowhite (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpq/
inp_str.c 60 nread = mpz_inp_str_nowhite (mpq_denref(q), fp, base, c, nread);
  /src/external/lgpl3/gmp/dist/mpz/
inp_str.c 63 return mpz_inp_str_nowhite (x, stream, base, c, nread);
68 mpz_inp_str_nowhite (mpz_ptr x, FILE *stream, int base, int c, size_t nread) function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1720 #define mpz_inp_str_nowhite __gmpz_inp_str_nowhite macro
1722 __GMP_DECLSPEC size_t mpz_inp_str_nowhite (mpz_ptr, FILE *, int, int, size_t);

Completed in 19 milliseconds