Lines Matching defs:rmax
59 // If 0.0 < rmin < rmax or rmin < rmax < 0.0, the range will be shifted
60 // to include 0.0, but the range width size (rmax-rmin) isn't changed. The zero
62 // a consequence some values, which are supposed in the original [rmin, rmax]
67 double rmax, double &scale,
72 scale = (rmax - rmin) / (qmaxDouble - qminDouble);
77 // are known: (rmin, qmin), (rmax, qmax).
84 const double zeroPointFromMax = qmaxDouble - rmax / scale;
86 std::abs(qmaxDouble) + std::abs(rmax / scale);
109 double rmax, bool narrowRange,
125 if (std::fabs(rmax - rmin) < std::numeric_limits<double>::epsilon()) {
132 getNudgedScaleAndZeroPoint(qmin, qmax, rmin, rmax, scale, nudgedZeroPoint);
166 double rmax = rmaxs[axis];
167 if (std::fabs(rmax - rmin) < std::numeric_limits<double>::epsilon()) {
175 getNudgedScaleAndZeroPoint(qmin, qmax, rmin, rmax, scale, nudgedZeroPoint);