| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.h | 73 FloatingPoint = ARM64_Flag | 0x00000004, enumerator 74 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
|
| H A D | RegisterContextMinidump_ARM.h | 89 FloatingPoint = ARM_Flag | 0x00000004, enumerator 90 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
|
| H A D | RegisterContextMinidump_x86_32.h | 122 FloatingPoint = x86_32_Flag | 0x00000008, enumerator 128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
|
| H A D | RegisterContextMinidump_x86_64.h | 168 FloatingPoint = x86_64_Flag | 0x00000008, enumerator 172 Full = Control | Integer | FloatingPoint,
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.h | 66 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 D | MipsRegisterBankInfo.cpp | 300 setTypes(MI, InstType::FloatingPoint); in visit() 356 setTypes(MI, InstType::FloatingPoint); in setTypes()
|
| /freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 245 class FloatingPoint { 287 // Constructs a FloatingPoint from a raw floating-point number. 293 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } 301 FloatingPoint fp(0); in ReinterpretBits() 336 bool AlmostEquals(const FloatingPoint& rhs) const { 389 // Typedefs the instances of the FloatingPoint template class that we 391 typedef FloatingPoint<float> Float; 392 typedef FloatingPoint<double> Double; 294 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } FloatingPoint() function
|
| /freebsd-src/contrib/googletest/googlemock/test/ |
| H A D | gmock-internal-utils_test.cc | 177 TEST(KindOfTest, FloatingPoint) { in TEST() argument
|
| H A D | gmock-matchers-arithmetic_test.cc | 1020 typedef testing::internal::FloatingPoint<RawType> Floating;
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 507 minidump::RegisterContextMinidump_ARM64::Flags::FloatingPoint); in AddThreadList()
|
| /freebsd-src/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1585 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ() 1982 // FloatingPoint template class in gtest-internal.h if you are
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 5733 FloatingPoint, in finalizeInstrumentation() 5756 return IsSoftFloatABI ? ArgKind::GeneralPurpose : ArgKind::FloatingPoint; 5801 if (AK == ArgKind::FloatingPoint && FpOffset >= SystemZFpEndOffset) 5831 case ArgKind::FloatingPoint: { 5470 FloatingPoint, global() enumerator
|
| /freebsd-src/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 1681 const FloatingPoint<FloatType> actual(value), expected(expected_); 1720 if (FloatingPoint<FloatType>(expected_).is_nan()) { 1739 if (FloatingPoint<FloatType>(expected_).is_nan()) {
|
| /freebsd-src/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 242 using testing::internal::FloatingPoint; 2761 typedef typename testing::internal::FloatingPoint<RawType> Floating; in SetUp()
|
| /freebsd-src/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1713 const FloatingPoint<RawType> lhs(val1), rhs(val2);
|
| /freebsd-src/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 11397 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()
|