Home
last modified time | relevance | path

Searched refs:HexFloat (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Frontend/
DLangStandards.def47 LineComment | C99 | Digraphs | HexFloat)
50 LineComment | C99 | Digraphs | HexFloat)
53 LineComment | C99 | Digraphs | HexFloat)
56 LineComment | C99 | Digraphs | HexFloat)
60 LineComment | C99 | Digraphs | GNUMode | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat)
71 LineComment | C99 | C11 | Digraphs | HexFloat)
74 LineComment | C99 | C11 | Digraphs | HexFloat)
77 LineComment | C99 | C11 | Digraphs | HexFloat)
[all …]
DLangStandard.h31 HexFloat = (1 << 10), enumerator
89 bool hasHexFloats() const { return Flags & frontend::HexFloat; } in hasHexFloats()
/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp54 struct HexFloat struct
57 HexFloat (const float value_) : value(value_) {} in HexFloat() argument
60 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
317 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" in iterate()
318 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate()
508 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" in iterate()
509 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate()
933 …<< "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFlo… in iterate()
934 …<< ", got vec4(" << HexFloat(res0) << ", " << HexFloat(res1) << ", " << HexFloat(res2) << ", " << in iterate()
1142 …<< "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFlo… in iterate()
[all …]
Des31fShaderCommonFunctionTests.cpp334 struct HexFloat struct
337 HexFloat (const float value_) : value(value_) {} in HexFloat() function
340 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
382 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; in operator <<()
554 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
648 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
754 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
852 …<< "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") =… in compare()
1211 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1319 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
[all …]
Des31fShaderIntegerFunctionTests.cpp58 struct HexFloat struct
61 HexFloat (const float value_) : value(value_) {} in HexFloat() function
64 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
95 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; in operator <<()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp56 struct HexFloat struct
59 HexFloat (const float value_) : value(value_) {} in HexFloat() argument
62 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
349 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" in iterate()
350 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate()
574 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" in iterate()
575 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate()
1067 …<< "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFlo… in iterate()
1068 …<< ", got vec4(" << HexFloat(res0) << ", " << HexFloat(res1) << ", " << HexFloat(res2) << ", " << in iterate()
1312 …<< "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFlo… in iterate()
[all …]
DvktShaderCommonFunctionTests.cpp277 struct HexFloat struct
280 HexFloat (const float value_) : value(value_) {} in HexFloat() function
283 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
325 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; in operator <<()
640 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
749 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
870 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
982 …<< "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") =… in compare()
1436 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1559 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
[all …]
DvktShaderIntegerFunctionTests.cpp60 struct HexFloat struct
63 HexFloat (const float value_) : value(value_) {} in HexFloat() function
66 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
97 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; in operator <<()
/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp54 struct HexFloat struct
57 HexFloat (const float value_) : value(value_) {} in HexFloat() argument
60 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
313 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" in iterate()
314 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate()
504 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" in iterate()
505 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate()
Des3fShaderCommonFunctionTests.cpp260 struct HexFloat struct
263 HexFloat (const float value_) : value(value_) {} in HexFloat() function
266 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<()
308 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; in operator <<()
476 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
570 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
676 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
774 …<< "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") =… in compare()
1128 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
1236 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex… in compare()
[all …]