Home
last modified time | relevance | path

Searched refs:acoefs (Results 1 – 10 of 10) sorted by relevance

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dsaturator.c9 static void bilinear_transform(SPFLOAT acoefs[], SPFLOAT dcoefs[], SPFLOAT fs)
14 b0 = acoefs[0]; b1 = acoefs[1]; b2 = acoefs[2];
15 a0 = acoefs[3]; a1 = acoefs[4]; a2 = acoefs[5];
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/quantum/
H A DGaussianFchkReader.java390 float[] acoefs = (float[]) fileData.get("AlphaMOcoefficients"); in readMolecularObitals() local
392 if (acoefs == null) in readMolecularObitals()
396 getOrbitals(aenergies, acoefs, occ, n); in readMolecularObitals()
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dtour_pp.c592 gdouble acoefs; in holes_raw() local
637 acoefs = 0.0; in holes_raw()
647 acoefs += exp(-tmp/2.0); in holes_raw()
649 *val = (1.0-acoefs/(gdouble)n)/(gdouble) (1.0-exp(-p/2.0)); in holes_raw()
669 gdouble acoefs; in central_mass_raw() local
712 acoefs = 0.0; in central_mass_raw()
722 acoefs += exp(-tmp/2.0); in central_mass_raw()
724 *val = (acoefs/n-exp(-p/2.0))/((gdouble) (1-exp(-p/2.0))); in central_mass_raw()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/deriv/
H A Dhf1d_cosmo.F103 call hf_print('hf1d: a shell',axyz,aprims,acoefs,npa,nca,la)
H A Dhf1d.F64 call hf_print('hf1d: a shell',axyz,aprims,acoefs,npa,nca,la)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/deriv/
H A Dhf1d_cosmo.F103 call hf_print('hf1d: a shell',axyz,aprims,acoefs,npa,nca,la)
H A Dhf1d.F64 call hf_print('hf1d: a shell',axyz,aprims,acoefs,npa,nca,la)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/int/
H A Dhf1.F94 call hf_print('hf1: a shell',axyz,aprims,acoefs,npa,nca,la)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/int/
H A Dhf1.F94 call hf_print('hf1: a shell',axyz,aprims,acoefs,npa,nca,la)
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.rrr.R1897 acoefs <- c(fit1122@coefficients[log.vec11], fit@coefficients) vector
1898 dimnames(ans) <- list(names(acoefs), names(acoefs))
1900 coefficients = acoefs,