Searched defs:FloatingPoint (Results 1 - 12 of 12) 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/google-breakpad/src/testing/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/vulkan-validation-layers/tests/gtest-1.7.0/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6726 class FloatingPoint { class in namespace:testing::internal
6768 // Constructs a FloatingPoint from a raw floating-point number.
6774 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
6782 FloatingPoint fp(0);
6819 bool AlmostEquals(const FloatingPoint& rhs) const {
6872 // Typedefs the instances of the FloatingPoint template class that we
6874 typedef FloatingPoint<float> Float;
6875 typedef FloatingPoint<double> Double;
17080 const FloatingPoint<RawType> lhs(expected), rhs(actual);
17789 // FloatingPoint templat
[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...]
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h7253 class FloatingPoint { class in namespace:testing::internal
7295 // Constructs a FloatingPoint from a raw floating-point number.
7301 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
7309 FloatingPoint fp(0);
7349 bool AlmostEquals(const FloatingPoint& rhs) const {
7405 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
7407 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
7409 // Typedefs the instances of the FloatingPoint template class that we
7411 typedef FloatingPoint<float> Float;
7412 typedef FloatingPoint<doubl
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7193 class FloatingPoint { class in namespace:testing::internal
7235 // Constructs a FloatingPoint from a raw floating-point number.
7241 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } function in class:testing::internal::FloatingPoint
7249 FloatingPoint fp(0);
7289 bool AlmostEquals(const FloatingPoint& rhs) const {
7345 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
7347 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
7349 // Typedefs the instances of the FloatingPoint template class that we
7351 typedef FloatingPoint<float> Float;
7352 typedef FloatingPoint<doubl
[all...]
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 321 milliseconds