Home
last modified time | relevance | path

Searched refs:calc_s (Results 1 – 11 of 11) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/xc/
H A Dxc_tfw.F153 CALL calc_s(rho, grho, s, npoints)
215 SUBROUTINE calc_s(rho, grho, s, npoints) subroutine
231 END SUBROUTINE calc_s argument
281 CALL calc_s(rho(ispin)%array, norm_drho(ispin)%array, s, npoints)
/dports/science/cp2k-data/cp2k-7.1.0/src/xc/
H A Dxc_tfw.F153 CALL calc_s(rho, grho, s, npoints)
215 SUBROUTINE calc_s(rho, grho, s, npoints) subroutine
231 END SUBROUTINE calc_s argument
281 CALL calc_s(rho(ispin)%array, norm_drho(ispin)%array, s, npoints)
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/
H A Ddecoder.h136 static inline unsigned calc_s (const zbar_decoder_t *dcode, in calc_s() function
/dports/biology/migrate/migrate-3.6.11/src/
H A Dreporter.c69 MYREAL calc_s (long tthis, MYREAL *tc, world_fmt * world);
865 s1 = calc_s (i, tc, world); in calc_gelmanw()
866 s2 = calc_s (i, mc, world); in calc_gelmanw()
968 calc_s (long tthis, MYREAL *tc, world_fmt * world) in calc_s() function
1259 cs[i] = calc_s (i-start, &cm[start], world); in calc_chain_s()
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Ddecoder.h168 static inline unsigned calc_s (const zbar_decoder_t *dcode, in calc_s() function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/src/
H A DReExpCalc.cpp166 calc_s(true); // Calculating S with given kappa in ReExpCoeffs()
167 calc_s(false); // Calculating S with k = 0 for F matrix in ReExpCoeffs()
279 void ReExpCoeffs::calc_s(bool useKappa) in calc_s() function in ReExpCoeffs
H A DReExpCalc.h194 void calc_s(bool useKappa); // calculate all the values for S_
/dports/graphics/zbar/zbar-0.23.90/zbar/decoder/
H A Dean.c130 unsigned s = calc_s(dcode, 4 + fwd, 4); in aux_end()
427 unsigned s = calc_s(dcode, 1, 4); in decode_pass()
H A Ddatabar.c952 unsigned s = calc_s(dcode, (dir > 0) ? off : off - 6, 8); in decode_char()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/dft/
H A Dintegrator.cc644 calc_s(double m) in calc_s() function
801 p *= calc_s(mu + aa[jcenter]*(1.-mu*mu)); in compute_p()
857 else s = calc_s(nu); in compute_t()
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/decoder/
H A Dean.c118 unsigned s = calc_s(dcode, 4 + fwd, 4); in aux_end()