OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FloatFormat
(Results
1 - 3
of
3
) 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/clang/include/clang/Basic/
TargetInfo.h
80
const llvm::fltSemantics *HalfFormat, *
FloatFormat
, *DoubleFormat,
360
const llvm::fltSemantics &getFloatFormat() const { return *
FloatFormat
; }
[
all
...]
Completed in 1731 milliseconds