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

  /external/eigen/test/eigen2/
product.h 28 typedef typename NumTraits<Scalar>::FloatingPoint FloatingPoint;
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 320 class FloatingPoint {
362 // Constructs a FloatingPoint from a raw floating-point number.
368 explicit FloatingPoint(const RawType& x) : value_(x) {}
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/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 335 class FloatingPoint {
377 // Constructs a FloatingPoint from a raw floating-point number.
383 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 333 class FloatingPoint {
375 // Constructs a FloatingPoint from a raw floating-point number.
381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 311 class FloatingPoint {
353 // Constructs a FloatingPoint from a raw floating-point number.
359 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 256 class FloatingPoint {
298 // Constructs a FloatingPoint from a raw floating-point number.
304 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [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 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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 345 class FloatingPoint {
387 // Constructs a FloatingPoint from a raw floating-point number.
393 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
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;
    [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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 231 class FloatingPoint {
273 // Constructs a FloatingPoint from a raw floating-point number.
279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
287 FloatingPoint fp(0);
324 bool AlmostEquals(const FloatingPoint& rhs) const {
377 // Typedefs the instances of the FloatingPoint template class that we
379 typedef FloatingPoint<float> Float;
380 typedef FloatingPoint<double> Double;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1356 milliseconds