Searched refs:strtold_l (Results 1 – 25 of 65) sorted by relevance
123
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-strtold_l.c | 1 #define strtold_l strtold_l_XXX macro 5 #undef strtold_l 19 extern __typeof (__strtold_l) strtold_l attribute_hidden; 20 weak_alias (__strtold_l, strtold_l)
|
D | Versions | 16 __strtold_l; strtold_l; __wcstold_l; wcstold_l;
|
D | Makefile | 28 strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | strtold_l.c | 30 # define STRTOF strtold_l 55 weak_alias (strtold_l, strtof128_l) 65 weak_alias (strtold_l, strtof64x_l)
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | strtold_l.c | 30 # define STRTOF strtold_l 50 weak_alias (strtold_l, strtof64x_l)
|
/glibc-2.36/stdlib/bits/ |
D | stdlib-ldbl.h | 33 __LDBL_REDIR1_DECL (strtold_l, strtod_l) 35 __LDBL_REDIR1_DECL (strtold_l, __strtoieee128_l)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | strtold_l.c | 56 long_double_symbol (libc, ___new_strtold_l, strtold_l);
|
/glibc-2.36/stdlib/ |
D | strtold_l.c | 29 # define STRTOLD strtold_l
|
D | Makefile | 133 strtold_l \
|
D | stdlib.h | 304 extern long double strtold_l (const char *__restrict __nptr,
|
D | strtod_l.c | 1803 compat_symbol (libc, strtod_l, strtold_l, GLIBC_2_3);
|
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/ |
D | strtold_l.c | 68 long_double_symbol (libc, ___new_strtold_l, strtold_l);
|
/glibc-2.36/locale/ |
D | Versions | 62 strtod_l; strtof_l; strtol_l; strtold_l; strtoul_l;
|
/glibc-2.36/include/ |
D | stdlib.h | 29 extern __typeof (strtold_l) __strtold_l;
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/ |
D | Makefile | 146 sysdep-CFLAGS-strtold_l.c += $(type-float128-CFLAGS)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | Makefile | 331 $(objpfx)strtold_l^ \
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 2167 GLIBC_2.3 strtold_l F 2776 GLIBC_2.4 strtold_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 1837 GLIBC_2.3 strtold_l F 2739 GLIBC_2.4 strtold_l F
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 308 strtold_l.c 5146 strtold_l.c 5418 strtold_l.c 5482 strtold_l.c 5829 nldbl-strtold_l.c 5908 strtold_l.c 8330 strtold_l.c
|
D | filelist#en_US.UTF-8 | 308 strtold_l.c 5146 strtold_l.c 5418 strtold_l.c 5482 strtold_l.c 5829 nldbl-strtold_l.c 5908 strtold_l.c 8330 strtold_l.c
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/ |
D | libc.abilist | 2278 GLIBC_2.3 strtold_l F 3003 GLIBC_2.4 strtold_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/ |
D | libc.abilist | 2277 GLIBC_2.3 strtold_l F 3029 GLIBC_2.4 strtold_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libc.abilist | 2273 GLIBC_2.3 strtold_l F 2984 GLIBC_2.4 strtold_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/ |
D | libc.abilist | 2282 GLIBC_2.3 strtold_l F 2982 GLIBC_2.4 strtold_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | libc.abilist | 2315 GLIBC_2.3 strtold_l F 2942 GLIBC_2.4 strtold_l F
|
123