HomeSort by: relevance | last modified time | path
    Searched refs:FloatingPoint (Results 1 - 7 of 7) 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)
MipsRegisterBankInfo.cpp 321 setTypes(MI, InstType::FloatingPoint);
377 setTypes(MI, InstType::FloatingPoint);
  /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...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1734 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value);
2125 // FloatingPoint template class in gtest-internal.h if you are
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 1401 const FloatingPoint<FloatType> actual(value), expected(expected_);
1440 if (FloatingPoint<FloatType>(expected_).is_nan()) {
1459 if (FloatingPoint<FloatType>(expected_).is_nan()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 4983 FloatingPoint,
5005 return IsSoftFloatABI ? ArgKind::GeneralPurpose : ArgKind::FloatingPoint;
5056 if (AK == ArgKind::FloatingPoint && FpOffset >= SystemZFpEndOffset)
5086 case ArgKind::FloatingPoint: {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1401 const FloatingPoint<RawType> lhs(val1), rhs(val2);

Completed in 30 milliseconds