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

/external/eigen/test/eigen2/
H A Dproduct.h28 typedef typename NumTraits<Scalar>::FloatingPoint FloatingPoint; typedef
/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_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h264 class FloatingPoint { class in namespace:testing::internal
306 // Constructs a FloatingPoint from a raw floating-point number.
312 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
320 FloatingPoint fp(0);
360 bool AlmostEquals(const FloatingPoint& rhs) const {
416 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
418 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
420 // Typedefs the instances of the FloatingPoint template class that we
422 typedef FloatingPoint<float> Float;
423 typedef FloatingPoint<doubl
[all...]
/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.h232 class FloatingPoint { class in namespace:testing::internal
274 // Constructs a FloatingPoint from a raw floating-point number.
280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
288 FloatingPoint fp(0);
328 bool AlmostEquals(const FloatingPoint& rhs) const {
384 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
386 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
388 // Typedefs the instances of the FloatingPoint template class that we
390 typedef FloatingPoint<float> Float;
391 typedef FloatingPoint<doubl
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h346 class FloatingPoint { class in namespace:testing::internal
388 // Constructs a FloatingPoint from a raw floating-point number.
394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
402 FloatingPoint fp(0);
439 bool AlmostEquals(const FloatingPoint& rhs) const {
492 // Typedefs the instances of the FloatingPoint template class that we
494 typedef FloatingPoint<float> Float;
495 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_org/third_party/libvpx/source/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...]
/external/libvpx/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...]

Completed in 2501 milliseconds