Home
last modified time | relevance | path

Searched refs:largestRepresentableValue (Results 1 – 2 of 2) 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp209 …const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExpone… in makeFloatRepresentable() local
225 …return (float32Representation.sign() == +1) ? (largestRepresentableValue) : (-largestRepresentable… in makeFloatRepresentable()