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

/external/deqp/framework/common/
H A DtcuFloatFormat.hpp42 class FloatFormat class in namespace:tcu
46 FloatFormat (int minExp,
69 static FloatFormat nativeFloat (void);
70 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.h75 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat, member in class:clang::TargetInfo
322 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; }
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp84 using tcu::FloatFormat;
238 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
244 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
253 void printValue (const FloatFormat& fmt, const T& value, ostream& os)
259 string valueToString (const FloatFormat& fmt, const T& val)
270 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
276 typename Traits<T>::IVal convert (const FloatFormat& fmt,
305 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
310 static Interval doRound (const FloatFormat& fmt, T value)
319 static void doPrintIVal (const FloatFormat
337 doPrintValue(const FloatFormat&, const float& value, ostream& os) argument
344 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
362 doPrintValue(const FloatFormat&, const int& value, ostream& os) argument
369 doPrintIVal(const FloatFormat&, const Interval& ival, ostream& os) argument
487 doRound(const FloatFormat&, const Void& value) argument
488 doConvert(const FloatFormat&, const Void& value) argument
490 doPrintValue(const FloatFormat&, const Void&, ostream& os) argument
495 doPrintIVal(const FloatFormat&, const Void&, ostream& os) argument
3908 genFixeds(const FloatFormat&, vector<T>&) const argument
3909 genRandom(const FloatFormat&, Precision, Random&) const argument
3917 genFixeds(const FloatFormat&, vector<Void>& dst) const argument
3924 genFixeds(const FloatFormat&, vector<bool>& dst) const argument
3935 genRandom(const FloatFormat&, Precision prec, Random& rnd) const argument
3943 genFixeds(const FloatFormat&, vector<int>& dst) const argument
[all...]

Completed in 323 milliseconds