Searched defs:FloatingPoint (Results 1 - 1 of 1) sorted by relevance

/external/gtest/include/gtest/internal/
H A Dgtest-internal.h338 class FloatingPoint { class in namespace:testing::internal
380 // Constructs a FloatingPoint from a raw floating-point number.
386 explicit FloatingPoint(const RawType& x) : value_(x) {} function in class:testing::internal::FloatingPoint
394 FloatingPoint fp(0);
431 bool AlmostEquals(const FloatingPoint& rhs) const {
480 // Typedefs the instances of the FloatingPoint template class that we
482 typedef FloatingPoint<float> Float;
483 typedef FloatingPoint<double> Double;

Completed in 12 milliseconds