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

  /external/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
89 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
90 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 181 // The numerical type that this HexFloat represents.
252 class HexFloat {
259 explicit HexFloat(T f) : value_(f) {}
382 // Sets this HexFloat from the individual components.
572 // Casts this value to another HexFloat. If the cast is widening,
675 // Outputs the given HexFloat to the stream.
677 std::ostream& operator<<(std::ostream& os, const HexFloat<T, Traits>& value) {
678 using HF = HexFloat<T, Traits>;
753 HexFloat<T, Traits>& value) {
759 value = HexFloat<T, Traits>(typename HexFloat<T, Traits>::uint_type{0})
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 56 struct HexFloat
59 HexFloat (const float value_) : value(value_) {}
62 std::ostream& operator<< (std::ostream& str, const HexFloat& v)
336 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")"
337 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")"
559 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")"
560 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")
    [all...]
vktShaderCommonFunctionTests.cpp 277 struct HexFloat
280 HexFloat (const float value_) : value(value_) {}
283 std::ostream& operator<< (std::ostream& str, const HexFloat& v)
325 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
629 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
737 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0;
857 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff);
968 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold
    [all...]
vktShaderIntegerFunctionTests.cpp 60 struct HexFloat
63 HexFloat (const float value_) : value(value_) {}
66 std::ostream& operator<< (std::ostream& str, const HexFloat& v)
97 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
    [all...]
  /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 334 struct HexFloat
337 HexFloat (const float value_) : value(value_) {}
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(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...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 47 using spvutils::HexFloat;
363 spvutils::HexFloat<FloatProxy<spvutils::Float16>> hVal(0);
375 spvutils::HexFloat<FloatProxy<float>> fVal(0.0f);
382 spvutils::HexFloat<FloatProxy<double>> dVal(0.0);

Completed in 187 milliseconds