Home | History | Annotate | Download | only in functional

Lines Matching refs:refOut1

793 			const float		refOut1		= float(int(in0));
794 const float refOut0 = in0 - refOut1;
805 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
1752 int refOut1;
1754 frexp(in0, &refOut0, &refOut1);
1758 if (ulpDiff0 > maxUlpDiff || out1 != refOut1)
1760 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with ULP threshold "