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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 152 class FloatingPoint {
194 // Constructs a FloatingPoint from a raw floating-point number.
200 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
208 FloatingPoint fp(0);
248 bool AlmostEquals(const FloatingPoint& rhs) const {
304 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
306 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
308 // Typedefs the instances of the FloatingPoint template class that we
310 typedef FloatingPoint<float> Float;
311 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/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 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 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/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 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/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/v8/testing/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/golang-protobuf/proto/testdata/
test.pb.go 38 FloatingPoint
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 568 milliseconds