Home
last modified time | relevance | path

Searched refs:hf_weight (Results 1 – 5 of 5) sorted by relevance

/dports/science/ergo/ergo-3.8/source/integrals/
H A Dintegrals_2el_explicit.cc167 ergo_real hf_weight, in compute_2e_matrix_simple() argument
174 …ut(LOG_CAT_INFO, LOG_AREA_INTEGRALS, "entering compute_2e_matrix HF_WEIGHT=%f", (double)hf_weight); in compute_2e_matrix_simple()
189 (munusila - 0.5 * hf_weight * mulasinu); in compute_2e_matrix_simple()
H A Dintegrals_2el_explicit.h70 ergo_real hf_weight,
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dimg_process.c870 gdouble *hf_weight,*hf_values, value; in smooth_buf() local
906hf_weight = (gdouble *) x_calloc(max_x*max_y, sizeof(gdouble), "gdouble (hf_weight in smooth_buf)"… in smooth_buf()
945 *(hf_weight+index) = *(hf_weight+index) + *(filter->values+ indexf); in smooth_buf()
956 *( ((gint *) buf) + i) = (gint) ( (*(hf_values+i))/(*(hf_weight+i)) ) ; in smooth_buf()
959 *( ((hf_type *) buf) + i) = (hf_type) ( (*(hf_values+i))/(*(hf_weight+i)) ) ; in smooth_buf()
962 *( ((gdouble *) buf) + i) = (gdouble) ( (*(hf_values+i))/(*(hf_weight+i)) ) ; in smooth_buf()
965 *( ((unsigned char *) buf) + i) = (unsigned char) ( (*(hf_values+i))/(*(hf_weight+i)) ) ; in smooth_buf()
975 x_free(hf_weight); in smooth_buf()
/dports/science/ergo/ergo-3.8/source/scf/
H A Dscf_utils.cc1864 ergo_real hf_weight = CAM_params.alpha; in get_2e_matrices_and_energy_sparse_unrestricted() local
1867 twoelMatrix_full_alpha[i] = J_list[0][i] + J_list[1][i] + 2 * K_list[0][i] * hf_weight; in get_2e_matrices_and_energy_sparse_unrestricted()
1868 twoelMatrix_full_beta [i] = J_list[0][i] + J_list[1][i] + 2 * K_list[1][i] * hf_weight; in get_2e_matrices_and_energy_sparse_unrestricted()
2006 ergo_real hf_weight = CAM_params.computeRangeSeparatedExchange in get_2e_matrices_and_energy_restricted_open() local
2008 K_alpha *= hf_weight*2.0; in get_2e_matrices_and_energy_restricted_open()
2009 K_beta *= hf_weight*2.0; in get_2e_matrices_and_energy_restricted_open()
/dports/science/ergo/ergo-3.8/source/
H A Dergo_scripted.cc1239 compute_2e_matrix_simple(bi, ergoIntegralInfo, hf_weight, in transform()