Searched refs:output (Results 1 – 21 of 21) sorted by relevance
| /picolibc-latest/newlib/testsuite/newlib.stdlib/ |
| D | atexit.exp | 9 set output { 13 newlib_check_output "atexit.c" "$output"
|
| /picolibc-latest/newlib/libc/tinystdio/ |
| D | ftoa_ryu.c | 163 uint32_t output; in f2d() local 255 output = vr; in f2d() 259 output += carry; in f2d() 261 int len = decimalLength9(output); in f2d() 274 output += 5; in f2d() 275 output /= 10; in f2d() 287 printf("O=%u\n", output); in f2d() 294 fd.mantissa = output; in f2d()
|
| D | dtoa_ryu.c | 185 uint64_t output; in d2d() local 286 output = vr; in d2d() 292 output += carry; in d2d() 294 int len = decimalLength17(output); in d2d() 308 output += 5; in d2d() 309 output /= 10; in d2d() 320 printf("O=%" PRIu64 "\n", output); in d2d() 327 fd.mantissa = output; in d2d()
|
| /picolibc-latest/newlib/testsuite/lib/ |
| D | checkoutput.exp | 28 set output [lindex $result 1] 30 set output_lines [split $output "\n"]
|
| /picolibc-latest/newlib/libc/stdio/ |
| D | stdio.tex | 21 or other input/output streams. Among these functions are subroutines 24 The underlying facilities for input and output depend on the host 51 * Function fflush:: Flush buffered file output 89 * Function putchar:: Write a character on standard output (macro) 90 * Function putchar_unlocked:: Write a character on standard output (macro) 91 * Function puts:: Write a character string on standard output 93 * Function putwchar:: Write a wide character to standard output 101 * Function siprintf:: Write formatted output (integer only) 103 * Function sprintf:: Write formatted output 106 * Function swprintf:: Write formatted wide character output
|
| /picolibc-latest/newlib/ |
| D | refcontainers.xslt | 3 …<xsl:output method="xml" encoding="UTF-8" indent="yes" doctype-public="-//OASIS//DTD DocBook V4.5/…
|
| D | meson.build | 99 output: 'libc_duplicates' + target,
|
| D | README | 60 a program to print its DVI output files, and `texinfo.tex', the Texinfo 64 produces output files called DVI files. To print a typeset document, 332 byte input/output operations on stream. It can decrease code size 359 output and faster conversion than legacy ldtoa, while it requires
|
| D | ChangeLog-2015 | 3103 to control the wide char output. 6973 change return to match standard for when output does not fit; 9177 size if output buffer is NULL. 11363 * libc/posix/popen.c (popen): Don't close output end of pipe in 12140 the original input, not the manipulated output value. 14982 * libc/stdio/vfprintf.c: Set output size to 1 when 18186 only one pass or fail per test file. Trim \r's from output 20725 * libc/time/asctime_r.c (asctime_r): Change output format. Day of 26290 changed the output of the test to be consistant with the
|
| /picolibc-latest/newlib/libc/machine/arc/ |
| D | memcpy-archs.S | 78 ;;; r0 - output memory region 82 ;;; r0 - pointer to the first byte of the output region
|
| /picolibc-latest/doc/ |
| D | testing.md | 35 output code.
|
| D | printf.md | 120 output will not be the same. It also disables any support for 176 doesn't output the long long value correctly: 198 that increases the size modestly while fixing the long long output: 238 64-bit floats ensures that passing the output back to scanf will 277 'nano' printf code doesn't support long-long integer output, so we
|
| D | os.md | 14 Picolibc stdio splits support for simple console input/output and more 44 provide, will be called to flush pending output to the file, e.g.,
|
| /picolibc-latest/newlib/libc/ |
| D | sys.tex | 138 Query whether output stream is a terminal. For consistency with the 139 other minimal implementations, which only support output to 275 system routine for output to all files, @emph{including} 276 @code{stdout}---so if you need to generate any output, for example to a 281 provided by your hardware manufacturer) to actually perform the output.
|
| /picolibc-latest/newlib/libc/stdio64/ |
| D | stdio64.tex | 23 The underlying facilities for input and output depend on the host
|
| /picolibc-latest/semihost/machine/x86/ |
| D | meson.build | 90 output: 'bios.bin',
|
| /picolibc-latest/ |
| D | meson.build | 54 # Find the compiler installation directory by parsing the output of 536 # Get 'sysroot' or 'GCC_EXEC_PREFIX' from GCC output 806 output: 'picolibc.specs', 814 output: 'picolibcpp.specs', 1237 output: picolibc_ld_file, 1256 output: picolibcpp_ld_file, 1715 configure_file(output : 'picolibc.h',
|
| D | COPYING.GPL2 | 74 running the Program is not restricted, and the output from the Program 313 If the program is interactive, make it output a short notice like this
|
| D | README.md | 1006 1. Fix floating point 'g' format output in tinystdio. (e.g.,
|
| /picolibc-latest/hello-world/ |
| D | README.md | 119 (hello-world.c) and where to put the output (hello-world-riscv.elf and
|
| /picolibc-latest/newlib/libc/iconv/ |
| D | iconv.tex | 1383 For more info about the 'mktbl.pl' options, see the 'mktbl.pl -h' output. 1672 functions, but if there is no character in the output encoding which 1674 conversion isn't performed (the @code{iconv} function sets such output
|