Searched refs:constructBits (Results 1 – 2 of 2) sorted by relevance
103 static Float constructBits (int sign, int exponent, StorageType mantissaBits);226 Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::constructBits in constructBits() function in tcu::Float
205 …const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExpone… in makeFloatRepresentable()209 …const float zeroValue = (zeroNotRepresentable) ? (tcu::Float32::constructBits(+1, minNormali… in makeFloatRepresentable()226 const tcu::Float32 targetRepresentation(tcu::Float32::constructBits(float32Representation.sign(), in makeFloatRepresentable()