Home
last modified time | relevance | path

Searched refs:output (Results 1 – 21 of 21) sorted by relevance

/picolibc-latest/newlib/testsuite/newlib.stdlib/
Datexit.exp9 set output {
13 newlib_check_output "atexit.c" "$output"
/picolibc-latest/newlib/libc/tinystdio/
Dftoa_ryu.c163 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()
Ddtoa_ryu.c185 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/
Dcheckoutput.exp28 set output [lindex $result 1]
30 set output_lines [split $output "\n"]
/picolibc-latest/newlib/libc/stdio/
Dstdio.tex21 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/
Drefcontainers.xslt3 …<xsl:output method="xml" encoding="UTF-8" indent="yes" doctype-public="-//OASIS//DTD DocBook V4.5/…
Dmeson.build99 output: 'libc_duplicates' + target,
DREADME60 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
DChangeLog-20153103 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/
Dmemcpy-archs.S78 ;;; r0 - output memory region
82 ;;; r0 - pointer to the first byte of the output region
/picolibc-latest/doc/
Dtesting.md35 output code.
Dprintf.md120 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
Dos.md14 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/
Dsys.tex138 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/
Dstdio64.tex23 The underlying facilities for input and output depend on the host
/picolibc-latest/semihost/machine/x86/
Dmeson.build90 output: 'bios.bin',
/picolibc-latest/
Dmeson.build54 # 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',
DCOPYING.GPL274 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
DREADME.md1006 1. Fix floating point 'g' format output in tinystdio. (e.g.,
/picolibc-latest/hello-world/
DREADME.md119 (hello-world.c) and where to put the output (hello-world-riscv.elf and
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1383 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