HomeSort by relevance Sort by last modified time
    Searched defs:FloatingPoint (Results 1 - 8 of 8) sorted by null

  /external/eigen/test/eigen2/
product.h 28 typedef typename NumTraits<Scalar>::FloatingPoint FloatingPoint;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 264 class FloatingPoint {
306 // Constructs a FloatingPoint from a raw floating-point number.
312 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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<double> Double
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 317 class FloatingPoint {
359 // Constructs a FloatingPoint from a raw floating-point number.
365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 232 class FloatingPoint {
274 // Constructs a FloatingPoint from a raw floating-point number.
280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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<double> Double
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 346 class FloatingPoint {
388 // Constructs a FloatingPoint from a raw floating-point number.
394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 317 class FloatingPoint {
359 // Constructs a FloatingPoint from a raw floating-point number.
365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 124 milliseconds