Home
last modified time | relevance | path

Searched refs:STRTOF (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/stdlib/
Dstrtod.c47 # define STRTOF wcstod macro
50 # define STRTOF strtod macro
67 INTERNAL (STRTOF) (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group) in INTERNAL() argument
72 libc_hidden_def (INTERNAL (STRTOF)) in libc_hidden_def() argument
80 STRTOF (const STRING_TYPE *nptr, STRING_TYPE **endptr) in libc_hidden_def()
85 libc_hidden_def (STRTOF)
Dstrtof.c32 #define STRTOF wcstof macro
35 # define STRTOF strtof macro
Dstrtof_l.c33 # define STRTOF wcstof_l macro
37 # define STRTOF strtof_l macro
Dstrtold.c53 # define STRTOF NEW (wcstold) macro
56 # define STRTOF NEW (strtold)
Dstrtod_l.c50 # define STRTOF wcstod_l macro
54 # define STRTOF strtod_l macro
1787 libc_hidden_ver (__STRTOF, STRTOF)
1789 weak_alias (__STRTOF, STRTOF)
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Dstrtold_l.c29 # define STRTOF __new_wcstold_l macro
35 # define STRTOF __new_strtold_l macro
40 extern __typeof (__STRTOF) STRTOF;
42 libc_hidden_proto (STRTOF)
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/
Dstrtold_l.c41 # define STRTOF __new_wcstold_l macro
47 # define STRTOF __new_strtold_l macro
52 extern __typeof (__STRTOF) STRTOF;
54 libc_hidden_proto (STRTOF)
/glibc-2.36/sysdeps/ieee754/float128/
Dstrtof128.c32 # define STRTOF wcstof128 macro
35 # define STRTOF strtof128 macro
Dstrtof128_l.c35 # define STRTOF wcstof128_l macro
39 # define STRTOF strtof128_l macro
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dstrtold_l.c26 # define STRTOF wcstold_l macro
30 # define STRTOF strtold_l macro
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dstrtold_l.c26 # define STRTOF wcstold_l macro
30 # define STRTOF strtold_l macro
/glibc-2.36/ChangeLog.old/
DChangeLog.56937 * stdlib/strtod.c (STRTOF): Fix handling of numbers with lots of
8514 * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
8515 a weak symbol instead of literal "STRTOF".
8833 * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
8835 * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
9451 (STRTOF): Set to __strtold; define strtold as weak alias.
9453 (STRTOF): Set to __strtof; define strtof as weak alias.
DChangeLog.179914 (STRTOF): Add libc_hidden_proto.
10146 __STRTOF, STRTOF.
DChangeLog.76754 * stdlib/strtod.c (INTERNAL (STRTOF)): Fix recognition of Infinity
12654 * stdlib/strtod.c (STRTOF): Make sure return value is large enough
DChangeLog.12365 * stdlib/strtod.c (STRTOF): Skip whole infinity, not just inf.
DChangeLog.89220 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
DChangeLog.132185 * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
DChangeLog.162880 (STRTOF): Define to NEW (*told).
DChangeLog.1827820 * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
27822 (STRTOF): Likewise.
/glibc-2.36/posix/
Dtst-regex.input9220 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.