Searched refs:STRTOF (Results 1 – 20 of 20) sorted by relevance
47 # define STRTOF wcstod macro50 # define STRTOF strtod macro67 INTERNAL (STRTOF) (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group) in INTERNAL() argument72 libc_hidden_def (INTERNAL (STRTOF)) in libc_hidden_def() argument80 STRTOF (const STRING_TYPE *nptr, STRING_TYPE **endptr) in libc_hidden_def()85 libc_hidden_def (STRTOF)
32 #define STRTOF wcstof macro35 # define STRTOF strtof macro
33 # define STRTOF wcstof_l macro37 # define STRTOF strtof_l macro
53 # define STRTOF NEW (wcstold) macro56 # define STRTOF NEW (strtold)
50 # define STRTOF wcstod_l macro54 # define STRTOF strtod_l macro1787 libc_hidden_ver (__STRTOF, STRTOF)1789 weak_alias (__STRTOF, STRTOF)
29 # define STRTOF __new_wcstold_l macro35 # define STRTOF __new_strtold_l macro40 extern __typeof (__STRTOF) STRTOF;42 libc_hidden_proto (STRTOF)
41 # define STRTOF __new_wcstold_l macro47 # define STRTOF __new_strtold_l macro52 extern __typeof (__STRTOF) STRTOF;54 libc_hidden_proto (STRTOF)
32 # define STRTOF wcstof128 macro35 # define STRTOF strtof128 macro
35 # define STRTOF wcstof128_l macro39 # define STRTOF strtof128_l macro
26 # define STRTOF wcstold_l macro30 # define STRTOF strtold_l macro
6937 * stdlib/strtod.c (STRTOF): Fix handling of numbers with lots of8514 * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn8515 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.
9914 (STRTOF): Add libc_hidden_proto.10146 __STRTOF, STRTOF.
6754 * stdlib/strtod.c (INTERNAL (STRTOF)): Fix recognition of Infinity12654 * stdlib/strtod.c (STRTOF): Make sure return value is large enough
365 * stdlib/strtod.c (STRTOF): Skip whole infinity, not just inf.
9220 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
2185 * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
2880 (STRTOF): Define to NEW (*told).
27820 * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style27822 (STRTOF): Likewise.