Searched refs:deRoundToInt32 (Results 1 – 2 of 2) sorted by relevance
303 DE_INLINE deInt32 deRoundToInt32 (double x) { if(x >= 0.0) return (deInt32)(x + 0.5); else ret… in deRoundToInt32() function
1433 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange()