Searched refs:lastValue (Results 1 – 1 of 1) sorted by relevance
117 double lastValue = _mMin; in contains() local121 if (T(lastValue + MIN_STEP / 2) == value) { in contains()124 double nextValue = fma(lastValue, base, _mStep); in contains()125 if (nextValue <= lastValue || nextValue > _mMax) { in contains()128 lastValue = nextValue; in contains()