/third_party/musl/arch/m68k/bits/ |
D | float.h | 14 #define LDBL_DIG 18 macro 33 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/sh/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | float.h | 12 #define LDBL_DIG 33 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/mips64/bits/ |
D | float.h | 12 #define LDBL_DIG 33 macro
|
/third_party/musl/arch/or1k/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | float.h | 12 #define LDBL_DIG 33 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/arm/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | float.h | 12 #define LDBL_DIG 33 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/s390x/bits/ |
D | float.h | 12 #define LDBL_DIG 33 macro
|
/third_party/musl/arch/mips/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | float.h | 12 #define LDBL_DIG 15 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | float.h | 16 #define LDBL_DIG 18 macro
|
/third_party/musl/arch/x32/bits/ |
D | float.h | 16 #define LDBL_DIG 18 macro
|
/third_party/musl/arch/i386/bits/ |
D | float.h | 16 #define LDBL_DIG 18 macro
|
/third_party/musl/libc-test/src/api/ |
D | float.c | 16 C(LDBL_DIG) in f()
|
/third_party/boost/libs/config/test/ |
D | math_info.cpp | 339 PRINT_EXPRESSION(LDBL_DIG); in main()
|
/third_party/glib/glib/gnulib/ |
D | vasnprintf.c | 1672 (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/ |
D | vasnprintf.c | 1729 (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/ |
D | vasnprintf.c | 1729 (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()
|