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

  /external/deqp/framework/common/
tcuFloatFormat.cpp 59 FloatFormat::FloatFormat (int minExp,
98 double FloatFormat::ulp (double x, double count) const
133 int FloatFormat::exponentShift (int exp) const
139 //! significand bits and minimum exponent of the floatformat. Round up if
141 double FloatFormat::round (double d, bool upward) const
153 //! floatformat, given its limitations with infinities, subnormals and maximum
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) cons
    [all...]
tcuFloatFormat.hpp 42 class FloatFormat
46 FloatFormat (int minExp,
69 static FloatFormat nativeFloat (void);
70 static FloatFormat nativeDouble (void);
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 84 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& fmt
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 75 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat,
322 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; }
  /external/clang/lib/Basic/
TargetInfo.cpp 69 FloatFormat = &llvm::APFloat::IEEEsingle;
285 FloatFormat = &llvm::APFloat::IEEEsingle;
Targets.cpp     [all...]

Completed in 1360 milliseconds