Searched refs:LDBL_EPSILON (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/tests/lib/libm/
H A Dt_precision.c61 y += LDBL_EPSILON;
64 ATF_CHECK(y == LDBL_EPSILON);
66 y += LDBL_EPSILON;
H A Dt_fmod.c59 ATF_CHECK(fabsl(fmodl(1.0, 0.1L) - 0.1L) <= 55 * LDBL_EPSILON);
H A Dt_hypot.c148 LDBL_MIN*(1 + LDBL_EPSILON),
149 LDBL_MIN*(1 + 2*LDBL_EPSILON),
151 LDBL_EPSILON/2,
152 LDBL_EPSILON,
153 2*LDBL_EPSILON,
154 1 - 3*LDBL_EPSILON/2,
155 1 - 2*LDBL_EPSILON/2,
156 1 - LDBL_EPSILON/2,
158 1 + LDBL_EPSILON,
159 1 + 2*LDBL_EPSILON,
[all...]
H A Dt_modf.c79 { 1 - LDBL_EPSILON/2, 0, 1 - LDBL_EPSILON/2 },
81 { 1 + LDBL_EPSILON, 1, LDBL_EPSILON },
83 { 0.5/LDBL_EPSILON - 0.5L, 0.5/LDBL_EPSILON - 1, 0.5 },
84 { 0.5/LDBL_EPSILON, 0.5/LDBL_EPSILON, 0 },
85 { 0.5/LDBL_EPSILON + 0.5L, 0.5/LDBL_EPSILON, 0.
[all...]
H A Dt_next.c91 CHECK(i, nexttoward, x[i], x[i]*(1 + LDBL_EPSILON),
115 CHECK(i, nexttoward, x[i], x[i]*(1 - LDBL_EPSILON/2),
173 CHECK(i, nexttowardf, x[i], x[i]*(1 + LDBL_EPSILON),
196 CHECK(i, nexttowardf, x[i], x[i]*(1 - LDBL_EPSILON/2),
758 [2] = LDBL_MIN*(1 + LDBL_EPSILON),
759 [3] = LDBL_MIN*(1 + 2*LDBL_EPSILON),
760 [4] = LDBL_MIN*(1 + 3*LDBL_EPSILON),
800 [0] = 1 - 3*LDBL_EPSILON/2,
801 [1] = 1 - 2*LDBL_EPSILON/2,
802 [2] = 1 - LDBL_EPSILON/
[all...]
H A Dt_round.c46 #define VALL (0.5 - LDBL_EPSILON)
H A Dt_cbrt.c285 const long double eps = 2*LDBL_EPSILON;
/netbsd-current/sys/arch/mips/include/
H A Dfloat.h43 #define LDBL_EPSILON __LDBL_EPSILON__ macro
56 #define LDBL_EPSILON 0x1p-112L macro
60 #define LDBL_EPSILON 1.9259299443872358530559779425849273E-34L macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfloat.in.h41 # undef LDBL_EPSILON macro
42 # define LDBL_EPSILON 1.0842021724855044340E-19L macro
74 # undef LDBL_EPSILON macro
75 # define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */ macro
159 On IRIX 6.5, with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_EPSILON
171 # undef LDBL_EPSILON macro
172 # define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfloat.in.h41 # undef LDBL_EPSILON macro
42 # define LDBL_EPSILON 1.0842021724855044340E-19L macro
74 # undef LDBL_EPSILON macro
75 # define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */ macro
165 On IRIX 6.5, with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_EPSILON
177 # undef LDBL_EPSILON macro
178 # define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dfloat.h31 #define LDBL_EPSILON __LDBL_EPSILON__ macro
41 #define LDBL_EPSILON 1.0842021724855044340E-19L macro
/netbsd-current/sys/arch/sparc/include/
H A Dfloat.h9 #define LDBL_EPSILON 1.925929944387235853055977942584927319E-34L macro
/netbsd-current/sys/arch/hppa/include/
H A Dfloat.h13 #define LDBL_EPSILON __LDBL_EPSILON__ macro
15 #define LDBL_EPSILON 1.925929944387235853055977942584927319E-34L macro
/netbsd-current/sys/arch/arm/include/
H A Dfloat.h45 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/netbsd-current/sys/arch/riscv/include/
H A Dfloat.h43 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/netbsd-current/sys/arch/or1k/include/
H A Dfloat.h43 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/netbsd-current/sys/arch/x86/include/
H A Dfloat.h32 #define LDBL_EPSILON 1.0842021724855044340E-19L macro
/netbsd-current/lib/libm/complex/
H A Dcatrigl.c108 RECIP_EPSILON = 1/LDBL_EPSILON,
149 if (y == 1 && x < LDBL_EPSILON*LDBL_EPSILON/128) {
151 } else if (x >= LDBL_EPSILON * fabsl(y-1)) {
166 *sqrt_A2my2 = A * (2 / LDBL_EPSILON);
167 *new_y= y * (2 / LDBL_EPSILON);
176 if (y == 1 && x < LDBL_EPSILON/128) {
178 } else if (x >= LDBL_EPSILON * fabsl(y-1)) {
182 *sqrt_A2my2 = x * (4/LDBL_EPSILON/LDBL_EPSILON) *
[all...]
/netbsd-current/sys/arch/vax/include/
H A Dfloat.h79 #define LDBL_EPSILON DBL_EPSILON macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dfloat.h63 # undef LDBL_EPSILON macro
120 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlimits_msvc_win32.h62 #define __LDBL_EPSILON__ LDBL_EPSILON
/netbsd-current/sys/sys/
H A Dfloat_ieee754.h137 #define LDBL_EPSILON DBL_EPSILON macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlimits.h85 #define __LDBL_EPSILON__ LDBL_EPSILON
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dfloat.h112 #undef LDBL_EPSILON macro
115 #define LDBL_EPSILON __LDBL_EPSILON__ macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dfloat.h112 #undef LDBL_EPSILON macro
115 #define LDBL_EPSILON __LDBL_EPSILON__ macro

Completed in 287 milliseconds