Home
last modified time | relevance | path

Searched refs:kMaxUlps (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/fenv/jni/
Dtest_fenv.c42 const int kMaxUlps = 4; variable
62 return abs(ix - iy) <= kMaxUlps; in float_eq()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h271 static const size_t kMaxUlps = 4; variable
330 <= kMaxUlps; in AlmostEquals()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc2694 const size_t max_ulps = Floating::kMaxUlps; in SetUp()