Home | History | Annotate | Download | only in functional

Lines Matching full:divisionrange

514 			const tcu::Interval	divisionRange			= numeratorRange / 3.0f; // legal sample area is anywhere within this and neighboring pixels (i.e. size = 3)
515 const tcu::Interval divisionResultRange (convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRange.lo(), -divisionErrorUlps, numBits), minExponent, numBits),
516 divisionRange.hi(), +divisionErrorUlps, numBits), minExponent, numBits));