Home
last modified time | relevance | path

Searched refs:__fpmax_t (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_fpmax.h22 typedef long double __fpmax_t; typedef
37 typedef double __fpmax_t; typedef
52 typedef float __fpmax_t; typedef
66 #error unable to determine appropriate type for __fpmax_t!
85 extern __fpmax_t __strtofpmax(const char *str, char **endptr, int exp_adjust) attribute_hidden;
88 extern __fpmax_t __strtofpmax_l(const char *str, char **endptr, int exp_adjust,
93 extern __fpmax_t __wcstofpmax(const wchar_t *wcs, wchar_t **endptr,
97 extern __fpmax_t __wcstofpmax_l(const wchar_t *wcs, wchar_t **endptr,
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A D_strtod.c145 extern void __fp_range_check(__fpmax_t y, __fpmax_t x) attribute_hidden;
196 __fpmax_t attribute_hidden __strtofpmax(const Wchar *str, Wchar **endptr, int exponent_power) in __strtofpmax()
204 __fpmax_t attribute_hidden __XL_NPP(__strtofpmax)(const Wchar *str, Wchar **endptr, int exponent_po… in __XL_NPP()
207 __fpmax_t number; in __XL_NPP()
208 __fpmax_t p_base = 10; /* Adjusted to 16 in the hex case. */ in __XL_NPP()
480 void attribute_hidden __fp_range_check(__fpmax_t y, __fpmax_t x) in __fp_range_check()
512 __fpmax_t x; in __XL_NPP()
546 __fpmax_t x; in __XL_NPP()
582 __fpmax_t x; in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_fpmaxtostr.h39 extern size_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info,
44 extern ssize_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info,
A D_fpmaxtostr.c100 static const __fpmax_t exp10_table[] =
146 static const __fpmax_t exp16_table[] = {
187 ssize_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info, in _fpmaxtostr()
191 __fpmax_t lower_bnd; in _fpmaxtostr()
192 __fpmax_t upper_bnd = 1e9; in _fpmaxtostr()
196 const __fpmax_t *power_table; in _fpmaxtostr()
A Dold_vfprintf.c563 (__fpmax_t) in vfprintf()
570 (__fpmax_t) in vfprintf()
A D_vfprintf.c1578 (__fpmax_t) in _do_one_spec()
A D_scanf.c2204 __fpmax_t x; in __psfs_do_numeric()

Completed in 13 milliseconds