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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7192 class FloatingPoint { class in namespace:testing::internal
7234 // Constructs a FloatingPoint from a raw floating-point number.
7240 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
7248 FloatingPoint fp(0);
7288 bool AlmostEquals(const FloatingPoint& rhs) const {
7344 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
7346 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
7348 // Typedefs the instances of the FloatingPoint template class that we
7350 typedef FloatingPoint<float> Float;
7351 typedef FloatingPoint<doubl
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2555 const FloatingPoint<RawType> lhs(val1), rhs(val2);

Completed in 75 milliseconds