Home
last modified time | relevance | path

Searched refs:mpz_inp_str (Results 1 – 25 of 100) sorted by relevance

1234

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/misc/
H A Dconvert_poly.c35 if (mpz_inp_str (N, stdin, 0) == 0) in read_franke()
71 mpz_inp_str (X[i], stdin, 0); in read_franke()
99 mpz_inp_str (Y[i], stdin, 0); in read_franke()
114 mpz_inp_str (M, stdin, 0); in read_franke()
251 if (mpz_inp_str (N, stdin, 0) == 0) in read_cwi()
256 if (mpz_inp_str (M, stdin, 0) == 0) in read_cwi()
281 if (mpz_inp_str (Y[0], stdin, 0) == 0) in read_cwi()
286 if (mpz_inp_str (Y[1], stdin, 0) == 0) in read_cwi()
303 if (mpz_inp_str (X[i], stdin, 0) == 0) in read_cwi()
/dports/math/gmp-ecm/ecm-7.0.4/
H A Dresume.c202 mpz_inp_str (x, fd, 0); in read_resumefile_line()
207 mpz_inp_str (y, fd, 0); in read_resumefile_line()
213 mpz_inp_str (z, fd, 0); in read_resumefile_line()
218 mpz_inp_str (x, fd, 0); in read_resumefile_line()
223 mpz_inp_str (x0, fd, 0); in read_resumefile_line()
227 mpz_inp_str (y0, fd, 0); in read_resumefile_line()
247 mpz_inp_str (sigma, fd, 0); in read_resumefile_line()
262 mpz_inp_str (A, fd, 0); in read_resumefile_line()
/dports/math/e-antic/flint2-ae7ec89/fmpz_mat/
H A Dfread.c23 byte_count = mpz_inp_str(t, file, 10); in fmpz_mat_fread()
39 byte_count = mpz_inp_str(t, file, 10); in fmpz_mat_fread()
/dports/math/flint2/flint-2.8.4/fmpz_mat/
H A Dfread.c23 byte_count = mpz_inp_str(t, file, 10); in fmpz_mat_fread()
39 byte_count = mpz_inp_str(t, file, 10); in fmpz_mat_fread()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mat/
H A Dfread.c23 byte_count = mpz_inp_str(t, file, 10); in fmpz_mat_fread()
39 byte_count = mpz_inp_str(t, file, 10); in fmpz_mat_fread()
/dports/math/cmh/cmh-1.1.0/src/
H A Dparsepari.c103 mpz_inp_str (z, file, 10); in parifreadint()
124 mpz_inp_str (z, file, 10); in parifskipint()
/dports/math/arb/arb-2.21.1/arf/
H A Dload.c94 if (mpz_inp_str(mpz_mantissa, stream, 16) == 0) in arf_load_file()
97 if (!err && mpz_inp_str(mpz_exponent, stream, 16) == 0) in arf_load_file()
/dports/math/e-antic/flint2-ae7ec89/fmpz/
H A Dread.c25 r = mpz_inp_str(t, stdin, 10); in fmpz_read()
H A Dfread.c25 r = mpz_inp_str(t, file, 10); in fmpz_fread()
/dports/math/flint2/flint-2.8.4/fmpz/
H A Dread.c25 r = mpz_inp_str(t, stdin, 10); in fmpz_read()
H A Dfread.c25 r = mpz_inp_str(t, file, 10); in fmpz_fread()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz/
H A Dread.c25 r = mpz_inp_str(t, stdin, 10); in fmpz_read()
H A Dfread.c25 r = mpz_inp_str(t, file, 10); in fmpz_fread()
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly/
H A Dfread.c25 r = mpz_inp_str(t, file, 10); in fmpz_poly_fread()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_poly/
H A Dfread.c25 r = mpz_inp_str(t, file, 10); in fmpz_poly_fread()
/dports/math/flint2/flint-2.8.4/fmpz_poly/
H A Dfread.c25 r = mpz_inp_str(t, file, 10); in fmpz_poly_fread()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/tests/
H A Dtpl_gmp.c33 if (mpz_inp_str (mpz, datafile_context->fd, 0) == 0) { in tpl_read_mpz()
/dports/math/mpc/mpc-1.2.1/tests/
H A Dtpl_gmp.c33 if (mpz_inp_str (mpz, datafile_context->fd, 0) == 0) { in tpl_read_mpz()
/dports/math/gmp/gmp-6.2.1/mpq/
H A Dinp_str.c48 nread = mpz_inp_str (mpq_numref(q), fp, base); in mpq_inp_str()
/dports/math/gap/gap-4.11.0/extern/gmp/mpq/
H A Dinp_str.c49 nread = mpz_inp_str (mpq_numref(q), fp, base); in mpq_inp_str()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpq/
H A Dinp_str.c49 nread = mpz_inp_str (mpq_numref(q), fp, base); in mpq_inp_str()
/dports/math/mpir/mpir-3.0.0/mpq/
H A Dinp_str.c40 nread = mpz_inp_str (mpq_numref(q), fp, base); in mpq_inp_str()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpq/
H A Dinp_str.c48 nread = mpz_inp_str (mpq_numref(q), fp, base); in mpq_inp_str()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_vec/
H A Dfread.c28 r = mpz_inp_str(t, file, 10); in _fmpz_vec_fread()
/dports/math/e-antic/flint2-ae7ec89/fmpz_vec/
H A Dfread.c28 r = mpz_inp_str(t, file, 10); in _fmpz_vec_fread()

1234