Home
last modified time | relevance | path

Searched refs:LDBL_DIG (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/arch/m68k/bits/
Dfloat.h14 #define LDBL_DIG 18 macro
33 #define LDBL_DIG 15 macro
/third_party/musl/arch/sh/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/riscv64/bits/
Dfloat.h12 #define LDBL_DIG 33 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/powerpc64/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/mips64/bits/
Dfloat.h12 #define LDBL_DIG 33 macro
/third_party/musl/arch/or1k/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/mipsn32/bits/
Dfloat.h12 #define LDBL_DIG 33 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/arm/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/aarch64/bits/
Dfloat.h12 #define LDBL_DIG 33 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/microblaze/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/s390x/bits/
Dfloat.h12 #define LDBL_DIG 33 macro
/third_party/musl/arch/mips/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/powerpc/bits/
Dfloat.h12 #define LDBL_DIG 15 macro
/third_party/musl/arch/x86_64/bits/
Dfloat.h16 #define LDBL_DIG 18 macro
/third_party/musl/arch/x32/bits/
Dfloat.h16 #define LDBL_DIG 18 macro
/third_party/musl/arch/i386/bits/
Dfloat.h16 #define LDBL_DIG 18 macro
/third_party/musl/libc-test/src/api/
Dfloat.c16 C(LDBL_DIG) in f()
/third_party/boost/libs/config/test/
Dmath_info.cpp339 PRINT_EXPRESSION(LDBL_DIG); in main()
/third_party/glib/glib/gnulib/
Dvasnprintf.c1672 (unsigned int) (LDBL_DIG in MAX_ROOM_NEEDED()
3017 (unsigned int) ((LDBL_DIG + 1) in VASNPRINTF()
3115 && precision < (unsigned int) ((LDBL_DIG + 1) * 0.831) + 1) in VASNPRINTF()
3529 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); in VASNPRINTF()
3531 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); in VASNPRINTF()
3533 tmp_length = LDBL_DIG + 1; in VASNPRINTF()
/third_party/gettext/gettext-runtime/intl/
Dvasnprintf.c1729 (unsigned int) (LDBL_DIG in MAX_ROOM_NEEDED()
3262 (unsigned int) ((LDBL_DIG + 1) in VASNPRINTF()
3360 && precision < (unsigned int) ((LDBL_DIG + 1) * 0.831) + 1) in VASNPRINTF()
3774 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); in VASNPRINTF()
3776 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); in VASNPRINTF()
3778 tmp_length = LDBL_DIG + 1; in VASNPRINTF()
/third_party/gettext/gettext-runtime/libasprintf/
Dvasnprintf.c1729 (unsigned int) (LDBL_DIG in MAX_ROOM_NEEDED()
3262 (unsigned int) ((LDBL_DIG + 1) in VASNPRINTF()
3360 && precision < (unsigned int) ((LDBL_DIG + 1) * 0.831) + 1) in VASNPRINTF()
3774 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); in VASNPRINTF()
3776 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); in VASNPRINTF()
3778 tmp_length = LDBL_DIG + 1; in VASNPRINTF()

12