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

  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 80 static const size_t kMaxUlps = ULPs;
107 * Returns true iff this number is at most kMaxUlps ULP's away from ths.
120 return dist <= kMaxUlps;
  /external/skia/src/utils/
SkFloatUtils.h 80 static const size_t kMaxUlps = ULPs;
107 * Returns true iff this number is at most kMaxUlps ULP's away from ths.
120 return dist <= kMaxUlps;
  /ndk/tests/device/fenv/jni/
test_fenv.c 42 const int kMaxUlps = 4;
62 return abs(ix - iy) <= kMaxUlps;
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 373 static const size_t kMaxUlps = 4;
420 // Returns true iff this number is at most kMaxUlps ULP's away from
432 <= kMaxUlps;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 304 static const size_t kMaxUlps = 4;
354 // Returns true iff this number is at most kMaxUlps ULP's away from
366 <= kMaxUlps;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 357 static const size_t kMaxUlps = 4;
404 // Returns true iff this number is at most kMaxUlps ULP's away from
416 <= kMaxUlps;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 272 static const size_t kMaxUlps = 4;
322 // Returns true iff this number is at most kMaxUlps ULP's away from
334 <= kMaxUlps;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 386 static const size_t kMaxUlps = 4;
433 // Returns true iff this number is at most kMaxUlps ULP's away from
445 <= kMaxUlps;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 357 static const size_t kMaxUlps = 4;
404 // Returns true iff this number is at most kMaxUlps ULP's away from
416 <= kMaxUlps;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 271 static const size_t kMaxUlps = 4;
318 // Returns true iff this number is at most kMaxUlps ULP's away from
330 <= kMaxUlps;
    [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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 2671 milliseconds