OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FloatingPoint
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.h
58
/// the remaining types: Integer,
FloatingPoint
or Ambiguous.
65
FloatingPoint
,
101
if (InstTy == InstType::
FloatingPoint
&& (OpSize == 32 || OpSize == 64))
107
if (InstTy == InstType::
FloatingPoint
&& OpSize == 64)
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
238
class
FloatingPoint
{
280
// Constructs a
FloatingPoint
from a raw floating-point number.
286
explicit
FloatingPoint
(const RawType& x) { u_.value_ = x; }
294
FloatingPoint
fp(0);
334
bool AlmostEquals(const
FloatingPoint
& rhs) const {
390
inline float
FloatingPoint
<float>::Max() { return FLT_MAX; }
392
inline double
FloatingPoint
<double>::Max() { return DBL_MAX; }
394
// Typedefs the instances of the
FloatingPoint
template class that we
396
typedef
FloatingPoint
<float> Float;
397
typedef
FloatingPoint
<double> Double
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026