Searched refs:refBits (Results 1 – 2 of 2) sorted by relevance
311 const deUint64 refBits = tcu::Float64(reference).bits(); in compare() local313 const deUint64 accurateRefBits = maskBits < 64 ? refBits >> (deUint64)maskBits : 0u; in compare()
823 const deUint32 refBits = tcu::Float32(ref).bits(); in checkValue() local825 const deBool bitMatch = (refBits ^ resBits) == 0u; in checkValue()