Searched refs:conversions (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/testsuite/newlib.iconv/ |
D | iconvjp.c | 883 int conversions = sizeof(data)/sizeof(struct iconv_data) - 1; in main() local 889 for (i = 0; i < conversions; i++) in main() 891 for (j = 0; j < conversions; j++) in main() 904 for (i = 0; i < conversions; i++) in main() 906 for (j = 0; j < conversions; j++) in main() 960 for (i = 0; i < conversions; i++) in main() 961 for (j = 0; j < conversions; j++) in main()
|
D | iconvru.c | 394 int conversions = sizeof(data)/sizeof(struct iconv_data) - 1; in main() local 400 for (i = 0; i < conversions; i++) in main() 402 for (j = 0; j < conversions; j++) in main() 415 for (i = 0; i < conversions; i++) in main() 417 for (j = 0; j < conversions; j++) in main() 471 for (i = 0; i < conversions; i++) in main() 472 for (j = 0; j < conversions; j++) in main()
|
/picolibc-latest/doc/ |
D | printf.md | 55 including both float and double conversions along with the C99 73 double or long double conversions. When picolibc.specs finds 87 double conversions and makes support for C99 extensions and POSIX 103 conversions where those values are larger than long values. The
|
D | build.md | 85 | io-float-exact | true | Provide round-trip support in float/string conversions …
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1 @node Encoding conversions 2 @chapter Encoding conversions (@file{iconv.h}) 835 the configuration which allows conversions from UTF-8 to UTF-16 and 836 doesn't plan using the "UTF-16 to UTF-8" conversions, he or she can 893 "KOI8-R -> UCS-2" conversions, the most optimal way (minimal iconv 980 conversions through the 32-bit UCS, but the codes which are used 1424 conversions. The @emph{table} converter is also responsible for .cct files 1665 wchar_t" and "wchar_t -> CCS" conversions. The normalized CCS name is
|
/picolibc-latest/newlib/libc/iconv/lib/ |
D | encoding.deps | 27 # File relates only to UCS-based conversions and is needed for automatic
|
/picolibc-latest/ |
D | meson_options.txt | 177 description: 'Avoid softare division in decimal conversions')
|
D | README.md | 845 wrappers around sscanf, but strfromf handles float conversions 950 11. Avoid implicit float/double conversions. Check this by having
|
D | COPYING.NEWLIB | 1358 and conversions to other media types.
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 7831 %S conversions when the EL/IX level is 1. 13324 * libc/stdio/vfscanf.c (__svfscanf_r): For int conversions, 13835 * libc/stdio/vfscanf.c (__svfscanf_r): For CT_INT conversions, 13969 (__svfscanf_r): In integer conversions, leave out leading zeroes 14019 (__svfscanf_r): In integer conversions, leave out leading zeroes 20237 _strtold routines used for conversions between character 20706 * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE 20743 * libc/stdio/fread.c (fread): perform CRLF conversions if __SCLE 27704 dvec.c: tests for string to value conversions, sprintf, scanf,
|