Home
last modified time | relevance | path

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

123

/third_party/musl/arch/m68k/bits/
Dfloat.h8 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
27 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/libffi/testsuite/libffi.call/
Dfloat2.c50 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/
Dnanl.c29 if (fabsl(ret - NAN) > LDBL_EPSILON) { in nanl_0100()
/third_party/musl/arch/sh/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/riscv64/bits/
Dfloat.h6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/powerpc64/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/mips64/bits/
Dfloat.h6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
/third_party/musl/arch/or1k/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/mipsn32/bits/
Dfloat.h6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/arm/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/aarch64/bits/
Dfloat.h6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/microblaze/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/s390x/bits/
Dfloat.h6 #define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L macro
/third_party/musl/arch/mips/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/powerpc/bits/
Dfloat.h6 #define LDBL_EPSILON 2.22044604925031308085e-16L macro
/third_party/musl/arch/x86_64/bits/
Dfloat.h10 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
/third_party/musl/arch/x32/bits/
Dfloat.h10 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
/third_party/musl/arch/i386/bits/
Dfloat.h10 #define LDBL_EPSILON 1.0842021724855044340e-19L macro
/third_party/boost/boost/container_hash/detail/
Dlimits.hpp40 return LDBL_EPSILON; in epsilon()
/third_party/musl/porting/liteos_a/kernel/src/math/
Drintl.c10 static const long double toint = 1/LDBL_EPSILON;
/third_party/musl/src/math/
Drint.c8 #define EPS LDBL_EPSILON

123