Home
last modified time | relevance | path

Searched refs:in0Exp (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderPrecisionTests.cpp299 const int in0Exp = tcu::Float32(in0).exponent(); in compare() local
302 …const int numLostBits = de::max(de::max(in0Exp-resExp, in1Exp-resExp), 0); // Lost due to manti… in compare()