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 D | uClibc_fpmax.h | 22 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.c | 145 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.h | 39 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.c | 100 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 D | old_vfprintf.c | 563 (__fpmax_t) in vfprintf() 570 (__fpmax_t) in vfprintf()
|
A D | _vfprintf.c | 1578 (__fpmax_t) in _do_one_spec()
|
A D | _scanf.c | 2204 __fpmax_t x; in __psfs_do_numeric()
|
Completed in 13 milliseconds