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

  /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/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/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 337 class FloatingPoint {
379 // Constructs a FloatingPoint from a raw floating-point number.
385 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
393 FloatingPoint fp(0);
430 bool AlmostEquals(const FloatingPoint& rhs) const {
483 // Typedefs the instances of the FloatingPoint template class that we
485 typedef FloatingPoint<float> Float;
486 typedef FloatingPoint<double> Double;
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 78 milliseconds