Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp205 …const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExpone… in makeFloatRepresentable() local
221 …return (float32Representation.sign() == +1) ? (largestRepresentableValue) : (-largestRepresentable… in makeFloatRepresentable()