Searched refs:strtold (Results 1 – 25 of 69) sorted by relevance
123
/glibc-2.36/stdlib/ |
D | tst-strtod.c | 133 float f1 = strtold (input, NULL); in do_test() 155 if (strtold (input2, NULL) != +1.000000000116415321826934814453125L) in do_test() 157 printf ("input2: %La != %La\n", strtold (input2, NULL), in do_test() 170 if (strtold (ltests[n].str, NULL) != ltests[n].l) in do_test() 173 strtold (ltests[n].str, NULL), ltests[n].l); in do_test()
|
D | strtold.c | 56 # define STRTOF NEW (strtold) 69 long_double_symbol (libc, __new_strtold, strtold); 81 weak_alias (NEW (strtold), strtof128) 91 weak_alias (NEW (strtold), strtof64x)
|
D | strtod.c | 94 compat_symbol (libc, strtod, strtold, GLIBC_2_0);
|
D | Versions | 63 strtold; strtoll; strtoq; strtoul; strtoull; strtouq; system;
|
D | Makefile | 132 strtold \
|
D | stdlib.h | 127 extern long double strtold (const char *__restrict __nptr,
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-strtold.c | 1 #define strtold strtold_XXX macro 3 #undef strtold 7 strtold (const char *nptr, char **endptr) in strtold() function
|
D | Versions | 15 strtold; __strtold_internal; wcstold; __wcstold_internal;
|
D | Makefile | 28 strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
|
/glibc-2.36/stdlib/bits/ |
D | stdlib-ldbl.h | 25 __LDBL_REDIR1_DECL (strtold, strtod) 27 __LDBL_REDIR1_DECL (strtold, __strtoieee128)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | Makefile | 8 tests += tst-strtold-ldbl-128ibm 9 $(objpfx)tst-strtold-ldbl-128ibm: $(libm)
|
D | tst-strtold-ldbl-128ibm.c | 33 x.ld = strtold (s, NULL); in test_strtold_value()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | test-strfrom-ldbl-compat.c | 41 read = strtold (expected, NULL); in do_test()
|
D | Makefile | 332 $(objpfx)strtold^ \
|
/glibc-2.36/math/ |
D | test-nan-payload.c | 115 RUN_TESTS (long double, strtold, nanl, LDBL_MANT_DIG); in do_test()
|
/glibc-2.36/include/ |
D | stdlib.h | 236 libc_hidden_proto (strtold)
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 165 function {long double} strtold (const char*, char**)
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 1710 GLIBC_2.2 strtold F 2775 GLIBC_2.4 strtold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 1836 GLIBC_2.3 strtold F 2738 GLIBC_2.4 strtold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/ |
D | libc.abilist | 1162 GLIBC_2.0 strtold F 3002 GLIBC_2.4 strtold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/ |
D | libc.abilist | 1168 GLIBC_2.0 strtold F 3028 GLIBC_2.4 strtold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libc.abilist | 1168 GLIBC_2.0 strtold F 2983 GLIBC_2.4 strtold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/ |
D | libc.abilist | 1159 GLIBC_2.0 strtold F 2981 GLIBC_2.4 strtold F
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | libc.abilist | 1185 GLIBC_2.0 strtold F 2941 GLIBC_2.4 strtold F
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.5 | 3085 * wcsmbs/wcstold.c: Same for `strtold'. 8807 * stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c: 8833 * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold. 8834 (strtold): Remove weak alias. 9164 * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0. 9360 * stdlib/stdlib.h [__USE_GNU]: Declare strtof, strtold, __strtof, 9450 * stdlib/strtold.c (FLOAT_HUGE_VAL): Define this to HUGE_VALl. 9451 (STRTOF): Set to __strtold; define strtold as weak alias. 9486 * stdlib/strtold.c: New file. 9487 * stdlib/Makefile (routines): Add strtof, strtold.
|
123