Home
last modified time | relevance | path

Searched defs:d2x (Results 26 – 50 of 129) sorted by relevance

123456

/dports/devel/hyperscan/boost_1_75_0/libs/math/example/
H A Droot_finding_multiprecision_example.cpp95 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
116 T d2x = n * (n - 1) * pow<n - 2 >(x); // 2nd derivative = 20 x^3 in operator ()() local
H A Droot_finding_n_example.cpp59 T d2x = N * (N - 1) * pow<N - 2 >(x); // 2nd derivative f''(x). in operator ()() local
H A Droot_finding_example.cpp274 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
396 T d2x = 20 * boost::math::pow<3>(x); // 2nd derivative = 20 x^3 in operator ()() local
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DSmoothFunctions.cpp22 T smoothing(smoothing_functions func_id, T x, T& dx, T& d2x) in smoothing()
/dports/audio/csound/csound-6.15.0/OOps/
H A Dvdelay.c353 double x1, x2, w, d, d2x, n1; in vdelayx() local
424 double x1, x2, w, d, d2x, n1; in vdelayxw() local
493 double x1, x2, w, d, d2x, n1, n2; in vdelayxs() local
574 double x1, x2, w, d, d2x, n1, n2; in vdelayxws() local
657 double x1, x2, w, d, d2x, n1, n2, n3, n4; in vdelayxq() local
752 double x1, x2, w, d, d2x, n1, n2, n3, n4; in vdelayxwq() local
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Droot_finding_n_example.cpp59 T d2x = N * (N - 1) * pow<N - 2 >(x); // 2nd derivative f''(x). in operator ()() local
H A Droot_finding_example.cpp273 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
395 T d2x = 20 * boost::math::pow<3>(x); // 2nd derivative = 20 x^3 in operator ()() local
H A Droot_finding_fifth.cpp333 T d2x = 20 * x*x*x; // 2nd derivative = 20 x^3 in operator ()() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_n_example.cpp59 T d2x = N * (N - 1) * pow<N - 2 >(x); // 2nd derivative f''(x). in operator ()() local
H A Droot_finding_example.cpp273 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
395 T d2x = 20 * boost::math::pow<3>(x); // 2nd derivative = 20 x^3 in operator ()() local
H A Droot_finding_fifth.cpp333 T d2x = 20 * x*x*x; // 2nd derivative = 20 x^3 in operator ()() local
/dports/devel/boost-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_n_example.cpp59 T d2x = N * (N - 1) * pow<N - 2 >(x); // 2nd derivative f''(x). in operator ()() local
H A Droot_finding_example.cpp273 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
395 T d2x = 20 * boost::math::pow<3>(x); // 2nd derivative = 20 x^3 in operator ()() local
/dports/science/clhep/2.4.1.0/CLHEP/Random/src/
H A DDoubConv.cc74 std::string DoubConv::d2x(double d) { in d2x() function in CLHEP::DoubConv
/dports/games/duel/duel/src/libDazzle/
H A Dpixels.cpp84 long u,s,v,d1x,d1y,d2x,d2y,m,n; in drawline() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsol/
H A Dbsol_intrinsic_curve_2d.cxx366 double d2x=0, d2y=0; in computeCurvatures() local
390 double d2x, d2y; in computeCurvatures() local
/dports/cad/ngspice_rework/ngspice-35/src/maths/ni/
H A Dnipzmeth.c210 double dx0, dx1, d2x, diff; in NIpzSym2() local
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/xy/
H A DDefaultXYDataset.java334 double[] d2x = d2[0]; in equals() local
H A DDefaultXYZDataset.java382 double[] d2x = d2[0]; in equals() local
/dports/cad/jspice3/jspice3-2.5/src/lib/ni/
H A Dnipzmeth.c233 double dx0, dx1, d2x, diff; local
/dports/games/d2x/d2x-0.2.5/
H A Dconfigure.ac7 AC_INIT(d2x,[D2X_MAJOR.D2X_MINOR.D2X_MICRO],[descent-source@warpcore.org]) package
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Drndsource.h49 uint64_t d2x; member
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/example/
H A Droot_finding_example.cpp233 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/example/
H A Droot_finding_example.cpp233 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local
/dports/databases/percona57-server/boost_1_59_0/libs/math/example/
H A Droot_finding_example.cpp233 T d2x = 6 * x; // 2nd derivative = 6x. in operator ()() local

123456