OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbl_epsilon
(Results
1 - 25
of
170
) sorted by null
1
2
3
4
5
6
7
/external/curl/tests/libtest/
lib573.c
42
double
dbl_epsilon
;
local
44
dbl_epsilon
= 1.0;
46
dbl_epsilon
/= 2.0;
47
} while ((double)(1.0 + (
dbl_epsilon
/2.0)) > (double)1.0);
97
if (connect_time <
dbl_epsilon
) {
/bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c
44
/* We need that
DBL_EPSILON
^2/128 is larger than FOUR_SQRT_MIN. */
53
RECIP_EPSILON = 1 /
DBL_EPSILON
,
177
if (y == 1 && x <
DBL_EPSILON
*
DBL_EPSILON
/ 128) {
183
} else if (x >=
DBL_EPSILON
* fabs(y - 1)) {
186
* x >=
DBL_EPSILON
^2/128 >= FOUR_SQRT_MIN
215
*sqrt_A2my2 = A * (2 /
DBL_EPSILON
);
216
*new_y = y * (2 /
DBL_EPSILON
);
230
if (y == 1 && x <
DBL_EPSILON
/ 128) {
236
} else if (x >=
DBL_EPSILON
* fabs(y - 1))
[
all
...]
/external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp
118
#ifndef
DBL_EPSILON
119
#error
DBL_EPSILON
not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp
118
#ifndef
DBL_EPSILON
119
#error
DBL_EPSILON
not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
cfloat.pass.cpp
118
#ifndef
DBL_EPSILON
119
#error
DBL_EPSILON
not defined
/external/libcxx/include/
cfloat
54
DBL_EPSILON
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cfloat
54
DBL_EPSILON
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cfloat
54
DBL_EPSILON
/external/clang/lib/Headers/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
float_h.pass.cpp
126
#ifndef
DBL_EPSILON
127
#error
DBL_EPSILON
not defined
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/prebuilts/sdk/renderscript/clang-include/
float.h
62
# undef
DBL_EPSILON
111
#define
DBL_EPSILON
__DBL_EPSILON__
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp
52
test<double>(
DBL_EPSILON
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp
52
test<double>(
DBL_EPSILON
);
Completed in 1156 milliseconds
1
2
3
4
5
6
7