Lines Matching defs:bits
99 const deUint32 aBits = tcu::Float32(a).bits();
100 const deUint32 bBits = tcu::Float32(b).bits();
142 const int bits[] =
148 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(bits) == glu::PRECISION_LAST);
149 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(bits)));
150 return bits[precision];
212 // remove unrepresentable mantissa bits
330 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
1034 const deUint32 refOut0 = tcu::Float32(in0).bits();
1107 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(tcu::Float32(in0).bits()) << " with ULP threshold "
1538 const int ulpDiff = de::abs((int)tcu::Float32(out0).bits() - (int)0x80000000u);