HomeSort by relevance Sort by last modified time
    Searched refs:HexFloat (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
89 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 54 struct HexFloat
57 HexFloat (const float value_) : value(value_) {}
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(res0) << ", " << HexFloat(res1) << ")
    [all...]
es31fShaderCommonFunctionTests.cpp 287 struct HexFloat
290 HexFloat (const float value_) : value(value_) {}
293 std::ostream& operator<< (std::ostream& str, const HexFloat& v)
335 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
507 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
601 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
707 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff);
805 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold
    [all...]
es31fShaderIntegerFunctionTests.cpp 58 struct HexFloat
61 HexFloat (const float value_) : value(value_) {}
64 std::ostream& operator<< (std::ostream& str, const HexFloat& v)
95 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 54 struct HexFloat
57 HexFloat (const float value_) : value(value_) {}
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(res0) << ", " << HexFloat(res1) << ")
    [all...]
es3fShaderCommonFunctionTests.cpp 260 struct HexFloat
263 HexFloat (const float value_) : value(value_) {}
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(in0) << " with ULP threshold
    [all...]

Completed in 3747 milliseconds