HomeSort by relevance Sort by last modified time
    Searched refs:LDBL_EPSILON (Results 1 - 18 of 18) sorted by null

  /external/libffi/testsuite/libffi.call/
float2.c 48 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON);
52 if (ld - ldblit(f) < LDBL_EPSILON)
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float2.c 48 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON);
52 if (ld - ldblit(f) < LDBL_EPSILON)
  /device/linaro/bootloader/edk2/StdLib/Include/x86/
float.h 21 #define LDBL_EPSILON 1.0842021724855044340E-19L
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
float.h 36 #define LDBL_EPSILON 1.0842021724855044340E-19L
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
float.h 8 #define LDBL_EPSILON 1.0842021724855044340E-19L
  /bionic/tests/
float_test.cpp 52 #if !defined(LDBL_EPSILON)
53 #error LDBL_EPSILON
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrigl.c 70 RECIP_EPSILON = 1 / LDBL_EPSILON,
123 if (y == 1 && x < LDBL_EPSILON * LDBL_EPSILON / 128) {
125 } else if (x >= LDBL_EPSILON * fabsl(y - 1)) {
141 *sqrt_A2my2 = A * (2 / LDBL_EPSILON);
142 *new_y = y * (2 / LDBL_EPSILON);
151 if (y == 1 && x < LDBL_EPSILON / 128) {
153 } else if (x >= LDBL_EPSILON * fabsl(y - 1)) {
157 *sqrt_A2my2 = x * (4 / LDBL_EPSILON / LDBL_EPSILON) * y
    [all...]
  /bionic/tests/headers/posix/
float_h.c 63 MACRO(LDBL_EPSILON);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 93 #define LDBL_EPSILON DBL_EPSILON
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
epsilon.pass.cpp 58 test<long double>(LDBL_EPSILON);
  /external/clang/lib/Headers/
float.h 65 # undef LDBL_EPSILON
119 #define LDBL_EPSILON __LDBL_EPSILON__
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 152 #ifndef LDBL_EPSILON
153 #error LDBL_EPSILON not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 152 #ifndef LDBL_EPSILON
153 #error LDBL_EPSILON not defined
  /external/libcxx/include/support/win32/
limits_msvc_win32.h 63 #define __LDBL_EPSILON__ LDBL_EPSILON
  /external/libcxx/include/support/ibm/
limits.h 86 #define __LDBL_EPSILON__ LDBL_EPSILON
  /external/libxml2/
trio.c 305 # undef LDBL_EPSILON
308 # define LDBL_EPSILON DBL_EPSILON
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c     [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 1534 milliseconds