OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxUlps
(Results
1 - 14
of
14
) 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/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h
360
static const size_t
kMaxUlps
= 4;
407
// Returns true iff this number is at most
kMaxUlps
ULP's away from
418
return DistanceBetweenSignAndMagnitudeNumbers(bits_, rhs.bits_) <=
kMaxUlps
;
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h
375
static const size_t
kMaxUlps
= 4;
422
// Returns true iff this number is at most
kMaxUlps
ULP's away from
434
<=
kMaxUlps
;
[
all
...]
/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/testing/gtest/include/gtest/internal/
gtest-internal.h
351
static const size_t
kMaxUlps
= 4;
398
// Returns true iff this number is at most
kMaxUlps
ULP's away from
410
<=
kMaxUlps
;
[
all
...]
/external/chromium_org/testing/gtest/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/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
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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
385
static const size_t
kMaxUlps
= 4;
432
// Returns true iff this number is at most
kMaxUlps
ULP's away from
444
<=
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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
Completed in 217 milliseconds