Searched refs:lineLengthSquared (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp263 const deInt64 lineLengthSquared = tcu::lengthSquared(u); local
264 const bool limitValueCouldOverflow = ((64 - deClz64(lineLengthSquared)) + (64 - deClz64(broadRejectDistanceSquared))) > 63;
265 const deInt64 limitValue = (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectDistanceSquared); // avoid overflow

Completed in 216 milliseconds