Home | History | Annotate | Download | only in common

Lines Matching refs:maxR

123 	const float	maxR	= result+err;
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) ||
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR));
240 const float maxR = maxV+totalErr;
242 if (de::inRange(result, minR, maxR))
351 const float maxR = maxV+totalErr;
353 if (de::inRange(result, minR, maxR))
512 const float maxR = maxF+totalErr;
514 if (de::inRange(result, minR, maxR))