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

  /external/google-breakpad/src/testing/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/googletest/googletest/include/gtest/internal/
gtest-internal.h 239 class FloatingPoint {
281 // Constructs a FloatingPoint from a raw floating-point number.
287 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
295 FloatingPoint fp(0);
335 bool AlmostEquals(const FloatingPoint& rhs) const {
391 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
393 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
395 // Typedefs the instances of the FloatingPoint template class that we
397 typedef FloatingPoint<float> Float;
398 typedef FloatingPoint<double> Double
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-internal.h 262 class FloatingPoint {
304 // Constructs a FloatingPoint from a raw floating-point number.
310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
318 FloatingPoint fp(0);
358 bool AlmostEquals(const FloatingPoint& rhs) const {
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
416 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
418 // Typedefs the instances of the FloatingPoint template class that we
420 typedef FloatingPoint<float> Float;
421 typedef FloatingPoint<double> Double
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 250 class FloatingPoint {
292 // Constructs a FloatingPoint from a raw floating-point number.
298 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
306 FloatingPoint fp(0);
346 bool AlmostEquals(const FloatingPoint& rhs) const {
402 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
404 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
406 // Typedefs the instances of the FloatingPoint template class that we
408 typedef FloatingPoint<float> Float;
409 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 262 class FloatingPoint {
304 // Constructs a FloatingPoint from a raw floating-point number.
310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
318 FloatingPoint fp(0);
358 bool AlmostEquals(const FloatingPoint& rhs) const {
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
416 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
418 // Typedefs the instances of the FloatingPoint template class that we
420 typedef FloatingPoint<float> Float;
421 typedef FloatingPoint<double> Double
    [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 262 class FloatingPoint {
304 // Constructs a FloatingPoint from a raw floating-point number.
310 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
318 FloatingPoint fp(0);
358 bool AlmostEquals(const FloatingPoint& rhs) const {
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
416 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
418 // Typedefs the instances of the FloatingPoint template class that we
420 typedef FloatingPoint<float> Float;
421 typedef FloatingPoint<double> Double
    [all...]
  /external/golang-protobuf/proto/test_proto/
test.pb.go     [all...]
  /external/epid-sdk/ext/gtest/
gtest.h     [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 439 milliseconds