Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h73 FloatingPoint = ARM64_Flag | 0x00000004, enumerator
74 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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h66 FloatingPoint, enumerator
102 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
108 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
H A DMipsRegisterBankInfo.cpp319 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs()
375 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h246 class FloatingPoint {
294 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
302 FloatingPoint fp(0); in ReinterpretBits()
337 bool AlmostEquals(const FloatingPoint& rhs) const { in AlmostEquals()
392 typedef FloatingPoint<float> Float;
393 typedef FloatingPoint<double> Double;
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc177 TEST(KindOfTest, FloatingPoint) { in TEST() argument
H A Dgmock-matchers-arithmetic_test.cc1020 typedef testing::internal::FloatingPoint<RawType> Floating;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp408 minidump::RegisterContextMinidump_ARM64::Flags::FloatingPoint); in GetThreadContext_ARM64()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1570 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5470 FloatingPoint, enumerator
5493 return IsSoftFloatABI ? ArgKind::GeneralPurpose : ArgKind::FloatingPoint; in classifyArgument()
5538 if (AK == ArgKind::FloatingPoint && FpOffset >= SystemZFpEndOffset) in visitCallBase()
5568 case ArgKind::FloatingPoint: { in visitCallBase()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1681 const FloatingPoint<FloatType> actual(value), expected(expected_);
1720 if (FloatingPoint<FloatType>(expected_).is_nan()) {
1739 if (FloatingPoint<FloatType>(expected_).is_nan()) {
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc242 using testing::internal::FloatingPoint;
2757 typedef typename testing::internal::FloatingPoint<RawType> Floating;
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1687 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()
/freebsd/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()