Home
last modified time | relevance | path

Searched refs:exp9 (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/xc/
H A Dts_pc.F60 double precision exp8,exp9,factor,ftw,mge4den,opftw
127 exp9 = dexp(-amgga/(amgga-zpc))
128 bfpc = (exp8*exp9 + exp8)/(exp8 + exp9)
130 dfpc = amgga*bmgga*fpc/(exp8 + exp9)
132 dfpc = dfpc*exp9*(1d0/zpc**2 +
133 & (1d0-exp8)/(1d0+exp9*(amgga-zpc)**2))
135 dfpc = dfpc*exp9/zpc**2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/xc/
H A Dts_pc.F60 double precision exp8,exp9,factor,ftw,mge4den,opftw
127 exp9 = dexp(-amgga/(amgga-zpc))
128 bfpc = (exp8*exp9 + exp8)/(exp8 + exp9)
130 dfpc = amgga*bmgga*fpc/(exp8 + exp9)
132 dfpc = dfpc*exp9*(1d0/zpc**2 +
133 & (1d0-exp8)/(1d0+exp9*(amgga-zpc)**2))
135 dfpc = dfpc*exp9/zpc**2
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/period/
H A Dtest_formats.py87 exp9 = (
99 [exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, exp9, exp10],
148 exp9 = """0 2013Q1
155 [exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, exp9],
197 exp9 = """PeriodIndex: 3 entries, 2013Q1 to 2013Q3
202 [exp1, exp2, exp3, exp4, exp5, exp6, exp7, exp8, exp9],
/dports/security/snort3/snort3-3.1.19.0/src/utils/test/
H A Djs_normalizer_test.cc2861 NORM_COMBINED_2(dat5, dat6, exp9);
2889 NORM_COMBINED_2(dat5, dat6, exp9);
2917 NORM_COMBINED_2(dat5, dat6, exp9);
2945 NORM_COMBINED_2(dat5, dat6, exp9);
3109 NORMALIZE_S(dat9, exp9);
3214 NORMALIZE_S(dat9, exp9);
3307 NORMALIZE_S(dat9, exp9);
3406 NORMALIZE_S(dat9, exp9);
3452 NORMALIZE_S(dat9, exp9);
3529 const char exp9[] = "console"; variable
[all …]
/dports/security/p5-Authen-PAAS/Authen-PAAS-1.1.1/t/
H A D100-Subject.t87 my @exp9 = ($p3);
88 is_deeply(\@got9, \@exp9, "Got all principals");
155 my @exp9 = ($p3);
156 is_deeply(\@got9, \@exp9, "Got all credentials");
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DTables.h54 Bit16u exp9[512]; variable
H A DTables.cpp81 exp9[i] = Bit16u(8191.5f - EXP2F(13.0f + ~i / 512.0f)); in Tables()
H A DLA32Ramp.cpp88 largeIncrement = 8191 - Tables::getInstance().exp9[~(expArg << 6) & 511]; in startRamp()
H A DLA32WaveGenerator.cpp36 Bit16u expTabEntry2 = 8191 - Tables::getInstance().exp9[expTabIndex]; in interpolateExp()
37 …Bit16u expTabEntry1 = expTabIndex == 0 ? 8191 : (8191 - Tables::getInstance().exp9[expTabIndex - 1… in interpolateExp()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DTables.h54 Bit16u exp9[512]; variable
H A DTables.cpp81 exp9[i] = Bit16u(8191.5f - EXP2F(13.0f + ~i / 512.0f)); in Tables()
H A DLA32Ramp.cpp88 largeIncrement = 8191 - Tables::getInstance().exp9[~(expArg << 6) & 511]; in startRamp()
H A DLA32WaveGenerator.cpp36 Bit16u expTabEntry2 = 8191 - Tables::getInstance().exp9[expTabIndex]; in interpolateExp()
37 …Bit16u expTabEntry1 = expTabIndex == 0 ? 8191 : (8191 - Tables::getInstance().exp9[expTabIndex - 1… in interpolateExp()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DTables.h54 Bit16u exp9[512]; variable
H A DTables.cpp82 exp9[i] = Bit16u(8191.5f - EXP2F(13.0f + ~i / 512.0f)); in Tables()
H A DLA32Ramp.cpp88 largeIncrement = 8191 - Tables::getInstance().exp9[~(expArg << 6) & 511]; in startRamp()
H A DLA32WaveGenerator.cpp42 Bit16u expTabEntry2 = 8191 - Tables::getInstance().exp9[expTabIndex]; in interpolateExp()
43 …Bit16u expTabEntry1 = expTabIndex == 0 ? 8191 : (8191 - Tables::getInstance().exp9[expTabIndex - 1… in interpolateExp()
/dports/math/maxima/maxima-5.43.2/share/simplification/
H A Dscifac.dem55 exp9:b*v+a*u+c*t+a;
56 gcfac(exp9);
H A Dfacexp.dem139 exp9:a*u+b;
143 collectterms(exp9+exp10,u);
/dports/science/gromacs/gromacs-2021.4/docs/reference-manual/analysis/
H A Dcurve-fitting.rst22 .. |exp9| replace:: :math:`a_1e^{-t/{a_0}}+a_3e^{-t/{a_2}}+a_5e^{-t/{a_4}}+a_7e^{-t/{a_6}}+a_8` substdef
50 | exp9 | |exp9| | |nexp9| |
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/
H A DTestExpressionExpander.java157 NonLeafExpressionNode exp9 = new NonLeafExpressionNode(Operator.OR); in testPositiveCases() local
158 exp9.addChildExp(new NonLeafExpressionNode(Operator.OR, new LeafExpressionNode("a"), in testPositiveCases()
160 exp9.addChildExp(new NonLeafExpressionNode(Operator.OR, new LeafExpressionNode("c"), in testPositiveCases()
162 result = expander.expand(exp9); in testPositiveCases()
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Ddate-debug.sh268 cat<<EOF>exp9
286 compare exp9 out9 || fail=1
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Ddate-debug.sh261 cat<<EOF>exp9
279 compare exp9 out9 || fail=1
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dexodus_test.cpp190 const double exp9[] = { 1, -2, 3.5 }; in mb_vertex_coordinate_test() local
191 CHECK_ARRAYS_EQUAL( exp9, 3, coords, 3 ); in mb_vertex_coordinate_test()
/dports/shells/bash/bash-5.1/tests/
H A Dexp.tests422 ${THIS_SH} ./exp9.sub

12