if (numberOfTasks <= 1 ? pa.getDouble(k) >= range.max()
: pa.getDouble(k) > range.max())
throw new AssertionError("The bug D in rangeOf found in test #" + testCount + ": "
+ "srcPos = " + srcPos + ", count = " + count + ", " + info
+ ", pa.getDouble(" + k + ") = " + pa.getDouble(k));
if (pa.getDouble(info.indexOfMax()) != range.max())
throw new AssertionError("The bug E in rangeOf found in test #" + testCount + ": "
+ "srcPos = " + srcPos + ", count = " + count + ", " + info);
for (int k = (int) info.indexOfMax() + 1; k < count; k++)
if (pa.getDouble(k) > range.max())
throw new AssertionError("The bug F in rangeOf found in test #" + testCount + ": "