Searched defs:FloatFormat (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/common/
H A DtcuFloatFormat.hpp42 class FloatFormat class in namespace:tcu
46 FloatFormat (int minExp,
70 static FloatFormat nativeFloat (void);
71 static FloatFormat nativeDouble (void);
H A DtcuFloatFormat.cpp59 FloatFormat::FloatFormat (int minExp, function in class:tcu::FloatFormat
98 double FloatFormat::ulp (double x, double count) const
133 int FloatFormat::exponentShift (int exp) const
141 double FloatFormat::round (double d, bool upward) const
155 Interval FloatFormat::clampValue (double d) const
173 Interval FloatFormat::convert (const Interval& x) const
202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const
216 Interval FloatFormat::roundOut (const Interval& x, bool roundUnderOverflow) const
227 std::string FloatFormat
[all...]
/external/clang/include/clang/Basic/
H A DTargetInfo.h81 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat, member in class:clang::TargetInfo
374 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; }
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp84 using tcu::FloatFormat;
228 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
234 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
243 void printValue (const FloatFormat& fmt, const T& value, ostream& os)
249 string valueToString (const FloatFormat& fmt, const T& val)
260 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
266 typename Traits<T>::IVal convert (const FloatFormat& fmt,
295 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
300 static Interval doRound (const FloatFormat& fmt, T value)
309 static void doPrintIVal (const FloatFormat
327 doPrintValue(const FloatFormat&, const float& value, ostream& os) argument
334 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
352 doPrintValue(const FloatFormat&, const int& value, ostream& os) argument
359 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
477 doRound(const FloatFormat&, const Void& value) argument
478 doConvert(const FloatFormat&, const Void& value) argument
480 doPrintValue(const FloatFormat&, const Void&, ostream& os) argument
485 doPrintIVal(const FloatFormat&, const Void&, ostream& os) argument
4013 genFixeds(const FloatFormat&, vector<T>&) const argument
4014 genRandom(const FloatFormat&, Precision, Random&) const argument
4022 genFixeds(const FloatFormat&, vector<Void>& dst) const argument
4029 genFixeds(const FloatFormat&, vector<bool>& dst) const argument
4040 genRandom(const FloatFormat&, Precision prec, Random& rnd) const argument
4048 genFixeds(const FloatFormat&, vector<int>& dst) const argument
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp95 using tcu::FloatFormat;
249 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
255 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
264 void printValue (const FloatFormat& fmt, const T& value, ostream& os)
270 string valueToString (const FloatFormat& fmt, const T& val)
281 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
287 typename Traits<T>::IVal convert (const FloatFormat& fmt,
316 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
321 static Interval doRound (const FloatFormat& fmt, T value)
330 static void doPrintIVal (const FloatFormat
348 doPrintValue(const FloatFormat&, const float& value, ostream& os) argument
355 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
373 doPrintValue(const FloatFormat&, const int& value, ostream& os) argument
380 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
498 doRound(const FloatFormat&, const Void& value) argument
499 doConvert(const FloatFormat&, const Void& value) argument
501 doPrintValue(const FloatFormat&, const Void&, ostream& os) argument
506 doPrintIVal(const FloatFormat&, const Void&, ostream& os) argument
4042 genFixeds(const FloatFormat&, vector<T>&) const argument
4043 genRandom(const FloatFormat&, Precision, Random&) const argument
4051 genFixeds(const FloatFormat&, vector<Void>& dst) const argument
4058 genFixeds(const FloatFormat&, vector<bool>& dst) const argument
4069 genRandom(const FloatFormat&, Precision prec, Random& rnd) const argument
4077 genFixeds(const FloatFormat&, vector<int>& dst) const argument
[all...]

Completed in 1136 milliseconds