Home
last modified time | relevance | path

Searched refs:gmp_fscanf (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/utils/
H A Dtest_sm_utils.c52 gmp_fscanf (datafile, " %Zi", tmp); in test_sm()
56 gmp_fscanf (datafile, " %Zi", ell); in test_sm()
92 gmp_fscanf (datafile, " %Zi", tmp); in test_sm()
102 gmp_fscanf (datafile, " %Zi", tmp); in test_sm()
113 gmp_fscanf (datafile, " %Zi", tmp); in test_sm()
/dports/math/mpir/mpir-3.0.0/scanf/
H A Dfscanf.c38 gmp_fscanf (FILE *fp, const char *fmt, ...) in gmp_fscanf() function
40 gmp_fscanf (va_alist) in gmp_fscanf()
/dports/math/gmp/gmp-6.2.1/scanf/
H A Dfscanf.c38 gmp_fscanf (FILE *fp, const char *fmt, ...) in gmp_fscanf() function
/dports/math/gap/gap-4.11.0/extern/gmp/scanf/
H A Dfscanf.c39 gmp_fscanf (FILE *fp, const char *fmt, ...) in gmp_fscanf() function
/dports/math/mingw32-libgmp/gmp-6.0.0/scanf/
H A Dfscanf.c39 gmp_fscanf (FILE *fp, const char *fmt, ...) in gmp_fscanf() function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/scanf/
H A Dfscanf.c38 gmp_fscanf (FILE *fp, const char *fmt, ...) in gmp_fscanf() function
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Dreconstructlog.cpp849 int ret = gmp_fscanf (flog, "%Zd\n", tmp_log); in read_log_format_LA()
866 int ret = gmp_fscanf (flog, "%Zd\n", tmp_log); in read_log_format_LA()
907 ret = gmp_fscanf (f, "%" SCNid " added column %Zd\n", &h, tmp_log); in read_log_format_reconstruct()
914 ret = gmp_fscanf (f, "%" SCNid " bad ideals %Zd\n", &h, tmp_log); in read_log_format_reconstruct()
920 while (gmp_fscanf (f, "%" SCNid " %*" SCNpr " %*d %*s %Zd\n", &h, tmp_log) in read_log_format_reconstruct()
935 ret = gmp_fscanf (f, "SM %u %u %Zd\n", &side, &n, tmp_log); in read_log_format_reconstruct()
940 ret = gmp_fscanf (f, "%" SCNid " SM %u %u %Zd\n", &h, &side, &n, tmp_log); in read_log_format_reconstruct()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dbw-common.c386 rc = gmp_fscanf(f, "%Zd", p_p); in get_rhs_file_header_stream()
389 rc = gmp_fscanf(f, "%*Zd"); in get_rhs_file_header_stream()
H A Dmf.c245 rc = gmp_fscanf(m_in->f, "%*Zd%n", &delta); in matrix_read_pass()
309 rc = gmp_fscanf(m_in->f, "%Zd%n", large_coeff,&delta); in matrix_read_pass()
H A Dprep.cpp352 rc = gmp_fscanf(rhs, "%Zd", c); in prep_prog_gfp()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/misc/
H A Dfilter_sieved_pairs.c61 ret = gmp_fscanf(param->file, "%*Zd %lu %Zd %Zd %*Zd\n", &id, u, v); in next_cand_sieved_pair()
/dports/math/cmh/cmh-1.1.0/src/
H A Dio.c150 return (gmp_fscanf (f, "%Zx\n", v) == 1); in read_mpz()
798 ok += gmp_fscanf (f, "%Zi%lu", p, &exp); in load_polynomial_quadratic()
H A Dcm2.c405 gmp_fscanf(f, "%Zd", p->pm_denom); in cm_read_one_period()
408 gmp_fscanf(f, "%Zd", p->pm_t[i][j]); in cm_read_one_period()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sqrt/
H A Dcrtalgsqrt.c2205 rc = gmp_fscanf(c->f, "%Zx", info->P->coeff[i]); in a_poly_read_share_child()
2257 rc = gmp_fscanf(c->f, "%Zx", P->coeff[i]); in a_poly_read_share()
2429 gmp_fscanf(c->f, "%Zx", rx); in lifting_roots_child()
2718 rc = gmp_fscanf(c->f, "%Zx", primes[i].A->coeff[j]); in rational_reduction()
2774 rc = gmp_fscanf(c->f, "%Zx", p->evals->coeff[j]); in algebraic_reduction_child()
2874 rc = gmp_fscanf(c->f, "%Zx", primes[i].evals->coeff[j]); in multiply_all_shares()
2925 rc = gmp_fscanf(c->f, "%Zx", p->sqrts->coeff[j]); in local_square_roots_child()
3887 gmp_fscanf(depfile, "%Zd", aux);
H A Dsqrt.cpp518 while (gmp_fscanf(depfile, "%Zd %Zd", (mpz_ptr) a, (mpz_ptr) b) != EOF) in read_ab_pairs_from_depfile()
565 int rc = gmp_fscanf(fi, "%Zd %Zd", (mpz_ptr) a, (mpz_ptr) b); in read_ab_pairs_from_depfile()
1576 gmp_fscanf (sidefile[side], "%Zd", sidesqrt[side]); in calculateGcd()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/inc/macx/gmp-5.0.1/
H A Dgmp.h657 #define gmp_fscanf __gmp_fscanf macro
659 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/deps/GMP/gmp/include/
H A Dgmp.h657 #define gmp_fscanf __gmp_fscanf macro
659 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/inc/macx/mpir-2.1.3/
H A Dmpir.h659 #define gmp_fscanf __gmp_fscanf macro
661 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/inc/macx64/mpir-2.4.0/
H A Dmpir.h647 #define gmp_fscanf __gmp_fscanf macro
649 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/inc/win32-gcc/mpir-2.2.1/
H A Dmpir.h651 #define gmp_fscanf __gmp_fscanf macro
653 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/inc/win32-msvc/mpir-2.2.1_x64/
H A Dgmp.h521 #define gmp_fscanf __gmp_fscanf macro
523 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
H A Dmpir.h521 #define gmp_fscanf __gmp_fscanf macro
523 __GMP_DECLSPEC int gmp_fscanf __GMP_PROTO ((FILE *, __gmp_const char *, ...));
/dports/math/gmp/gmp-6.2.1/
H A Dgmp-h.in590 #define gmp_fscanf __gmp_fscanf
592 __GMP_DECLSPEC int gmp_fscanf (FILE *, const char *, ...);
/dports/math/gap/gap-4.11.0/extern/gmp/
H A Dgmp-h.in586 #define gmp_fscanf __gmp_fscanf
588 __GMP_DECLSPEC int gmp_fscanf (FILE *, const char *, ...);
/dports/math/mingw32-libgmp/gmp-6.0.0/
H A Dgmp-h.in595 #define gmp_fscanf __gmp_fscanf
597 __GMP_DECLSPEC int gmp_fscanf (FILE *, const char *, ...);

123