Home
last modified time | relevance | path

Searched refs:k_ind2 (Results 1 – 9 of 9) sorted by relevance

/dports/science/nwchem-data/nwchem-7.0.2-release/src/hessian/
H A Dhess_blas.F30 integer nocc, l_ind, k_ind, l_ind2, k_ind2, g_vecs, g_vecs2, i
66 status = MA_alloc_get(MT_INT, nocc, 'indices', l_ind2, k_ind2)
69 int_mb( k_ind2+i-1 ) = i
72 $ int_mb(k_ind2), nocc )
146 status = MA_alloc_get(MT_INT, nocc, 'indices', l_ind2, k_ind2)
149 int_mb( k_ind2+i-1 ) = i
152 $ int_mb(k_ind2), nocc )
169 int_mb( k_ind2+i-1 ) = i
172 $ int_mb(k_ind2), nocc )
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/hessian/
H A Dhess_blas.F30 integer nocc, l_ind, k_ind, l_ind2, k_ind2, g_vecs, g_vecs2, i
66 status = MA_alloc_get(MT_INT, nocc, 'indices', l_ind2, k_ind2)
69 int_mb( k_ind2+i-1 ) = i
72 $ int_mb(k_ind2), nocc )
146 status = MA_alloc_get(MT_INT, nocc, 'indices', l_ind2, k_ind2)
149 int_mb( k_ind2+i-1 ) = i
152 $ int_mb(k_ind2), nocc )
169 int_mb( k_ind2+i-1 ) = i
172 $ int_mb(k_ind2), nocc )
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/so_dft/
H A Dgrad_dens_so.F32 integer nocc, l_ind, k_ind, l_ind2, k_ind2, g_vecs(2), i
82 . MT_INT, nocc, 'indices',l_ind2,k_ind2)) call errquit(
86 int_mb( k_ind2+i-1 ) = i
89 $ int_mb(k_ind2), nocc )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/so_dft/
H A Dgrad_dens_so.F32 integer nocc, l_ind, k_ind, l_ind2, k_ind2, g_vecs(2), i
82 . MT_INT, nocc, 'indices',l_ind2,k_ind2)) call errquit(
86 int_mb( k_ind2+i-1 ) = i
89 $ int_mb(k_ind2), nocc )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/gradients/
H A Dgrad_dens.F42 integer nocc, l_ind, k_ind, l_ind2, k_ind2, g_vecs, g_vecs2, i,
118 status = MA_alloc_get(MT_INT, nocc, 'indices',l_ind2,k_ind2)
121 int_mb( k_ind2+i-1 ) = i
124 $ int_mb(k_ind2), nocc )
305 status=MA_alloc_get(MT_INT,mxnoc, 'indices',l_ind2,k_ind2)
308 int_mb( k_ind2+i-1 ) = i
311 $ int_mb(k_ind2), nocca)
360 int_mb( k_ind2+i-1 ) = i
363 $ int_mb(k_ind2), noccb )
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/gradients/
H A Dgrad_dens.F42 integer nocc, l_ind, k_ind, l_ind2, k_ind2, g_vecs, g_vecs2, i,
118 status = MA_alloc_get(MT_INT, nocc, 'indices',l_ind2,k_ind2)
121 int_mb( k_ind2+i-1 ) = i
124 $ int_mb(k_ind2), nocc )
305 status=MA_alloc_get(MT_INT,mxnoc, 'indices',l_ind2,k_ind2)
308 int_mb( k_ind2+i-1 ) = i
311 $ int_mb(k_ind2), nocca)
360 int_mb( k_ind2+i-1 ) = i
363 $ int_mb(k_ind2), noccb )
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce_mo2e_trans.F65 integer k_ind1,k_ind2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce_mo2e_trans.F65 integer k_ind1,k_ind2
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkstd2.cc563 int k_ind2 = 0; in kFindZeroPoly() local
570 k_ind2 = k_ind2 + ind_fact_2(p_GetExp(p, i, leadRing)); in kFindZeroPoly()
578 if (n_GetChar(leadRing->cf) <= k_ind2 + a_ind2) in kFindZeroPoly()
580 int too_much = k_ind2 + a_ind2 - n_GetChar(leadRing->cf); in kFindZeroPoly()