Home
last modified time | relevance | path

Searched refs:feSetOptValue (Results 1 – 7 of 7) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A DfeOpt.h74 const char* feSetOptValue(feOptIndex opt, int optarg);
77 const char* feSetOptValue(feOptIndex opt, char* optarg);
H A Dtesths.cc102 errormsg = feSetOptValue((feOptIndex) option_index, (int) 1); in main()
104 errormsg = feSetOptValue((feOptIndex) option_index, fe_optarg); in main()
H A DfeOpt.cc154 const char* feSetOptValue(feOptIndex opt, char* optarg) in feSetOptValue() function
188 const char* feSetOptValue(feOptIndex opt, int optarg) in feSetOptValue() function
H A Dmisc_ip.cc1439 feSetOptValue(FE_OPT_CPUS, cpus); in siInit()
1441 feSetOptValue(FE_OPT_THREADS, cpus); in siInit()
H A Dextra.cc656 feSetOptValue(opt,0); in jjSYSTEM()
689 errormsg = feSetOptValue(opt, (int)((long) h->Data())); in jjSYSTEM()
695 errormsg = feSetOptValue(opt, (char*) h->Data()); in jjSYSTEM()
/dports/math/singular/Singular-Release-4-2-1/Singular/links/
H A DssiLink.cc975 feSetOptValue(FE_OPT_CPUS,1); in ssiOpen()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/systhreads/
H A Dshared.cc1370 feSetOptValue((feOptIndex) index, (int) 1); in setOption()