/third_party/musl/arch/m68k/bits/ |
D | float.h | 8 #define LDBL_EPSILON 1.0842021724855044340e-19L macro 27 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/libffi/testsuite/libffi.call/ |
D | float2.c | 50 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON); in main() 55 if (((ld > original) ? (ld - original) : (original - ld)) < LDBL_EPSILON) in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
D | nanl.c | 29 if (fabsl(ret - NAN) > LDBL_EPSILON) { in nanl_0100()
|
/third_party/musl/arch/sh/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/riscv64/bits/ |
D | float.h | 6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/mips64/bits/ |
D | float.h | 6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
|
/third_party/musl/arch/or1k/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | float.h | 6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/arm/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/aarch64/bits/ |
D | float.h | 6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/microblaze/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/s390x/bits/ |
D | float.h | 6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
|
/third_party/musl/arch/mips/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/powerpc/bits/ |
D | float.h | 6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
|
/third_party/musl/arch/x86_64/bits/ |
D | float.h | 10 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
|
/third_party/musl/arch/x32/bits/ |
D | float.h | 10 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
|
/third_party/musl/arch/i386/bits/ |
D | float.h | 10 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
|
/third_party/boost/boost/container_hash/detail/ |
D | limits.hpp | 40 return LDBL_EPSILON; in epsilon()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | rintl.c | 10 static const long double toint = 1/LDBL_EPSILON;
|
/third_party/musl/src/math/ |
D | rint.c | 8 #define EPS LDBL_EPSILON
|