Home
last modified time | relevance | path

Searched +defs:double +defs:xmax (Results 1 – 25 of 88) sorted by relevance

1234

/dports/science/yoda/YODA-1.9.1/include/YODA/
H A DHistoBin2D.h28 HistoBin2D(double xmin, double xmax, double ymin, double ymax) in HistoBin2D()
33 HistoBin2D(const std::pair<double,double>& xedges, in HistoBin2D()
41 HistoBin2D(const std::pair<double, double>& xedges, in HistoBin2D()
H A DProfileBin2D.h30 ProfileBin2D(double xmin, double xmax, double ymin, double ymax) in ProfileBin2D()
35 ProfileBin2D(const std::pair<double,double>& xedges, in ProfileBin2D()
43 ProfileBin2D(const std::pair<double, double>& xedges, in ProfileBin2D()
/dports/audio/praat/praat-6.2.03/dwsys/
H A DFunctionSeries.cpp43 double structFunctionSeries :: v_evaluate (double /* x */) { in v_evaluate() argument
51 void structFunctionSeries :: v_evaluateTerms (double /* x */, VEC terms) { in v_evaluateTerms() argument
89 void FunctionSeries_init (FunctionSeries me, double xmin, double xmax, integer numberOfCoefficients… in FunctionSeries_init()
94 my xmax = xmax; in FunctionSeries_init() local
97 autoFunctionSeries FunctionSeries_create (double xmin, double xmax, integer numberOfCoefficients) { in FunctionSeries_create()
107 void FunctionSeries_initWithCoefficients (FunctionSeries me, double xmin, double xmax, constVECVU c… in FunctionSeries_initWithCoefficients()
120 void FunctionSeries_setDomain (FunctionSeries me, double xmin, double xmax) { in FunctionSeries_setDomain()
122 my xmax = xmax; in FunctionSeries_setDomain() local
137 …(FunctionSeries me, double x1, double x2, double *xmin, double *ymin, double *xmax, double *ymax) { in FunctionSeries_getExtrema()
164 double xmax; in FunctionSeries_getXOfMaximum() local
[all …]
H A DSpline.cpp137 double structSpline :: v_evaluate (double /* x */) { in v_evaluate() argument
171 void Spline_init (Spline me, double xmin, double xmax, integer degree, integer numberOfCoefficients… in Spline_init()
182 void Spline_drawKnots (Spline me, Graphics g, double xmin, double xmax, double ymin, double ymax, b… in Spline_drawKnots()
224 autoSpline Spline_scaleX (Spline me, double xmin, double xmax) { in Spline_scaleX()
231 thy xmax = xmax; in Spline_scaleX() local
270 autoMSpline MSpline_create (double xmin, double xmax, integer degree, integer numberOfInteriorKnots… in MSpline_create()
282 autoMSpline MSpline_createWithCoefficients (double xmin, double xmax, integer degree, constVECVU co… in MSpline_createWithCoefficients()
319 autoISpline ISpline_create (double xmin, double xmax, integer degree, integer numberOfInteriorKnots… in ISpline_create()
331 autoISpline ISpline_createWithCoefficients (double xmin, double xmax, integer degree, constVECVU co… in ISpline_createWithCoefficients()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dterandom_chisq.c85 double xmin, double xmax, int verbose) in test_erandom_chisq_cont()
206 double xmin, double xmax, int verbose) in test_erandom_chisq_disc()
295 run_chisq (double (*f)(long, mpfr_prec_t, int, double, double, int), in run_chisq() argument
297 double xmin, double xmax, int verbose) in run_chisq()
H A Dtnrandom_chisq.c86 double xmin, double xmax, int verbose) in test_nrandom_chisq_cont()
205 double xmin, double xmax, int verbose) in test_nrandom_chisq_disc()
296 run_chisq (double (*f)(long, mpfr_prec_t, int, double, double, int), in run_chisq() argument
298 double xmin, double xmax, int verbose) in run_chisq()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/dnn_objdetect/include/opencv2/
H A Dcore_detect.hpp27 int xmin, xmax; member
115 static inline bool comparator (std::pair<double, size_t> l1, in comparator()
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dutils.cc48 double xmax = 0.0; in FindMaxAbs() local
82 static bool greater_or_equal(const std::pair<double,Int>& a, in greater_or_equal()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dutils.cc48 double xmax = 0.0; in FindMaxAbs() local
82 static bool greater_or_equal(const std::pair<double,Int>& a, in greater_or_equal()
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx29f.f9038 integer, parameter :: double = kind(1.0d0) variable
71 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax local
133 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax local
185 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax local
240 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax, xlabel_step local
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx29f.f9038 integer, parameter :: double = kind(1.0d0) variable
71 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax local
133 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax local
185 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax local
240 real(kind=pl_test_flt) :: xmin, xmax, ymin, ymax, xlabel_step local
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgslinestring.cpp461 double xmax = -std::numeric_limits<double>::max(); in boundingBoxIntersects() local
583 const double xmax = *result.second; in calculateBoundingBox() local
1199 …stance( const double distance, const std::function<bool ( double, double, double, double, double, … in visitPointsByRegularDistance() argument
1279 QgsLineString *QgsLineString::curveSubstring( double startDistance, double endDistance ) const in curveSubstring() argument
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Ddrawelement.h78 double xmax() { in xmax() function
114 virtual void bounds(const double*, bbox3&) {} in bounds()
118 virtual void ratio(const double *t, pair &b, double (*m)(double, double), in ratio() argument
129 virtual void ratio(pair &b, double (*m)(double, double), double fuzz, in ratio() argument
H A Dpath3.cc322 double (*m)(double, double), in ratiobound() argument
333 double (*m)(double, double), in bound() argument
353 pair path3::ratio(double (*m)(double, double)) const in ratio() argument
790 double cornerbound(double *P, double (*m)(double, double)) in cornerbound() argument
797 double controlbound(double *P, double (*m)(double, double)) in controlbound() argument
812 double bound(double *P, double (*m)(double, double), double b, in bound() argument
848 double cornerbound(triple *P, double (*m)(double, double), in cornerbound() argument
858 double ratiobound(triple *P, double (*m)(double, double), in ratiobound() argument
875 double controlbound(triple *P, double (*m)(double, double), in controlbound() argument
891 double bound(triple *P, double (*m)(double, double), in bound() argument
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/plot/
H A Dplot.c149 double xmin, xmax, ymin, ymax; in do_plot() local
206 double xmin, xmax, ymin, ymax; in do_plot_p() local
287 double xmin, xmax, ymin, ymax; in do_plot_x() local
354 double xmin, xmax, ymin, ymax; in do_plot6() local
418 double xmin, xmax, ymin, ymax; in do_plot6p() local
501 double xmin, xmax, ymin, ymax; in do_plot10() local
576 double xmin, xmax, ymin, ymax; in do_plot10p() local
647 double xmax, in do_plot_vec()
682 double xmax, in do_plot_vec2()
1673 double min, double max, in loose_label() argument
[all …]
/dports/graphics/libcdr01/libcdr-0.1.7/src/lib/
H A DCDRPath.cpp35 double &xmin, double &ymin, double &xmax, double &ymax) in getEllipticalArcBBox()
175 double &xmin, double &ymin, double &xmax, double &ymax) in getQuadraticBezierBBox()
205 double &xmin, double &ymin, double &xmax, double &ymax) in getCubicBezierBBox()
304 CDRSplineToElement(const std::vector<std::pair<double, double> > &points) in CDRSplineToElement()
661 void CDRPath::appendSplineTo(const std::vector<std::pair<double, double> > &points) in appendSplineTo()
757 double xmin, xmax, ymin, ymax; in writeOut() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgslinestring.cpp459 double xmax = -std::numeric_limits<double>::max(); in calculateBoundingBox() local
964 …stance( const double distance, const std::function<bool ( double, double, double, double, double, … in visitPointsByRegularDistance() argument
1044 QgsLineString *QgsLineString::curveSubstring( double startDistance, double endDistance ) const in curveSubstring() argument
/dports/math/asymptote/asymptote-2.67/
H A Ddrawelement.h70 double xmax() { in xmax() function
172 virtual void bounds(const double*, bbox3&) {} in bounds()
176 virtual void ratio(const double *t, pair &b, double (*m)(double, double), in ratio() argument
187 virtual void ratio(pair &b, double (*m)(double, double), double fuzz, in ratio() argument
H A Dpath3.cc322 double (*m)(double, double), in ratiobound() argument
333 double (*m)(double, double), in bound() argument
802 double cornerbound(double *P, double (*m)(double, double)) in cornerbound() argument
809 double controlbound(double *P, double (*m)(double, double)) in controlbound() argument
862 double cornerbound(triple *P, double (*m)(double, double), in cornerbound() argument
872 double ratiobound(triple *P, double (*m)(double, double), in ratiobound() argument
889 double controlbound(triple *P, double (*m)(double, double), in controlbound() argument
905 double bound(triple *P, double (*m)(double, double), in bound() argument
1015 double cornerboundtri(double *P, double (*m)(double, double)) in cornerboundtri() argument
1080 double boundtri(triple *P, double (*m)(double, double), in boundtri() argument
[all …]
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimPolygon.cpp118 double xmin = vCoords.at(0).GetValue(), xmax = vCoords.at(0).GetValue(); in GetBoundBox() local
145 bool CSPrimPolygon::IsInside(const double* inCoord, double /*tol*/) in IsInside() argument
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPointsProjectedHull.cxx26 static const int xmin=0, xmax=1, ymin=2, ymax=3; variable
516 double *p0, double *, double *insidePt) in OutsideHorizontalLine() argument
543 double *p0, double *, double *insidePt) in OutsideVerticalLine() argument
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPointsProjectedHull.cxx26 static const int xmin=0, xmax=1, ymin=2, ymax=3; variable
523 double *p0, double *, double *insidePt) in OutsideHorizontalLine() argument
551 double *p0, double *, double *insidePt) in OutsideVerticalLine() argument
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPointsProjectedHull.cxx26 static const int xmin = 0, xmax = 1, ymin = 2, ymax = 3; variable
522 double vmin, double vmax, double* p0, double*, double* insidePt) in OutsideHorizontalLine() argument
549 double hmin, double hmax, double* p0, double*, double* insidePt) in OutsideVerticalLine() argument
/dports/science/py-dlib/dlib-19.22/dlib/gui_widgets/
H A Dcanvas_drawing.h451 std::vector<double,alloc>& left_boundary, in get_convex_polygon_shape()
488 const double xmax = min(p1.x(), p2.x()); in get_convex_polygon_shape() local
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_widgets/
H A Dcanvas_drawing.h451 std::vector<double,alloc>& left_boundary, in get_convex_polygon_shape()
488 const double xmax = min(p1.x(), p2.x()); in get_convex_polygon_shape() local

1234