/external/clang/include/clang/Frontend/ |
H A D | LangStandard.h | 31 HexFloat = (1 << 10), enumerator in enum:clang::frontend::LangFeatures 89 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderPackingFunctionTests.cpp | 54 struct HexFloat struct in namespace:deqp::gles3::Functional::__anon4375 57 HexFloat (const float value_) : value(value_) {} function in struct:deqp::gles3::Functional::__anon4375::HexFloat 60 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 313 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 314 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" 504 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 505 << ", got vec2(" << HexFloat(res [all...] |
H A D | es3fShaderCommonFunctionTests.cpp | 260 struct HexFloat struct in namespace:deqp::gles3::Functional 263 HexFloat (const float value_) : value(value_) {} function in struct:deqp::gles3::Functional::HexFloat 266 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 308 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; 476 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 570 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 676 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); 774 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 56 struct HexFloat struct in namespace:vkt::shaderexecutor::__anon3888 59 HexFloat (const float value_) : value(value_) {} function in struct:vkt::shaderexecutor::__anon3888::HexFloat 62 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 349 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 350 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" 574 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 575 << ", got vec2(" << HexFloat(res [all...] |
H A D | vktShaderIntegerFunctionTests.cpp | 60 struct HexFloat struct in namespace:vkt::shaderexecutor::__anon3882 63 HexFloat (const float value_) : value(value_) {} function in struct:vkt::shaderexecutor::__anon3882::HexFloat 66 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 97 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
|
H A D | vktShaderCommonFunctionTests.cpp | 277 struct HexFloat struct in namespace:vkt::shaderexecutor::__anon3877 280 HexFloat (const float value_) : value(value_) {} function in struct:vkt::shaderexecutor::__anon3877::HexFloat 283 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 325 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; 640 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 749 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 870 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); 982 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderPackingFunctionTests.cpp | 54 struct HexFloat struct in namespace:deqp::gles31::Functional::__anon4705 57 HexFloat (const float value_) : value(value_) {} function in struct:deqp::gles31::Functional::__anon4705::HexFloat 60 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 317 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 318 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" 508 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 509 << ", got vec2(" << HexFloat(res [all...] |
H A D | es31fShaderIntegerFunctionTests.cpp | 58 struct HexFloat struct in namespace:deqp::gles31::Functional::__anon4696 61 HexFloat (const float value_) : value(value_) {} function in struct:deqp::gles31::Functional::__anon4696::HexFloat 64 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 95 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
|
H A D | es31fShaderCommonFunctionTests.cpp | 334 struct HexFloat struct in namespace:deqp::gles31::Functional 337 HexFloat (const float value_) : value(value_) {} function in struct:deqp::gles31::Functional::HexFloat 340 std::ostream& operator<< (std::ostream& str, const HexFloat& v) 382 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break; 554 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 648 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 754 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); 852 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in [all...] |