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

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp262 const deInt64 crossProductSquared = (crossProductOverflows) ? (0) : (crossProduct * crossProduct); // avoid overflow local
274 if (crossProductSquared > limitValue)

Completed in 71 milliseconds