Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h75 FloatingPoint = ARM64_Flag | 0x00000004, enumerator
76 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
H A DRegisterContextMinidump_ARM.h84 FloatingPoint = ARM_Flag | 0x00000004, enumerator
85 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ FloatingPoint)
H A DRegisterContextMinidump_x86_32.h123 FloatingPoint = x86_32_Flag | 0x00000008, enumerator
129 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
H A DRegisterContextMinidump_x86_64.h169 FloatingPoint = x86_64_Flag | 0x00000008, enumerator
173 Full = Control | Integer | FloatingPoint,
/freebsd-12.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-12.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-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1703 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
/freebsd-12.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-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc242 using testing::internal::FloatingPoint;
2709 typedef typename testing::internal::FloatingPoint<RawType> Floating;
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc1444 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()