Searched refs:m_fmt (Results 1 – 5 of 5) sorted by relevance
346 Test (MovePtr<FloatFormat> fmt) : m_fmt(fmt) {} in Test()354 UniquePtr<FloatFormat> m_fmt; member in tcu::__anonbe6458020211::Test372 check(oss.str(), m_fmt->ulp(arg), ref); in testULP()380 check(oss.str(), m_fmt->round(arg, false), refDown); in testRound()385 check(oss.str(), m_fmt->round(arg, true), refUp); in testRound()411 TCU_CHECK(m_fmt->floatToHex(p(0)) == "0x1.000000p0"); in runTest()412 TCU_CHECK(m_fmt->floatToHex(p(8) + p(-4)) == "0x1.001000p8"); in runTest()413 TCU_CHECK(m_fmt->floatToHex(p(-140)) == "0x0.000400p-126"); in runTest()414 TCU_CHECK(m_fmt->floatToHex(p(-140)) == "0x0.000400p-126"); in runTest()415 TCU_CHECK(m_fmt->floatToHex(p(-126) + p(-125)) == "0x1.800000p-125"); in runTest()
184 m_fmt(fmt) in ScopedElement()189 m_fmt(other.m_fmt) in ScopedElement()192 other.m_fmt = XmlFormatting::None; in ScopedElement()200 m_fmt = other.m_fmt; in operator =()201 other.m_fmt = XmlFormatting::None; in operator =()208 m_writer->endElement(m_fmt); in ~ScopedElement()
63 XmlFormatting m_fmt; variable
6226 XmlFormatting m_fmt; member in Catch::XmlWriter::ScopedElement15302 m_fmt(fmt) in ScopedElement()15307 m_fmt(other.m_fmt) in ScopedElement()15310 other.m_fmt = XmlFormatting::None; in ScopedElement()15318 m_fmt = other.m_fmt; in operator =()15319 other.m_fmt = XmlFormatting::None; in operator =()15325 m_writer->endElement(m_fmt); in ~ScopedElement()
6260 XmlFormatting m_fmt; member in Catch::XmlWriter::ScopedElement15546 m_fmt(fmt) in ScopedElement()15551 m_fmt(other.m_fmt) in ScopedElement()15554 other.m_fmt = XmlFormatting::None; in ScopedElement()15562 m_fmt = other.m_fmt; in operator =()15563 other.m_fmt = XmlFormatting::None; in operator =()15569 m_writer->endElement(m_fmt); in ~ScopedElement()