mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
43ddff2e36
Continuing the preparation for additional _FloatN / _FloatNx type support, this patch arranges for <wchar.h> to declare wcstof functions for all such types, similarly to the declarations already present for _Float128. Tested for x86_64. * wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16): Declare. [__HAVE_FLOAT32 && __USE_GNU] (wcstof32): Likewise. [__HAVE_FLOAT64 && __USE_GNU] (wcstof64): Likewise. [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x): Likewise. [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x): Likewise. [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x): Likewise. [__HAVE_FLOAT16 && __USE_GNU] (wcstof16_l): Likewise. [__HAVE_FLOAT32 && __USE_GNU] (wcstof32_l): Likewise. [__HAVE_FLOAT64 && __USE_GNU] (wcstof64_l): Likewise. [__HAVE_FLOAT32X && __USE_GNU] (wcstof32x_l): Likewise. [__HAVE_FLOAT64X && __USE_GNU] (wcstof64x_l): Likewise. [__HAVE_FLOAT128X && __USE_GNU] (wcstof128x_l): Likewise. |
||
---|---|---|
.. | ||
bits | ||
btowc.c | ||
c16rtomb.c | ||
Depend | ||
isoc99_fwscanf.c | ||
isoc99_swscanf.c | ||
isoc99_vfwscanf.c | ||
isoc99_vswscanf.c | ||
isoc99_vwscanf.c | ||
isoc99_wscanf.c | ||
Makefile | ||
mbrlen.c | ||
mbrtoc16.c | ||
mbrtowc.c | ||
mbsinit.c | ||
mbsnrtowcs.c | ||
mbsrtowcs_l.c | ||
mbsrtowcs.c | ||
test-wcpcpy.c | ||
test-wcpncpy.c | ||
test-wcscat.c | ||
test-wcschr.c | ||
test-wcschrnul.c | ||
test-wcscmp.c | ||
test-wcscpy.c | ||
test-wcscspn.c | ||
test-wcslen.c | ||
test-wcsncat.c | ||
test-wcsncmp.c | ||
test-wcsncpy.c | ||
test-wcsnlen.c | ||
test-wcspbrk.c | ||
test-wcsrchr.c | ||
test-wcsspn.c | ||
test-wmemchr.c | ||
test-wmemcmp.c | ||
test-wmemset.c | ||
tst-btowc.c | ||
tst-c16c32-1.c | ||
tst-mbrtowc2.c | ||
tst-mbrtowc.c | ||
tst-mbsrtowcs.c | ||
tst-wchar-h.c | ||
tst-wcpncpy.c | ||
tst-wcrtomb.c | ||
tst-wcsnlen.c | ||
tst-wcstod-nan-locale.c | ||
tst-wcstod-round.c | ||
tst-wcstof.c | ||
tst-wcstol-locale.c | ||
uchar.h | ||
Versions | ||
wchar.h | ||
wcpcpy.c | ||
wcpncpy.c | ||
wcrtomb.c | ||
wcsatcliff.c | ||
wcscasecmp_l.c | ||
wcscasecmp.c | ||
wcscat.c | ||
wcschr.c | ||
wcschrnul.c | ||
wcscmp.c | ||
wcscoll_l.c | ||
wcscoll.c | ||
wcscpy.c | ||
wcscspn.c | ||
wcsdup.c | ||
wcslen.c | ||
wcsmbs-tst1.c | ||
wcsmbsload.c | ||
wcsmbsload.h | ||
wcsncase_l.c | ||
wcsncase.c | ||
wcsncat.c | ||
wcsncmp.c | ||
wcsncpy.c | ||
wcsnlen.c | ||
wcsnrtombs.c | ||
wcspbrk.c | ||
wcsrchr.c | ||
wcsrtombs.c | ||
wcsspn.c | ||
wcsstr.c | ||
wcstod_l.c | ||
wcstod_nan.c | ||
wcstod.c | ||
wcstof_l.c | ||
wcstof_nan.c | ||
wcstof.c | ||
wcstok.c | ||
wcstol_l.c | ||
wcstol.c | ||
wcstold_l.c | ||
wcstold_nan.c | ||
wcstold.c | ||
wcstoll_l.c | ||
wcstoll.c | ||
wcstoul_l.c | ||
wcstoul.c | ||
wcstoull_l.c | ||
wcstoull.c | ||
wcswidth.c | ||
wcsxfrm_l.c | ||
wcsxfrm.c | ||
wctob.c | ||
wcwidth.c | ||
wcwidth.h | ||
wmemchr.c | ||
wmemcmp.c | ||
wmemcpy.c | ||
wmemmove.c | ||
wmempcpy.c | ||
wmemset.c |