Home
last modified time | relevance | path

Searched refs:FloatFormat (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.cpp59 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 …]
DtcuFloatFormat.hpp42 class FloatFormat class
46 FloatFormat (int minExp,
70 static FloatFormat nativeFloat (void);
71 static FloatFormat nativeDouble (void);
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp95 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/
DvktShaderBuiltinPrecisionTests.cpp84 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 …]
DvktShaderCommonFunctionTests.cpp2340 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/
DTargetInfo.cpp71 FloatFormat = &llvm::APFloat::IEEEsingle; in TargetInfo()
310 FloatFormat = &llvm::APFloat::IEEEsingle; in adjust()
DTargets.cpp6373 FloatFormat = &llvm::APFloat::IEEEsingle; in TCETargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h80 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat, variable
360 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; } in getFloatFormat()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2051 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()