Home
last modified time | relevance | path

Searched refs:M_SQRT2 (Results 176 – 200 of 1299) sorted by relevance

12345678910>>...52

/dports/textproc/goldendict/goldendict-73ec1b5/winlibs/include/libavutil/
H A Dmathematics.h60 #ifndef M_SQRT2
61 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavutil/
H A Dmathematics.h60 #ifndef M_SQRT2
61 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavutil/
H A Dmathematics.h60 #ifndef M_SQRT2
61 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_include/libavutil/
H A Dmathematics.h60 #ifndef M_SQRT2
61 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dmathematics.h60 #ifndef M_SQRT2
61 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/dports/science/cdo/cdo-2.0.0/src/
H A Dgaussian_latitudes.c7 #ifndef M_SQRT2
8 #define M_SQRT2 1.41421356237309504880168872420969808 macro
100 zfn[0] = M_SQRT2; in gauaw()
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dgaussian_latitudes.c7 #ifndef M_SQRT2
8 #define M_SQRT2 1.41421356237309504880168872420969808 macro
100 zfn[0] = M_SQRT2; in gauaw()
/dports/astro/starplot/starplot-0.95.5/src/classes/
H A Dmathdefs.h18 #ifndef M_SQRT2
19 # define M_SQRT2 1.41421356237309504880 macro
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltMath.h47 #ifndef M_SQRT2
48 #define M_SQRT2 1.41421356237309504880 macro
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Dmpg123.h32 #ifndef M_SQRT2
33 # define M_SQRT2 1.41421356237309504880 macro
/dports/science/libmsym/libmsym-0.2.3-paper/src/
H A Drsh.c27 #ifndef M_SQRT2
28 #define M_SQRT2 1.41421356237309504880 macro
131 ret = M_SQRT2*rshRotationP(index, l, 1, 0, m2, lrs); in rshRotationV()
133 ret = M_SQRT2*rshRotationP(index, l, -1, 0, m2, lrs); in rshRotationV()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DChi.cxx200 …const Scalar imag = M_SQRT2 * x * std::exp(SpecFunc::LnGamma((nu_ + 1.0) * 0.5) - SpecFunc::LnGamm… in computeCharacteristicFunction()
215 pdfGradient[0] = 0.5 * (2. * std::log(x / M_SQRT2) - SpecFunc::Psi(0.5 * nu_)) * pdf; in computePDFGradient()
236 return M_SQRT2 * std::sqrt(DistFunc::qGamma(0.5 * nu_, prob, tail)); in computeScalarQuantile()
248 …mean_ = Point(1, M_SQRT2 * std::exp( SpecFunc::LnGamma(0.5 * (nu_ + 1.0)) - SpecFunc::LnGamma(0.5 … in computeMean()
H A DSquaredNormal.cxx110 …5 * (SpecFunc::Erf((std::sqrt(x) + mu_) / (M_SQRT2 * sigma_)) + SpecFunc::Erf((std::sqrt(x) - mu_)… in computeCDF()
119 …p(-0.5 * std::pow((sqrtX - mu_), 2.0) / std::pow(sigma_, 2.0))) / (2.0 * M_SQRT2 * sigma_ * std::s… in computePDF()
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/msym/libmsym/src/
H A Drsh.c27 #ifndef M_SQRT2
28 #define M_SQRT2 1.41421356237309504880 macro
131 ret = M_SQRT2*rshRotationP(index, l, 1, 0, m2, lrs); in rshRotationV()
133 ret = M_SQRT2*rshRotationP(index, l, -1, 0, m2, lrs); in rshRotationV()
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/gsl/
H A Dgsl_math.h43 #ifndef M_SQRT2
44 #define M_SQRT2 1.41421356237309504880168872421 /* sqrt(2) */ macro
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/
H A Dgsl_math.h43 #ifndef M_SQRT2
44 #define M_SQRT2 1.41421356237309504880168872421 /* sqrt(2) */ macro
/dports/graphics/xaos/XaoS-release-4.2.1/src/include/gsl/
H A Dgsl_math.h45 #ifndef M_SQRT2
46 #define M_SQRT2 1.41421356237309504880168872421 /* sqrt(2) */ macro
/dports/math/gsl/gsl-2.7/
H A Dgsl_math.h43 #ifndef M_SQRT2
44 #define M_SQRT2 1.41421356237309504880168872421 /* sqrt(2) */ macro
/dports/math/kig/kig-21.12.3/misc/
H A Dcoordinate_system.cpp431 const double hmax = M_SQRT2*p.window().right(); in drawGrid()
432 const double hmin = M_SQRT2*p.window().left(); in drawGrid()
433 const double vmax = M_SQRT2*p.window().top(); in drawGrid()
434 const double vmin = M_SQRT2*p.window().bottom(); in drawGrid()
652 const double hmax = M_SQRT2 * r.right(); in snapToGrid()
653 const double hmin = M_SQRT2 * r.left(); in snapToGrid()
654 const double vmax = M_SQRT2 * r.top(); in snapToGrid()
655 const double vmin = M_SQRT2 * r.bottom(); in snapToGrid()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_fspp.h47 static const int16_t FIX_1_414213562_A = FIX(M_SQRT2 , 14);
50 static const int16_t FIX_1_414213562 = FIX(M_SQRT2 , 13);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_fspp.h47 static const int16_t FIX_1_414213562_A = FIX(M_SQRT2 , 14);
50 static const int16_t FIX_1_414213562 = FIX(M_SQRT2 , 13);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h47 static const int16_t FIX_1_414213562_A = FIX(M_SQRT2 , 14);
50 static const int16_t FIX_1_414213562 = FIX(M_SQRT2 , 13);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h47 static const int16_t FIX_1_414213562_A = FIX(M_SQRT2 , 14);
50 static const int16_t FIX_1_414213562 = FIX(M_SQRT2 , 13);
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dobject.cc1001 cent.y + dim.y/(M_SQRT2*2.0)); } in north_east()
1003 cent.y + dim.y/(M_SQRT2*2.0)); } in north_west()
1005 cent.y - dim.y/(M_SQRT2*2.0)); } in south_east()
1506 result.x += rad/M_SQRT2; in north_east()
1507 result.y += rad/M_SQRT2; in north_east()
1514 result.x -= rad/M_SQRT2; in north_west()
1515 result.y += rad/M_SQRT2; in north_west()
1522 result.x += rad/M_SQRT2; in south_east()
1523 result.y -= rad/M_SQRT2; in south_east()
1530 result.x -= rad/M_SQRT2; in south_west()
[all …]
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dobject.cc1114 cent.y + dim.y/(M_SQRT2*2.0)); } in north_east()
1116 cent.y + dim.y/(M_SQRT2*2.0)); } in north_west()
1118 cent.y - dim.y/(M_SQRT2*2.0)); } in south_east()
1660 result.x += rad/M_SQRT2; in north_east()
1661 result.y += rad/M_SQRT2; in north_east()
1669 result.x -= rad/M_SQRT2; in north_west()
1670 result.y += rad/M_SQRT2; in north_west()
1678 result.x += rad/M_SQRT2; in south_east()
1679 result.y -= rad/M_SQRT2; in south_east()
1687 result.x -= rad/M_SQRT2; in south_west()
[all …]

12345678910>>...52