HomeSort by relevance Sort by last modified time
    Searched refs:FloatFormat (Results 1 - 9 of 9) 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,
70 static FloatFormat nativeFloat (void);
71 static FloatFormat nativeDouble (void);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 84 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& fmt
    [all...]
vktShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 95 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& fmt
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 80 const llvm::fltSemantics *HalfFormat, *FloatFormat, *DoubleFormat,
360 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; }
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 71 FloatFormat = &llvm::APFloat::IEEEsingle;
310 FloatFormat = &llvm::APFloat::IEEEsingle;
Targets.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]

Completed in 586 milliseconds