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

  /external/deqp/framework/common/
tcuFloatFormat.hpp 42 class FloatFormat
46 FloatFormat (int minExp,
69 static FloatFormat nativeFloat (void);
70 static FloatFormat nativeDouble (void);
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...]
  /external/clang/include/clang/Basic/
TargetInfo.h 75 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat,
322 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; }

Completed in 115 milliseconds