Home
last modified time | relevance | path

Searched refs:floatToHex (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.cpp227 std::string FloatFormat::floatToHex (double x) const in floatToHex() function in tcu::FloatFormat
262 floatToHex(interval.lo()) + " }"); in intervalToHex()
267 "[" + floatToHex(interval.lo()) + ", " + floatToHex(interval.hi()) + "]"); in intervalToHex()
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()
DtcuFloatFormat.hpp67 std::string floatToHex (double x) const;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp582 os << fmt.floatToHex(res0) << " " << fmt.floatToHex(res1); in doPrintValue16()
589 os << fmt.floatToHex(value); in doPrintValue32()
596 os << fmt.floatToHex(value); in doPrintValue64()
634 …os << fmt.floatToHex(byte0) << " " << fmt.floatToHex(byte1) << " " << fmt.floatToHex(byte2) << " "… in doPrintValue16()
644 os << fmt.floatToHex(res0) << " " << fmt.floatToHex(res1); in doPrintValue32()
651 os << fmt.floatToHex(value); in doPrintValue64()
678 os << fmt.floatToHex(static_cast<double>(res0)); in doPrintValue16()
685 os << fmt.floatToHex(static_cast<double>(res0)); in doPrintValue32()
693 os << fmt.floatToHex(res0); in doPrintValue64()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp354 os << fmt.floatToHex(value); in doPrintValue()