Searched refs:nextValue (Results 1 – 1 of 1) sorted by relevance
124 double nextValue = fma(lastValue, base, _mStep); in contains() local125 if (nextValue <= lastValue || nextValue > _mMax) { in contains()128 lastValue = nextValue; in contains()