Home
last modified time | relevance | path

Searched refs:param_list_parse_switch (Results 1 – 8 of 8) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-output.cpp33 if (param_list_parse_switch(pl, "-stats-stderr")) { in las_verbose_enter()
74 verbose = param_list_parse_switch(pl, "-v"); in set()
H A Dlas-info.cpp147 suppress_duplicates = param_list_parse_switch(pl, "-dup"); in las_info()
160 if ((allow_composite_q = param_list_parse_switch(pl, "-allow-compsq"))) { in las_info()
186 batch = param_list_parse_switch(pl, "-batch"); in las_info()
H A Dlas-todo-list.cpp122 if ((allow_composite_q = param_list_parse_switch(pl, "-allow-compsq"))) { in las_todo_list()
135 print_todo_list_flag = param_list_parse_switch(pl, "-print-todo-list"); in las_todo_list()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/strategies/
H A Dbenchfm_exec.cpp79 int opt_proba = param_list_parse_switch(pl, "-p"); in main()
80 int opt_time = param_list_parse_switch(pl, "-t"); in main()
H A Dgfm_exec.cpp91 int opt_fch = param_list_parse_switch(pl, "-fch"); in main()
122 int opt_ch = param_list_parse_switch(pl, "-ch"); in main()
H A Dgst_exec.cpp129 int gdc = param_list_parse_switch(pl, "-gdc"); in main()
130 int gst_r = param_list_parse_switch(pl, "-gst_r"); in main()
131 int gst = param_list_parse_switch(pl, "-gst"); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dparams.h175 extern int param_list_parse_switch(param_list_ptr, const char * key);
H A Dparams.c1520 int param_list_parse_switch(param_list_ptr pl, const char * key) in param_list_parse_switch() function