Home
last modified time | relevance | path

Searched refs:gctr (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/libcint/libcint-5.1.0/src/
H A Dcart2sph.h15 void c2s_sph_1e(double *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
16 void c2s_sph_2e1(double *fijkl, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
19 void c2s_cart_1e(double *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
20 void c2s_cart_2e1(double *fijkl, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
23 void c2s_sf_1e(double complex *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
26 void c2s_si_1e(double complex *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
29 void c2s_sph_1e_grids(double *out, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
37 void c2s_sf_2e1(double *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
38 void c2s_sf_2e1i(double *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
43 void c2s_si_2e1(double *opij, double *gctr, FINT *dims, CINTEnvVars *envs, double *cache);
[all …]
H A Dcint2c2e.c21 #define gctrm gctr
26 gctr##x = gctr##y; \
29 gctr##x = g1; \
51 CINTdmat_transpose(gctr, a, nf*nc, n_comp); \
247 double *gctr; in CINT2c2e_drv() local
248 MALLOC_INSTACK(gctr, nc*n_comp); in CINT2c2e_drv()
254 CINT2c2e_loop(gctr, envs, cache, &empty); in CINT2c2e_drv()
307 double *gctr; in CINT2c2e_spinor_drv() local
308 MALLOC_INSTACK(gctr, nc*n_comp); in CINT2c2e_spinor_drv()
314 CINT2c2e_loop(gctr, envs, cache, &empty); in CINT2c2e_spinor_drv()
[all …]
H A Dcint1e_grids.c33 static void _transpose_comps(double *gctr, double *gctrj,
104 gctrj = gctr; in CINT1e_grids_loop()
136 gctrj = gctr + grids_offset * nf * nc; in CINT1e_grids_loop()
187 static void _transpose_comps(double *gctr, double *gctrj, in _transpose_comps() argument
193 pgctr = gctr + ic * dij * ngrids; in _transpose_comps()
248 double *gctr; in CINT1e_grids_drv() local
249 MALLOC_ALIGN8_INSTACK(gctr, nc * n_comp); in CINT1e_grids_drv()
251 FINT has_value = CINT1e_grids_loop(gctr, envs, cache); in CINT1e_grids_drv()
300 double *gctr; in CINT1e_grids_spinor_drv() local
301 MALLOC_ALIGN8_INSTACK(gctr, nc * envs->ncomp_tensor); in CINT1e_grids_spinor_drv()
[all …]
H A Dcint3c2e.c19 #define gctrm gctr
24 gctr##x = gctr##y; \
27 gctr##x = g1; \
49 CINTdmat_transpose(gctr, a, nf*nc, n_comp); \
51 CINTdplus_transpose(gctr, a, nf*nc, n_comp); \
302 gout = gctr; in CINT3c2e_111_loop()
540 double *gctr; in CINT3c2e_drv() local
541 MALLOC_INSTACK(gctr, nc*n_comp); in CINT3c2e_drv()
619 double *gctr; in CINT3c2e_spinor_drv() local
620 MALLOC_INSTACK(gctr, nc*n_comp); in CINT3c2e_spinor_drv()
[all …]
H A Dcint3c1e.c23 #define gctrm gctr
28 gctr##x = gctr##y; \
31 gctr##x = g1; \
53 CINTdmat_transpose(gctr, a, nf*nc, n_comp); \
55 CINTdplus_transpose(gctr, a, nf*nc, n_comp); \
195 FINT CINT3c1e_nuc_loop_nopt(double *gctr, CINTEnvVars *envs, in CINT3c1e_nuc_loop_nopt() argument
389 double *gctr; in CINT3c1e_drv() local
394 MALLOC_INSTACK(gctr, nc*n_comp); in CINT3c1e_drv()
395 CINT3c1e_loop_nopt(gctr, envs, cache, &empty); in CINT3c1e_drv()
397 MALLOC_INSTACK(gctr, nc*n_comp); in CINT3c1e_drv()
[all …]
H A Dcint1e.c20 CINTprim_to_ctr_0(gctr##ctrsymb, gp, c##ctrsymb+ctrsymb##p, \
101 gctrj = gctr; in CINT1e_loop()
157 CINTdmat_transpose(gctr, gctrj, envs->nf*nc, n_comp); in CINT1e_loop()
203 double *gctr; in CINT1e_drv() local
204 MALLOC_INSTACK(gctr, nc*n_comp); in CINT1e_drv()
206 FINT has_value = CINT1e_loop(gctr, envs, cache, int1e_type); in CINT1e_drv()
225 (*f_c2s)(out+nout*n, gctr+nc*n, dims, envs, cache); in CINT1e_drv()
253 double *gctr; in CINT1e_spinor_drv() local
254 MALLOC_INSTACK(gctr, nc*envs->ncomp_tensor); in CINT1e_spinor_drv()
256 FINT has_value = CINT1e_loop(gctr, envs, cache, int1e_type); in CINT1e_spinor_drv()
[all …]
H A Dcart2sph.c4891 gctr += nf; in c2s_sph_1e()
4932 gctr += nf; in c2s_sf_1e()
4969 gctr += nf; in c2s_sf_1ei()
5404 gctr += nf; in c2s_sph_2e1()
5449 gctr += nf; in c2s_sf_2e1()
5488 gctr += nf; in c2s_sf_2e1i()
5868 gctr += nf; in c2s_cart_1e()
5903 gctr += nf; in c2s_cart_2e1()
5952 gctr += nf; in c2s_sph_3c2e1()
5979 gctr += nf; in c2s_cart_3c2e1()
[all …]
H A Dcint2e.c21 #define gctrm gctr
26 gctr##x = gctr##y; \
29 gctr##x = g1; \
51 CINTdmat_transpose(gctr, a, nf*nc, n_comp); \
54 CINTdplus_transpose(gctr, a, nf*nc, n_comp); \
359 gout = gctr; in CINT2e_1111_loop()
785 double *gctr; in CINT2e_drv() local
786 MALLOC_INSTACK(gctr, nc*n_comp); in CINT2e_drv()
794 CINTf_2e_loop[n](gctr, envs, cache, &empty); in CINT2e_drv()
873 double *gctr; in CINT2e_spinor_drv() local
[all …]
H A Dcint4c1e.c21 CINTprim_to_ctr_0(gctr##ctrsymb, gp, c##ctrsymb+ctrsymb##p, \
26 CINTprim_to_ctr_1(gctr##ctrsymb, gp, c##ctrsymb+ctrsymb##p, \
42 CACHE_SIZE_T CINT4c1e_loop_nopt(double *gctr, CINTEnvVars *envs, double *cache) in CINT4c1e_loop_nopt() argument
116 gctrl = gctr; in CINT4c1e_loop_nopt()
237 CINTdmat_transpose(gctr, gctrl, envs->nf*nc, n_comp); in CINT4c1e_loop_nopt()
280 double *gctr; in CINT4c1e_drv() local
281 MALLOC_INSTACK(gctr, nc*n_comp); in CINT4c1e_drv()
284 has_value = CINT4c1e_loop_nopt(gctr, envs, cache); in CINT4c1e_drv()
304 (*f_c2s)(out+nout*n, gctr+nc*n, dims, envs, cache); in CINT4c1e_drv()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp153 cmax1=gctr; in octreespace()
157 cmin2.x=gctr.x; in octreespace()
159 cmax2.y=gctr.y; in octreespace()
160 cmax2.z=gctr.z; in octreespace()
164 cmin3.y=gctr.y; in octreespace()
166 cmax3.x=gctr.x; in octreespace()
179 cmax5=gctr; in octreespace()
183 cmin6=gctr; in octreespace()
189 cmin7=gctr; in octreespace()
191 cmax7=gctr; in octreespace()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp153 cmax1=gctr; in octreespace()
157 cmin2.x=gctr.x; in octreespace()
159 cmax2.y=gctr.y; in octreespace()
160 cmax2.z=gctr.z; in octreespace()
164 cmin3.y=gctr.y; in octreespace()
166 cmax3.x=gctr.x; in octreespace()
179 cmax5=gctr; in octreespace()
183 cmin6=gctr; in octreespace()
189 cmin7=gctr; in octreespace()
191 cmax7=gctr; in octreespace()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp161 cmax1 = gctr; in octreespace()
165 cmin2.x = gctr.x; in octreespace()
167 cmax2.y = gctr.y; in octreespace()
168 cmax2.z = gctr.z; in octreespace()
172 cmin3.y = gctr.y; in octreespace()
174 cmax3.x = gctr.x; in octreespace()
187 cmax5 = gctr; in octreespace()
191 cmin6 = gctr; in octreespace()
197 cmin7 = gctr; in octreespace()
199 cmax7 = gctr; in octreespace()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dtcl_support_commands.c35 GtkCTreeRow *gctr = root ; in SST_find_node_by_path() local
36 GtkCTreeNode *node = gctr->parent ; in SST_find_node_by_path()
47 while (gctr) { in SST_find_node_by_path()
54 gctr = NULL ; in SST_find_node_by_path()
57 gctr = GTK_CTREE_ROW(node); in SST_find_node_by_path()
65 if(gctr->children) in SST_find_node_by_path()
69 if (!(node = gctr->children)) in SST_find_node_by_path()
72 gctr = GTK_CTREE_ROW(gctr->children) ; in SST_find_node_by_path()
117 GtkCTreeRow *gctr; in SST_open_node() local
119 for(gctr = GTK_CTREE_ROW(GLOBALS->any_tree_node); gctr->parent; in SST_open_node()
[all …]
H A Dtreesearch_gtk2.c326 while(gctr->parent) { in force_open_tree_node()
351 while(gctr->parent) { in force_open_tree_node()
388 if(!gctr) break; in force_open_tree_node()
421 GtkCTreeRow **gctr; in generic_tree_expand_collapse_callback() local
440 t = gctr[i]->row.data; in generic_tree_expand_collapse_callback()
442 node = gctr[i]->parent; in generic_tree_expand_collapse_callback()
538 while(gctr->parent) in select_tree_node()
540 node = gctr->parent; in select_tree_node()
578 if(!gctr) break; in select_tree_node()
585 node = gctr->sibling; in select_tree_node()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/gto/
H A Dft_ao.h104 void GTO_ft_c2s_cart(double complex *out, double complex *gctr,
106 void GTO_ft_c2s_sph(double complex *out, double complex *gctr,
113 int GTO_aopair_lazy_contract(double complex *gctr, CINTEnvVars *envs,
H A Dnr_ecp_deriv.c45 int ECPtype1_cart(double *gctr, int *shls, int *ecpbas, int necpbas,
48 int ECPtype2_cart(double *gctr, int *shls, int *ecpbas, int necpbas,
51 int ECPscalar_c2s_factory(int (*fcart)(), double *gctr, int comp, int *shls,
55 void ECPscalar_distribute(double *out, double *gctr, const int *dims,
250 gctr[i] = 0;
252 double *gctrx = gctr;
524 gctr[i] = 0;
719 gctr[i] = 0;
917 static int _igv_cart(double *gctr, int *shls, int *ecpbas, int necpbas,
943 double *gctrx = gctr;
[all …]
H A Dnr_ecp.c5440 for (i = 0; i < ngctr; i++) { gctr[i] = 0; } in ECPtype2_cart()
5554 &D1, gctr+jc*nfj*di+ic*nfi, &di); in ECPtype2_cart()
5637 double *gctrx = gctr; in ECPtype_so_cart()
5651 for (i = 0; i < ngctr*4; i++) { gctr[i] = 0; } in ECPtype_so_cart()
5919 for (i = 0; i < ngctr; i++) { gctr[i] = 0; } in ECPtype1_cart()
6109 return fcart(gctr, shls, ecpbas, necpbas, in ECPscalar_c2s_factory()
6165 out[i] = gctr[i]; in ECPscalar_distribute()
6172 out[i+j*ni] = gctr[i+j*di]; in ECPscalar_distribute()
6175 gctr += dij; in ECPscalar_distribute()
6327 opij[j*ni+i] = gctr[j*mi+i]; in zcopy_ij()
[all …]
H A Dft_ao.c977 gctrj = gctr; in GTO_aopair_lazy_contract()
1245 out[i*NGv+k] = gctr[i*NGv+k]; in zcopy_ij()
1249 gctr += mi * NGv; in zcopy_ij()
1253 void GTO_ft_c2s_cart(double complex *out, double complex *gctr, in GTO_ft_c2s_cart() argument
1269 zcopy_ij(pout, gctr, nfi, nfj, dims[0], NGv); in GTO_ft_c2s_cart()
1270 gctr += nf * NGv; in GTO_ft_c2s_cart()
1278 void GTO_ft_c2s_sph(double complex *out, double complex *gctr, in GTO_ft_c2s_sph() argument
1299 buf = C2S(buf1, nfi*NGv*OF_CMPLX, gctr, j_l); in GTO_ft_c2s_sph()
1307 gctr += nf * NGv; in GTO_ft_c2s_sph()
1371 int has_value = (*eval_aopair)(gctr, envs, eval_gz, in GTO_ft_aopair_drv()
[all …]
/dports/science/libecpint/libecpint-1.0.7/tests/lib/stress_test/
H A Dtest.cpp71 int gctr = 0; in run_bench() local
87 g_coefs[gctr] = ag_coefs[lctr]; in run_bench()
88 g_exps[gctr] = ag_exps[lctr]; in run_bench()
89 gctr++; in run_bench()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/git.schwanenlied.me/yawning/bsaes.git/internal/modes/
H A Dgcm.go78 func (g *gcmImpl) gctr(iv *[blockSize]byte, dst, src []byte) { func
127 g.gctr(&j, out, plaintext)
182 g.gctr(&j, out, ciphertext[:sz])
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/bsaes.git/internal/modes/
H A Dgcm.go78 func (g *gcmImpl) gctr(iv *[blockSize]byte, dst, src []byte) { func
127 g.gctr(&j, out, plaintext)
182 g.gctr(&j, out, ciphertext[:sz])
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/git.schwanenlied.me/yawning/bsaes.git/internal/modes/
H A Dgcm.go78 func (g *gcmImpl) gctr(iv *[blockSize]byte, dst, src []byte) { func
127 g.gctr(&j, out, plaintext)
182 g.gctr(&j, out, ciphertext[:sz])
/dports/mail/p5-FuzzyOcr-devel/FuzzyOcr-3.6.0/Utils/
H A Dfuzzy-stats32 my $gctr = shift @ARGV || 5;
83 my $count = $gctr;
/dports/math/py-sympy/sympy-1.9/sympy/physics/hep/
H A Dgamma_matrices.py312 gctr = 4 # FIXME specific for d=4
315 return gctr
323 return gctr*g(ind0, ind1)
330 return gctr*(g(ind0, ind1)*g(ind2, ind3) - \
/dports/lang/mit-scheme/mit-scheme-9.2/src/swat/scheme/other/
H A Drtest.scm36 (define gctr (make-primitive-procedure 'gc-trace-references)) unknown
40 (gctr obj refs)

12