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

12

/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/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h256 class FloatingPoint { class in namespace:testing::internal
298 // Constructs a FloatingPoint from a raw floating-point number.
304 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
312 FloatingPoint fp(0);
349 bool AlmostEquals(const FloatingPoint& rhs) const {
402 // Typedefs the instances of the FloatingPoint template class that we
404 typedef FloatingPoint<float> Float;
405 typedef FloatingPoint<double> Double;
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h335 class FloatingPoint { class in namespace:testing::internal
377 // Constructs a FloatingPoint from a raw floating-point number.
383 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
391 FloatingPoint fp(0);
428 bool AlmostEquals(const FloatingPoint& rhs) const {
481 // Typedefs the instances of the FloatingPoint template class that we
483 typedef FloatingPoint<float> Float;
484 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/eigen/test/eigen2/
H A Dproduct.h28 typedef typename NumTraits<Scalar>::FloatingPoint FloatingPoint; typedef
/external/eigen/Eigen/src/Core/
H A DNumTraits.h84 typedef NonInteger FloatingPoint;
/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/chromium_org/third_party/mesa/src/src/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/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/libvpx/libvpx/third_party/googletest/src/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.h345 class FloatingPoint { class in namespace:testing::internal
387 // Constructs a FloatingPoint from a raw floating-point number.
393 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
401 FloatingPoint fp(0);
438 bool AlmostEquals(const FloatingPoint& rhs) const {
491 // Typedefs the instances of the FloatingPoint template class that we
493 typedef FloatingPoint<float> Float;
494 typedef FloatingPoint<double> Double;
/external/mesa3d/src/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/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h850 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1075 // FloatingPoint template class in gtest-internal.h if you are
H A Dgtest.cc922 const FloatingPoint<RawType> lhs(val1), rhs(val2);
/external/chromium/testing/gmock/test/
H A Dgmock-internal-utils_test.cc153 TEST(KindOfTest, FloatingPoint) {
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1530 const FloatingPoint<FloatType> lhs(value), rhs(rhs_);
1546 if (FloatingPoint<FloatType>(rhs_).is_nan()) {
1562 if (FloatingPoint<FloatType>(rhs_).is_nan()) {
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1558 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1948 // FloatingPoint template class in gtest-internal.h if you are
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1645 const FloatingPoint<RawType> lhs(expected), rhs(actual);
2029 // FloatingPoint template class in gtest-internal.h if you are
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1558 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1948 // FloatingPoint template class in gtest-internal.h if you are
/external/gtest/include/gtest/
H A Dgtest.h1558 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1948 // FloatingPoint template class in gtest-internal.h if you are
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1558 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1948 // FloatingPoint template class in gtest-internal.h if you are
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1560 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1950 // FloatingPoint template class in gtest-internal.h if you are
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1558 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1948 // FloatingPoint template class in gtest-internal.h if you are
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h1499 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1829 // FloatingPoint template class in gtest-internal.h if you are
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1417 const FloatingPoint<RawType> lhs(expected), rhs(actual);
1745 // FloatingPoint template class in gtest-internal.h if you are

Completed in 316 milliseconds

12