Searched refs:wcstold (Results 1 – 25 of 63) sorted by relevance
123
/glibc-2.36/stdlib/ |
D | strtold.c | 53 # define STRTOF NEW (wcstold) 65 long_double_symbol (libc, __new_wcstold, wcstold); 79 weak_alias (NEW (wcstold), wcstof128) 89 weak_alias (NEW (wcstold), wcstof64x)
|
D | strtod.c | 91 compat_symbol (libc, wcstod, wcstold, GLIBC_2_0);
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-wcstold.c | 1 #define wcstold wcstold_XXX macro 3 #undef wcstold 7 wcstold (const wchar_t *nptr, wchar_t **endptr) in wcstold() function
|
D | Versions | 15 strtold; __strtold_internal; wcstold; __wcstold_internal;
|
D | Makefile | 28 strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
|
/glibc-2.36/wcsmbs/bits/ |
D | wchar-ldbl.h | 51 __LDBL_REDIR1_DECL (wcstold, wcstod); 53 __LDBL_REDIR1_DECL (wcstold, __wcstoieee128)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | Makefile | 29 tests-internal += test-wcstold-ibm128 test-wcstold-ieee128 30 CFLAGS-test-wcstold-ieee128.c += -mfloat128 -mabi=ieeelongdouble -Wno-psabi 31 CFLAGS-test-wcstold-ibm128.c += -mabi=ibmlongdouble -Wno-psabi 336 $(objpfx)wcstold^ \
|
D | test-wcstold-ldbl-compat.c | 29 read = wcstold (input, NULL); in do_test()
|
/glibc-2.36/wcsmbs/ |
D | Makefile | 34 wcstol wcstoul wcstoll wcstoull wcstod wcstold wcstof \ 89 CFLAGS-wcstold.c += $(strtox-CFLAGS)
|
D | Versions | 17 wcstod; wcstof; wcstok; wcstol; wcstold; wcstoq; wcstoul;
|
D | wchar.h | 385 extern long double wcstold (const wchar_t *__restrict __nptr,
|
/glibc-2.36/include/ |
D | wchar.h | 76 libc_hidden_ldbl_proto (wcstold)
|
/glibc-2.36/conform/data/ |
D | wchar.h-data | 116 function {long double} wcstold (const wchar_t*, wchar_t**)
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 1898 GLIBC_2.2 wcstold F 2801 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 2040 GLIBC_2.3 wcstold F 2764 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/ |
D | libc.abilist | 1308 GLIBC_2.0 wcstold F 3028 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/ |
D | libc.abilist | 1314 GLIBC_2.0 wcstold F 3054 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libc.abilist | 1314 GLIBC_2.0 wcstold F 3009 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/ |
D | libc.abilist | 1305 GLIBC_2.0 wcstold F 3007 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | libc.abilist | 1331 GLIBC_2.0 wcstold F 2967 GLIBC_2.4 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 2091 GLIBC_2.35 wcstold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 2122 GLIBC_2.36 wcstold F
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 3024 ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 3030 * sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ibm128.c: New file. 3031 * sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ieee128.c: New file. 3032 * sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ldbl-compat.c: New file.
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 2132 GLIBC_2.33 wcstold F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1877 GLIBC_2.2.6 wcstold F
|
123