Searched refs:largestRepresentableValue (Results 1 – 1 of 1) sorted by relevance
205 …const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExpone… in makeFloatRepresentable() local221 …return (float32Representation.sign() == +1) ? (largestRepresentableValue) : (-largestRepresentable… in makeFloatRepresentable()