Searched refs:FloatingPoint (Results 1 – 4 of 4) sorted by relevance
231 class FloatingPoint {279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function287 FloatingPoint fp(0); in ReinterpretBits()324 bool AlmostEquals(const FloatingPoint& rhs) const { in AlmostEquals()379 typedef FloatingPoint<float> Float;380 typedef FloatingPoint<double> Double;
1659 const FloatingPoint<RawType> lhs(expected), rhs(actual); in CmpHelperFloatingPointEQ()
248 using testing::internal::FloatingPoint;2690 typedef typename testing::internal::FloatingPoint<RawType> Floating;
1056 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()