Home
last modified time | relevance | path

Searched refs:int_bound_t (Results 1 – 2 of 2) sorted by relevance

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intv3/
H A Dbounds.cc65 int_Qvec = (int_bound_t *) malloc(sizeof(int_bound_t)*nsht); in int_init_bounds_nocomp()
66 used_storage_ += sizeof(int_bound_t)*nsht; in int_init_bounds_nocomp()
102 int_Qvec = (int_bound_t *) malloc(sizeof(int_bound_t)*nsht); in int_init_bounds_1der_nocomp()
103 int_Rvec = (int_bound_t *) malloc(sizeof(int_bound_t)*nsht); in int_init_bounds_1der_nocomp()
104 used_storage_ += sizeof(int_bound_t)*nsht*2; in int_init_bounds_1der_nocomp()
267 Int2eV3::compute_bounds(int_bound_t *overall, int_bound_t *vec, int flag) in compute_bounds()
300 Int2eV3::compute_bounds_shell(int_bound_t *overall, int_bound_t *vec, in compute_bounds_shell()
364 vec[shellij] = (int_bound_t) ceil(log(max)*loginv); in compute_bounds_shell()
367 vec[shellij] = (int_bound_t) int_bound_min; in compute_bounds_shell()
396 int_bound_t res; in bound_to_logbound()
[all …]
H A Dint2e.h304 typedef signed char int_bound_t; typedef
306 int_bound_t int_Q;
307 int_bound_t int_R;
308 int_bound_t *int_Qvec;
309 int_bound_t *int_Rvec;
323 void compute_bounds(int_bound_t *overall, int_bound_t *vec, int flag);
324 void compute_bounds_shell(int_bound_t *overall, int_bound_t *vec,