Home
last modified time | relevance | path

Searched refs:qwtAbs (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_clipper.cpp169 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
174 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
179 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
184 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
300 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
305 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
310 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
315 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
417 const double m = qwtAbs((to.y() - from.y()) / (to.x() - from.x()) ); in toAngle()
444 if ( qwtAbs(pos.x() - x) < radius ) in cuttingPoints()
[all …]
H A Dqwt_double_range.cpp111 if (fabs(d_value - d_maxValue) < MinEps * qwtAbs(d_step)) in setNewValue()
115 if (::fabs(d_value) < MinEps * qwtAbs(d_step)) in setNewValue()
192 int(qwtAbs((d_maxValue - d_minValue) / d_step))); in setRange()
318 return qwtAbs(d_step); in step()
H A Dqwt_scale_engine.cpp31 const double eps = qwtAbs(_eps * intervalSize); in compareEps()
311 const double delta = (v == 0.0) ? 0.5 : qwtAbs(0.5 * v); in buildInterval()
455 stepSize = qwtAbs(stepSize); in divideScale()
566 int numTicks = (int)::ceil(qwtAbs(stepSize / minStep)) - 1; in buildMinorTicks()
569 if ( QwtScaleArithmetic::compareEps((numTicks + 1) * qwtAbs(minStep), in buildMinorTicks()
570 qwtAbs(stepSize), stepSize) > 0) in buildMinorTicks()
758 stepSize = qwtAbs(stepSize); in divideScale()
900 qwtAbs(stepSize), stepSize) > 0) in buildMinorTicks()
H A Dqwt_scale_map.h143 return qwtAbs(d_p2 - d_p1); in pDist()
151 return qwtAbs(d_s2 - d_s1); in sDist()
H A Dqwt_math.h22 #define qwtAbs QABS macro
28 #define qwtAbs qAbs macro
H A Dqwt_double_interval.cpp268 qwtMax(qwtAbs(value - d_maxValue), qwtAbs(value - d_minValue)); in symmetrize()
H A Dqwt_scale_draw.cpp179 start -= qwtAbs(minPos - qRound(map().p2())); in getBorderDistHint()
182 end -= qwtAbs(maxPos - qRound(map().p1())); in getBorderDistHint()
187 start -= qwtAbs(minPos - qRound(map().p1())); in getBorderDistHint()
190 end -= qwtAbs(maxPos - qRound(map().p2())); in getBorderDistHint()
H A Dqwt_plot_picker.cpp309 const int radius = qwtMax(qwtAbs(p2.x() - p1.x()), in end()
310 qwtAbs(p2.y() - p1.y())); in end()
H A Dqwt_wheel.cpp260 d_data->colors[qwtAbs(i-hiPos)]); in drawWheelBackground()
292 d_data->colors[qwtAbs(i-hiPos)]); in drawWheelBackground()
427 double cnvFactor = qwtAbs(d_data->totalAngle / (maxValue() - minValue())); in drawWheel()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_clipper.cpp167 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
172 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
177 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
182 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
298 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
303 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
308 m = double(qwtAbs(p1.x() - x)) / qwtAbs(dx); in intersectEdge()
313 m = double(qwtAbs(p1.y() - y)) / qwtAbs(dy); in intersectEdge()
415 const double m = qwtAbs((to.y() - from.y()) / (to.x() - from.x()) ); in toAngle()
442 if ( qwtAbs(pos.x() - x) < radius ) in cuttingPoints()
[all …]
H A Dqwt_double_range.cpp111 if (fabs(d_value - d_maxValue) < MinEps * qwtAbs(d_step)) in penWidth()
115 if (::fabs(d_value) < MinEps * qwtAbs(d_step)) in penWidth()
192 int(qwtAbs((d_maxValue - d_minValue) / d_step))); in initDial()
318 return qwtAbs(d_step); in scaleContentsRect()
H A Dqwt_scale_engine.cpp32 const double eps = qwtAbs(_eps * intervalSize); in compareEps()
308 const double delta = (v == 0.0) ? 0.5 : qwtAbs(0.5 * v); in buildInterval()
452 stepSize = qwtAbs(stepSize); in divideScale()
535 int numTicks = (int)::ceil(qwtAbs(stepSize / minStep)) - 1; in buildMinorTicks()
538 if ( QwtScaleArithmetic::compareEps((numTicks + 1) * qwtAbs(minStep), in buildMinorTicks()
539 qwtAbs(stepSize), stepSize) > 0) in buildMinorTicks()
710 stepSize = qwtAbs(stepSize); in divideScale()
843 qwtAbs(stepSize), stepSize) > 0) in buildMinorTicks()
H A Dqwt_scale_map.h138 return qwtAbs(d_p2 - d_p1); in pDist()
146 return qwtAbs(d_s2 - d_s1); in sDist()
H A Dqwt_math.h22 #define qwtAbs QABS macro
28 #define qwtAbs qAbs macro
H A Dqwt_double_interval.cpp268 qwtMax(qwtAbs(value - d_maxValue), qwtAbs(value - d_minValue));
H A Dqwt_plot_picker.cpp309 const int radius = qwtMax(qwtAbs(p2.x() - p1.x()), in end()
310 qwtAbs(p2.y() - p1.y())); in end()
H A Dqwt_wheel.cpp260 d_data->colors[qwtAbs(i-hiPos)]); in drawWheelBackground()
292 d_data->colors[qwtAbs(i-hiPos)]); in drawWheelBackground()
427 double cnvFactor = qwtAbs(d_data->totalAngle / (maxValue() - minValue())); in drawWheel()
H A Dqwt_plot_magnifier.cpp122 factor = qwtAbs(factor); in rescale()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A Dscldiv.cpp91 double delta_min = MusECore::qwtMax(MusECore::qwtAbs(eps_rel * vmin), MusECore::qwtAbs(eps_abs)); in limRange()
92 double delta_max = MusECore::qwtMax(MusECore::qwtAbs(eps_rel * vmax), MusECore::qwtAbs(eps_abs)); in limRange()
305 step = MusECore::qwtAbs(step); in buildLinDiv()
317 d_majStep = MusECore::qwtCeil125(MusECore::qwtAbs(d_hBound - d_lBound) * 0.999999 in buildLinDiv()
342 nMin = MusECore::qwtAbs(int(rint(d_majStep / minStep))) - 1; // # minor steps per interval in buildLinDiv()
345 if ( MusECore::qwtAbs(double(nMin + 1) * minStep - d_majStep) > step_eps * d_majStep) in buildLinDiv()
420 maxMajSteps = MusECore::qwtMax(1, MusECore::qwtAbs(maxMajSteps)); in buildLogDiv()
421 maxMinSteps = MusECore::qwtMax(0, MusECore::qwtAbs(maxMinSteps)); in buildLogDiv()
422 majStep = MusECore::qwtAbs(majStep); in buildLogDiv()
466 nMaj = MusECore::qwtMin(10000, int(rint(MusECore::qwtAbs(lLast - lFirst) / d_majStep)) + 1); in buildLogDiv()
[all …]
H A Ddrange.cpp190 if (fabs(d_value - d_maxValue) < MinEps * MusECore::qwtAbs(d_step)) in setNewValue()
194 if (fabs(d_value) < MinEps * MusECore::qwtAbs(d_step)) in setNewValue()
272 …d_pageSize = MusECore::qwtLim(pageSize,0, int(MusECore::qwtAbs((d_maxValue - d_minValue) / d_step)… in setRange()
367 return MusECore::qwtAbs(d_step); in step()
H A Dscldraw.cpp248 if (MusECore::qwtAbs(val-hval) < step_eps * d_scldiv.majStep()) in draw()
349 …if ((!d_scldiv.logScale()) && (MusECore::qwtAbs(val) < MusECore::qwtAbs(step_eps * d_scldiv.majSte… in drawLabel()
795 ar = MusECore::qwtAbs(a); in maxBoundingRect()
809 ar = MusECore::qwtAbs(a); in maxBoundingRect()
951 …if ((!d_scldiv.logScale()) && (MusECore::qwtAbs(val) < step_eps * MusECore::qwtAbs(d_scldiv.majSte… in maxLabelWidth()
H A Dmmath.h56 inline T qwtAbs (const T& x) in qwtAbs() function
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DReciprocalScaleEngine.cpp100 stepSize = qwtAbs(stepSize); in divideScale()
184 int numTicks = (int)::ceil(qwtAbs(stepSize / minStep)) - 1; in buildMinorTicks()
187 if ( QwtScaleArithmetic::compareEps((numTicks + 1) * qwtAbs(minStep), in buildMinorTicks()
188 qwtAbs(stepSize), stepSize) > 0) in buildMinorTicks()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_compat.h27 #define qwtAbs qAbs macro
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_compat.h27 #define qwtAbs qAbs macro

12