Home
last modified time | relevance | path

Searched refs:param_list_parse_int_list (Results 1 – 9 of 9) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlogline.cpp123 int n = param_list_parse_int_list(pl, "logline_threshold", thr, 10, ","); in logline_interpret_parameters()
H A Dbw-common.c234 …bw->number_of_check_stops = param_list_parse_int_list(pl, "check_stops", bw->check_stops, MAX_NUMB… in bw_common_interpret_parameters()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dparams.h138 extern int param_list_parse_int_list(param_list_ptr, const char * key, int * r, size_t n, const cha…
H A Dparams.c1212 int param_list_parse_int_list(param_list_ptr pl, const char * key, int * r, size_t n, const char * … in param_list_parse_int_list() function
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dfreerel.cpp199 param_list_parse_int_list(pl, "lpbs", lpb_arg, NB_POLYS_MAX, ","); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Dsm_append.cpp475 param_list_parse_int_list (pl, "nsm", nsm_arg, pol->nb_polys, ","); in main()
H A Dsm.c349 param_list_parse_int_list (pl, "nsm", nsm_arg, pol->nb_polys, ","); in main()
H A Dreconstructlog.cpp1424 param_list_parse_int_list (pl, "nsm", nsm_arg, poly->nb_polys, ","); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/misc/
H A Dcheck_rels.c513 int narg = param_list_parse_int_list (pl, "lpbs", lpb_arg, NB_POLYS_MAX, ","); in main()