/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 59 FloatFormat::FloatFormat (int minExp, in FloatFormat() function in tcu::FloatFormat 98 double FloatFormat::ulp (double x, double count) const in ulp() 133 int FloatFormat::exponentShift (int exp) const in exponentShift() 141 double FloatFormat::round (double d, bool upward) const in round() 155 Interval FloatFormat::clampValue (double d) const in clampValue() 173 Interval FloatFormat::convert (const Interval& x) const in convert() 202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut() 216 Interval FloatFormat::roundOut (const Interval& x, bool roundUnderOverflow) const in roundOut() 227 std::string FloatFormat::floatToHex (double x) const in floatToHex() 255 std::string FloatFormat::intervalToHex (const Interval& interval) const in intervalToHex() [all …]
|
D | tcuFloatFormat.hpp | 42 class FloatFormat class 46 FloatFormat (int minExp, 70 static FloatFormat nativeFloat (void); 71 static FloatFormat nativeDouble (void);
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 95 using tcu::FloatFormat; 249 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os) in printIVal() 255 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival) in intervalToString() 264 void printValue (const FloatFormat& fmt, const T& value, ostream& os) in printValue() 270 string valueToString (const FloatFormat& fmt, const T& val) in valueToString() 281 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) in round() 287 typename Traits<T>::IVal convert (const FloatFormat& fmt, in convert() 316 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() 321 static Interval doRound (const FloatFormat& fmt, T value) in doRound() 330 static void doPrintIVal (const FloatFormat& fmt, in doPrintIVal() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 84 using tcu::FloatFormat; 228 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os) in printIVal() 234 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival) in intervalToString() 243 void printValue (const FloatFormat& fmt, const T& value, ostream& os) in printValue() 249 string valueToString (const FloatFormat& fmt, const T& val) in valueToString() 260 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) in round() 266 typename Traits<T>::IVal convert (const FloatFormat& fmt, in convert() 295 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() 300 static Interval doRound (const FloatFormat& fmt, T value) in doRound() 309 static void doPrintIVal (const FloatFormat& fmt, in doPrintIVal() [all …]
|
D | vktShaderCommonFunctionTests.cpp | 2340 const tcu::FloatFormat formats[] = in fma() 2343 tcu::FloatFormat(0, 0, 7, false, tcu::YES, tcu::MAYBE, tcu::MAYBE), in fma() 2344 tcu::FloatFormat(-13, 13, 9, false, tcu::MAYBE, tcu::MAYBE, tcu::MAYBE), in fma() 2345 tcu::FloatFormat(-126, 127, 23, true, tcu::MAYBE, tcu::YES, tcu::MAYBE) in fma() 2347 …const tcu::FloatFormat& format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 71 FloatFormat = &llvm::APFloat::IEEEsingle; in TargetInfo() 310 FloatFormat = &llvm::APFloat::IEEEsingle; in adjust()
|
D | Targets.cpp | 6373 FloatFormat = &llvm::APFloat::IEEEsingle; in TCETargetInfo()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 80 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat, variable 360 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; } in getFloatFormat()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2051 const tcu::FloatFormat formats[] = in fma() 2054 tcu::FloatFormat(0, 0, 7, false, tcu::YES, tcu::MAYBE, tcu::MAYBE), in fma() 2055 tcu::FloatFormat(-13, 13, 9, false, tcu::MAYBE, tcu::MAYBE, tcu::MAYBE), in fma() 2056 tcu::FloatFormat(-126, 127, 23, true, tcu::MAYBE, tcu::YES, tcu::MAYBE) in fma() 2058 …const tcu::FloatFormat& format = de::getSizedArrayElement<glu::PRECISION_LAST>(formats, precision); in fma()
|