HomeSort by relevance Sort by last modified time
    Searched refs:DBL_EPSILON (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 78 #define DBL_EPSILON 2.2204460492503131E-16
93 #define LDBL_EPSILON DBL_EPSILON
  /external/protobuf/src/google/protobuf/stubs/
mathlimits.cc 101 // max(DBL_EPSILON * DBL_EPSILON, kEpsilon) rather than a multiple of kEpsilon.
114 32 * (DBL_EPSILON * DBL_EPSILON > MathLimits<Type>::kEpsilon \
115 ? DBL_EPSILON * DBL_EPSILON : MathLimits<Type>::kEpsilon); \
  /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
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
float_h.pass.cpp 118 #ifndef DBL_EPSILON
119 #error DBL_EPSILON not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 118 #ifndef DBL_EPSILON
119 #error DBL_EPSILON not defined
  /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/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp 52 test<double>(DBL_EPSILON);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp 52 test<double>(DBL_EPSILON);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp 52 test<double>(DBL_EPSILON);
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
float.h 62 # undef DBL_EPSILON
111 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
float.h 62 # undef DBL_EPSILON
111 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 114 #undef DBL_EPSILON
117 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 114 #undef DBL_EPSILON
117 #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/ndk/r11/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
  /external/skia/src/pathops/
SkLineParameters.h 57 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a)
66 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a)
105 fA = DBL_EPSILON;
  /external/clang/lib/Headers/
float.h 64 # undef DBL_EPSILON
118 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
float.h 64 # undef DBL_EPSILON
118 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
float.h 64 # undef DBL_EPSILON
118 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 64 # undef DBL_EPSILON
118 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
float.h 64 # undef DBL_EPSILON
118 #define DBL_EPSILON __DBL_EPSILON__
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
float.h 64 # undef DBL_EPSILON
118 #define DBL_EPSILON __DBL_EPSILON__

Completed in 601 milliseconds

1 2 3 4 5