Home
last modified time | relevance | path

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

/dports/math/arb/arb-2.21.1/acb_dft/
H A Dconvol.c14 static int use_dft(slong len, slong prec) in use_dft() function
31 if (use_dft(len, prec)) in acb_dft_convol()
/dports/science/ergo/ergo-3.8/source/scf/
H A Dscf.h85 int use_dft; member
193 use_dft(0), in Options()
H A Dscf_utils.h210 get_hf_weight_and_cam_params(int use_dft,
H A DSCF_restricted.cc390 scfopts.use_dft, in get_2e_part_and_energy()
429 scfopts.use_dft, in get_2e_part_and_energy()
459 scfopts.use_dft, in get_2e_part_and_energy()
H A DSCF_unrestricted.cc387 scfopts.use_dft, in get_2e_part_and_energy()
425 scfopts.use_dft, in get_2e_part_and_energy()
H A DSCF_general.cc349 get_hf_weight_and_cam_params(scfopts.use_dft, &CAM_params.alpha, in SCF_general()
H A Dscf_utils.cc2611 get_hf_weight_and_cam_params(int use_dft, in get_hf_weight_and_cam_params() argument
2616 if(use_dft) in get_hf_weight_and_cam_params()
/dports/science/ergo/ergo-3.8/source/
H A Dergo_scripted.cc871 scf.use_dft = mode && strcmp(mode, "HF") != 0 in es_run()
940 if(scf.use_dft) { in es_run()
1113 get_hf_weight_and_cam_params(scf.use_dft, &CAM_params.alpha, in es_run()