Home
last modified time | relevance | path

Searched refs:FloatingPoint (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h74 FloatingPoint = ARM64_Flag | 0x00000004, enumerator
75 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
H A DRegisterContextMinidump_ARM.h89 FloatingPoint = ARM_Flag | 0x00000004, enumerator
90 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
H A DRegisterContextMinidump_x86_32.h122 FloatingPoint = x86_32_Flag | 0x00000008, enumerator
128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
H A DRegisterContextMinidump_x86_64.h168 FloatingPoint = x86_64_Flag | 0x00000008, enumerator
172 Full = Control | Integer | FloatingPoint,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h65 FloatingPoint, enumerator
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
H A DMipsRegisterBankInfo.cpp321 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs()
377 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h250 class FloatingPoint {
298 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
306 FloatingPoint fp(0); in ReinterpretBits()
346 bool AlmostEquals(const FloatingPoint& rhs) const { in AlmostEquals()
402 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max()
404 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max()
408 typedef FloatingPoint<float> Float;
409 typedef FloatingPoint<double> Double;
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc197 TEST(KindOfTest, FloatingPoint) { in TEST() argument
H A Dgmock-matchers_test.cc3244 typedef testing::internal::FloatingPoint<RawType> Floating;
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1703 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5005 FloatingPoint, enumerator
5027 return IsSoftFloatABI ? ArgKind::GeneralPurpose : ArgKind::FloatingPoint; in classifyArgument()
5078 if (AK == ArgKind::FloatingPoint && FpOffset >= SystemZFpEndOffset) in visitCallBase()
5108 case ArgKind::FloatingPoint: { in visitCallBase()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2125 const FloatingPoint<FloatType> actual(value), expected(expected_);
2164 if (FloatingPoint<FloatType>(expected_).is_nan()) {
2183 if (FloatingPoint<FloatType>(expected_).is_nan()) {
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc242 using testing::internal::FloatingPoint;
2709 typedef typename testing::internal::FloatingPoint<RawType> Floating;
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc1444 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp11397 template <typename FloatingPoint>
11398 void write(std::ostream& out, FloatingPoint num) { in write()
11400 << std::setprecision(std::numeric_limits<FloatingPoint>::max_digits10 - 1) in write()