Home
last modified time | relevance | path

Searched refs:strtold (Results 1 – 25 of 69) sorted by relevance

123

/glibc-2.36/stdlib/
Dtst-strtod.c133 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()
Dstrtold.c56 # define STRTOF NEW (strtold)
69 long_double_symbol (libc, __new_strtold, strtold);
81 weak_alias (NEW (strtold), strtof128)
91 weak_alias (NEW (strtold), strtof64x)
Dstrtod.c94 compat_symbol (libc, strtod, strtold, GLIBC_2_0);
DVersions63 strtold; strtoll; strtoq; strtoul; strtoull; strtouq; system;
DMakefile132 strtold \
Dstdlib.h127 extern long double strtold (const char *__restrict __nptr,
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-strtold.c1 #define strtold strtold_XXX macro
3 #undef strtold
7 strtold (const char *nptr, char **endptr) in strtold() function
DVersions15 strtold; __strtold_internal; wcstold; __wcstold_internal;
DMakefile28 strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
/glibc-2.36/stdlib/bits/
Dstdlib-ldbl.h25 __LDBL_REDIR1_DECL (strtold, strtod)
27 __LDBL_REDIR1_DECL (strtold, __strtoieee128)
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
DMakefile8 tests += tst-strtold-ldbl-128ibm
9 $(objpfx)tst-strtold-ldbl-128ibm: $(libm)
Dtst-strtold-ldbl-128ibm.c33 x.ld = strtold (s, NULL); in test_strtold_value()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dtest-strfrom-ldbl-compat.c41 read = strtold (expected, NULL); in do_test()
DMakefile332 $(objpfx)strtold^ \
/glibc-2.36/math/
Dtest-nan-payload.c115 RUN_TESTS (long double, strtold, nanl, LDBL_MANT_DIG); in do_test()
/glibc-2.36/include/
Dstdlib.h236 libc_hidden_proto (strtold)
/glibc-2.36/conform/data/
Dstdlib.h-data165 function {long double} strtold (const char*, char**)
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/
Dlibc.abilist1710 GLIBC_2.2 strtold F
2775 GLIBC_2.4 strtold F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/
Dlibc.abilist1836 GLIBC_2.3 strtold F
2738 GLIBC_2.4 strtold F
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/
Dlibc.abilist1162 GLIBC_2.0 strtold F
3002 GLIBC_2.4 strtold F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/
Dlibc.abilist1168 GLIBC_2.0 strtold F
3028 GLIBC_2.4 strtold F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/
Dlibc.abilist1168 GLIBC_2.0 strtold F
2983 GLIBC_2.4 strtold F
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dlibc.abilist1159 GLIBC_2.0 strtold F
2981 GLIBC_2.4 strtold F
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dlibc.abilist1185 GLIBC_2.0 strtold F
2941 GLIBC_2.4 strtold F
/glibc-2.36/ChangeLog.old/
DChangeLog.53085 * 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