Searched refs:FloatingPoint (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.h | 75 FloatingPoint = ARM64_Flag | 0x00000004, enumerator 76 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
|
| H A D | RegisterContextMinidump_ARM.h | 84 FloatingPoint = ARM_Flag | 0x00000004, enumerator 85 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
|
| H A D | RegisterContextMinidump_x86_32.h | 123 FloatingPoint = x86_32_Flag | 0x00000008, enumerator 129 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
|
| H A D | RegisterContextMinidump_x86_64.h | 169 FloatingPoint = x86_64_Flag | 0x00000008, enumerator 173 Full = Control | Integer | FloatingPoint,
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 250 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-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-internal-utils_test.cc | 197 TEST(KindOfTest, FloatingPoint) { in TEST() argument
|
| H A D | gmock-matchers_test.cc | 3244 typedef testing::internal::FloatingPoint<RawType> Floating;
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1703 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2125 const FloatingPoint<FloatType> actual(value), expected(expected_); 2164 if (FloatingPoint<FloatType>(expected_).is_nan()) { 2183 if (FloatingPoint<FloatType>(expected_).is_nan()) {
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 242 using testing::internal::FloatingPoint; 2709 typedef typename testing::internal::FloatingPoint<RawType> Floating;
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1444 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()
|