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

  /external/clang/include/clang/Frontend/
LangStandard.h 31 HexFloat = (1 << 10),
89 bool hasHexFloats() const { return Flags & frontend::HexFloat; }
  /external/deqp-deps/SPIRV-Tools/source/util/
parse_number.cpp 150 HexFloat<FloatProxy<Float16>> hVal(0);
163 HexFloat<FloatProxy<float>> fVal(0.0f);
172 HexFloat<FloatProxy<double>> dVal(0.0);
hex_float.h 216 // The numerical type that this HexFloat represents.
287 class HexFloat {
294 explicit HexFloat(T f) : value_(f) {}
415 // Sets this HexFloat from the individual components.
633 // Casts this value to another HexFloat. If the cast is widening,
736 // Outputs the given HexFloat to the stream.
738 std::ostream& operator<<(std::ostream& os, const HexFloat<T, Traits>& value) {
739 using HF = HexFloat<T, Traits>;
814 HexFloat<T, Traits>& value) {
820 value = HexFloat<T, Traits>(typename HexFloat<T, Traits>::uint_type{0})
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
parse_number.cpp 150 HexFloat<FloatProxy<Float16>> hVal(0);
163 HexFloat<FloatProxy<float>> fVal(0.0f);
172 HexFloat<FloatProxy<double>> dVal(0.0);
hex_float.h 216 // The numerical type that this HexFloat represents.
287 class HexFloat {
294 explicit HexFloat(T f) : value_(f) {}
415 // Sets this HexFloat from the individual components.
633 // Casts this value to another HexFloat. If the cast is widening,
736 // Outputs the given HexFloat to the stream.
738 std::ostream& operator<<(std::ostream& os, const HexFloat<T, Traits>& value) {
739 using HF = HexFloat<T, Traits>;
814 HexFloat<T, Traits>& value) {
820 value = HexFloat<T, Traits>(typename HexFloat<T, Traits>::uint_type{0})
    [all...]
  /external/deqp-deps/glslang/SPIRV/
hex_float.h 183 // The numerical type that this HexFloat represents.
253 class HexFloat {
260 explicit HexFloat(T f) : value_(f) {}
383 // Sets this HexFloat from the individual components.
563 // Casts this value to another HexFloat. If the cast is widening,
666 // Outputs the given HexFloat to the stream.
668 std::ostream& operator<<(std::ostream& os, const HexFloat<T, Traits>& value) {
669 typedef HexFloat<T, Traits> HF;
744 HexFloat<T, Traits>& value) {
750 value = HexFloat<T, Traits>(typename HexFloat<T, Traits>::uint_type(0))
    [all...]
SpvBuilder.cpp 942 spvutils::HexFloat<spvutils::FloatProxy<float>> fVal(f16);
943 spvutils::HexFloat<spvutils::FloatProxy<spvutils::Float16>> f16Val(0);
    [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-deps/SPIRV-Tools/test/
hex_float_test.cpp 53 ss << HexFloat<T>(value);
71 HexFloat<FloatProxy<T>> decoded(0.f);
440 // In previous cases, we always wrapped the FloatProxy value in a HexFloat
578 return HexFloat<FloatProxy<float>>(static_cast<float>(f))
583 return HexFloat<FloatProxy<Float16>>(f).getUnbiasedNormalizedExponent();
594 HexFloat<FloatProxy<float>>(std::numeric_limits<float>::infinity())
630 // Returns the normalized significand of a HexFloat<FloatProxy<float>>
635 return HexFloat<FloatProxy<float>>(
690 // on a HexFloat<FloatProxy<float>>
693 HexFloat<FloatProxy<float>> f(0.f)
    [all...]
parse_number_test.cpp 187 // The assembler parses using HexFloat<FloatProxy<float>>. Make
192 HexFloat<FloatProxy<float>> f(0.0f);
232 // The assembler parses using HexFloat<FloatProxy<double>>. Make
237 HexFloat<FloatProxy<double>> f(0.0);
252 // The assembler parses using HexFloat<FloatProxy<Float16>>. Make
257 HexFloat<FloatProxy<Float16>> f(0);
    [all...]
  /external/deqp-deps/glslang/gtests/
HexFloat.cpp 30 using spvutils::HexFloat;
49 ss << spvutils::HexFloat<T>(value);
67 spvutils::HexFloat<FloatProxy<T>> decoded(0.f);
402 // In previous cases, we always wrapped the FloatProxy value in a HexFloat
540 return spvutils::HexFloat<spvutils::FloatProxy<float>>(
545 return spvutils::HexFloat<spvutils::FloatProxy<spvutils::Float16>>(f)
591 // Returns the normalized significand of a HexFloat<FloatProxy<float>>
595 return spvutils::HexFloat<spvutils::FloatProxy<float>>(
645 // on a HexFloat<FloatProxy<float>>
648 spvutils::HexFloat<spvutils::FloatProxy<float>> f(0.f)
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
hex_float_test.cpp 53 ss << HexFloat<T>(value);
71 HexFloat<FloatProxy<T>> decoded(0.f);
440 // In previous cases, we always wrapped the FloatProxy value in a HexFloat
578 return HexFloat<FloatProxy<float>>(static_cast<float>(f))
583 return HexFloat<FloatProxy<Float16>>(f).getUnbiasedNormalizedExponent();
594 HexFloat<FloatProxy<float>>(std::numeric_limits<float>::infinity())
630 // Returns the normalized significand of a HexFloat<FloatProxy<float>>
635 return HexFloat<FloatProxy<float>>(
690 // on a HexFloat<FloatProxy<float>>
693 HexFloat<FloatProxy<float>> f(0.f)
    [all...]
parse_number_test.cpp 187 // The assembler parses using HexFloat<FloatProxy<float>>. Make
192 HexFloat<FloatProxy<float>> f(0.0f);
232 // The assembler parses using HexFloat<FloatProxy<double>>. Make
237 HexFloat<FloatProxy<double>> f(0.0);
252 // The assembler parses using HexFloat<FloatProxy<Float16>>. Make
257 HexFloat<FloatProxy<Float16>> f(0);
    [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...]
  /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...]

Completed in 1201 milliseconds