Home
last modified time | relevance | path

Searched refs:outputs (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/math/
Dgen-auto-libm-tests.c1446 calc_generic_results (generic_value *outputs, generic_value *inputs, in calc_generic_results() argument
1459 outputs[0].type = gtype_fp; in calc_generic_results()
1460 mpfr_init (outputs[0].value.f); in calc_generic_results()
1461 inexact = calc->func.mpfr_f_f (outputs[0].value.f, inputs[0].value.f, in calc_generic_results()
1464 assert (!inexact && mpfr_zero_p (outputs[0].value.f)); in calc_generic_results()
1465 adjust_real (outputs[0].value.f, inexact); in calc_generic_results()
1471 outputs[0].type = gtype_fp; in calc_generic_results()
1472 mpfr_init (outputs[0].value.f); in calc_generic_results()
1473 inexact = calc->func.mpfr_ff_f (outputs[0].value.f, inputs[0].value.f, in calc_generic_results()
1476 assert (!inexact && mpfr_zero_p (outputs[0].value.f)); in calc_generic_results()
[all …]
/glibc-2.36/benchtests/
DREADME112 generator will create variables to get outputs from the calling function.
162 custom outputs for a set of functions. This is currently used by string
/glibc-2.36/elf/
Ddso-sort-tests-1.def62 # The below expected outputs are what the two algorithms currently produce
Ddso-sort-tests-2.def3 # Note that below we specify different expected outputs between dynamic_sort=1
5 # causing different sorting behavior. These expected outputs are what the two
7 # They are not "definitively" correct outputs, for circular dependencies
/glibc-2.36/
DRules330 # These are the implicit rules for making test outputs
DNEWS2955 [22142] libc: [powerpc] printf outputs a wrong value of DBL_MAX on ppc64 and
/glibc-2.36/manual/
Dtexinfo.tex747 % outputs text on separate line in roman font, starting at standard page margin
859 % outputs that line, centered.
890 % @sp n outputs n lines of vertical space
3209 % @math outputs its argument in math mode.
3420 % @dots{} outputs an ellipsis using the current font.
6044 % This outputs a mark at the end of the page that clears \thischapter
9015 % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply
11517 % \backslashcurfont outputs one backslash character in current font,
11548 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
Dstdio.texi975 It outputs only the characters in the string.
989 outputs the text @samp{Are you hungry?} followed by a newline.
998 outputs only the characters in the string.
1038 outputs the text @samp{This is a message.} followed by a newline.
5362 all outputs fail this last value is also returned if a parameter value
Dargp.texi1071 This outputs a help message for the argp parser @var{argp} to
Dterminal.texi1892 @code{getpass} outputs @var{prompt}, then reads a string in from the
Dmemory.texi1731 which interprets the traces and outputs a summary in an
/glibc-2.36/ChangeLog.old/
DChangeLog.106318 TIMEOUT as outputs of the asm to indicate that the signal thread
DChangeLog.218733 powerpc: Update ULPs and xfail more ibm128 outputs
DChangeLog.1810099 (top level): Only process inputs needed to generate outputs
10100 specified by command-line options. Only generate outputs
54491 outputs before storing in %auto_tests.
64979 (prepare_address_space): Take two new outputs (the mmap base and len).
66670 tests for extra outputs.
66891 names. Use "extra output N" in test names for extra outputs
DChangeLog.1416598 Add all necessary register outputs for syscall-clobbered registers.