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

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h320 class FloatingPoint { class in namespace:testing::internal
362 // Constructs a FloatingPoint from a raw floating-point number.
368 explicit FloatingPoint(const RawType& x) : value_(x) {} function in class:testing::internal::FloatingPoint
376 FloatingPoint fp(0);
413 bool AlmostEquals(const FloatingPoint& rhs) const {
462 // Typedefs the instances of the FloatingPoint template class that we
464 typedef FloatingPoint<float> Float;
465 typedef FloatingPoint<double> Double;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h333 class FloatingPoint { class in namespace:testing::internal
375 // Constructs a FloatingPoint from a raw floating-point number.
381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
389 FloatingPoint fp(0);
426 bool AlmostEquals(const FloatingPoint& rhs) const {
479 // Typedefs the instances of the FloatingPoint template class that we
481 typedef FloatingPoint<float> Float;
482 typedef FloatingPoint<double> Double;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h311 class FloatingPoint { class in namespace:testing::internal
353 // Constructs a FloatingPoint from a raw floating-point number.
359 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
367 FloatingPoint fp(0);
404 bool AlmostEquals(const FloatingPoint& rhs) const {
457 // Typedefs the instances of the FloatingPoint template class that we
459 typedef FloatingPoint<float> Float;
460 typedef FloatingPoint<double> Double;
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h317 class FloatingPoint { class in namespace:testing::internal
359 // Constructs a FloatingPoint from a raw floating-point number.
365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
373 FloatingPoint fp(0);
410 bool AlmostEquals(const FloatingPoint& rhs) const {
463 // Typedefs the instances of the FloatingPoint template class that we
465 typedef FloatingPoint<float> Float;
466 typedef FloatingPoint<double> Double;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h337 class FloatingPoint { class in namespace:testing::internal
379 // Constructs a FloatingPoint from a raw floating-point number.
385 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
393 FloatingPoint fp(0);
430 bool AlmostEquals(const FloatingPoint& rhs) const {
483 // Typedefs the instances of the FloatingPoint template class that we
485 typedef FloatingPoint<float> Float;
486 typedef FloatingPoint<double> Double;

Completed in 84 milliseconds