Searched refs:refOut1 (Results 1 – 3 of 3) sorted by relevance
840 const float refOut1 = float(int(in0)); in compare() local841 const float refOut0 = in0 - refOut1; in compare()852 …ted [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << Hex… in compare()1810 int refOut1; in compare() local1812 frexp(in0, &refOut0, &refOut1); in compare()1816 if (ulpDiff0 > maxUlpDiff || out1 != refOut1) in compare()1818 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with U… in compare()
956 const float refOut1 = float(int(in0)); in compare() local957 const float refOut0 = in0 - refOut1; in compare()968 …ted [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << Hex… in compare()2052 int refOut1; in compare() local2054 frexp(in0, &refOut0, &refOut1); in compare()2058 if (ulpDiff0 > maxUlpDiff || out1 != refOut1) in compare()2060 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with U… in compare()
762 const float refOut1 = float(int(in0)); in compare() local763 const float refOut0 = in0 - refOut1; in compare()774 …ted [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << Hex… in compare()