Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 111) sorted by relevance

12345

/glibc-2.36/gshadow/
Dtst-fgetsgent_r.c49 const struct input inputs[] = variable
95 for (size_t i = 0; i < array_length (inputs); ++i) in create_test_file()
96 fputs (inputs[i].line, fp); in create_test_file()
117 while (i < array_length (inputs) && inputs[i].expected == NULL) in run_test()
132 TEST_VERIFY (i < array_length (inputs)); in run_test()
134 && i < array_length (inputs)) in run_test()
137 TEST_COMPARE_STRING (inputs[i].expected, actual); in run_test()
151 TEST_COMPARE (i, array_length (inputs)); in run_test()
/glibc-2.36/libio/
Dtst-ftell-partial-wide.c41 wchar_t *inputs[NSTRINGS] = {NULL}; in do_test() local
62 inputs[i] = malloc (STRING_SIZE * sizeof (wchar_t)); in do_test()
63 if (inputs[i] == NULL) in do_test()
68 wmemset (inputs[i], seed, STRING_SIZE - 1); in do_test()
69 inputs[i][STRING_SIZE - 1] = L'\0'; in do_test()
92 if (fputws (inputs[i], fp) == -1) in do_test()
104 free (inputs[i]); in do_test()
/glibc-2.36/math/
Dgen-auto-libm-tests.c406 generic_value **inputs; member
1256 generic_value **old_inputs = it->inputs; in handle_input_arg()
1278 it->inputs = new_inputs; in handle_input_arg()
1354 it->inputs = xmalloc (sizeof (it->inputs[0])); in add_test()
1355 it->inputs[0] = NULL; in add_test()
1446 calc_generic_results (generic_value *outputs, generic_value *inputs, in calc_generic_results() argument
1458 assert (inputs[0].type == gtype_fp); in calc_generic_results()
1461 inexact = calc->func.mpfr_f_f (outputs[0].value.f, inputs[0].value.f, in calc_generic_results()
1469 assert (inputs[0].type == gtype_fp); in calc_generic_results()
1470 assert (inputs[1].type == gtype_fp); in calc_generic_results()
[all …]
Dgen-fromfp-tests-inputs1 /* Integer inputs within range of uintmax_t. */
171 /* Various non-integer inputs. */
/glibc-2.36/benchtests/
Dbench-wcrtomb.c40 struct test_inputs inputs[] = variable
103 for (size_t i = 0; i < array_length (inputs); i++) in main()
105 json_attr_object_begin (&json_ctx, inputs[i].locale); in main()
106 setlocale (LC_ALL, inputs[i].locale); in main()
109 const wchar_t *inp = inputs[i].input_chars; in main()
Dbench-strtod.c29 static const char *inputs[] = variable
93 for (size_t i = 0; inputs[i] != NULL; ++i) in do_bench()
98 printf ("Input %-24s:", inputs[i]); in do_bench()
101 strtod (inputs[i], &ep); in do_bench()
DREADME5 functions, builds and calls them repeatedly for given inputs to give some
103 - Make a file called `foo-inputs` to provide the definition and input for the
111 inputs. One may identify output arguments by nesting them in <>. The
121 See pthread_once-inputs and pthreads_once-source.c for an example of how
127 pow-inputs for an example of an input file.
136 performance of these functions. One could separate inputs for these domains in
141 All inputs after the ##name: 240bits directive and until the next `name'
143 will be output separately in benchtests/bench.out. See the pow-inputs file
156 interval. See the expf-inputs file for an example of this workload mechanism.
DMakefile489 $(objpfx)bench-%.c: %-inputs $(bench-deps)
493 $(PYTHON) scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
Dexp10-inputs4 # Random inputs in [a=-0x1.439b746e36b52p+8,b=0x1.34413509f79ffp+8]
Derf-inputs4 # Random inputs in [0,b=0x5.ebed23725989cp+0]
Derfc-inputs4 # Random inputs in [0,b=0x1.b39dc41e48bfdp+4]
Dexpm1-inputs4 # Random inputs in [a=-0x2.56e110e4641c4p+4,b=0x2.c5c85fdf473ep+8]
Dcbrt-inputs4 # Random inputs in [1,8]
Dlog10-inputs4 # Random inputs x*2^e where x is random in [1/2,1] and e in [-1073,1024]
Dtgamma-inputs4 # Random inputs in [0,b=0xa.b9fd72b0fb24p+4]
Dy0-inputs4 # Random inputs x*2^e where x is random in [1/2,1] and e in [-1073,1024]
Dy1-inputs4 # Random inputs x*2^e where x is random in [1/2,1] and e in [-1073,1024]
Dlog1p-inputs4 # Random inputs x*2^e where x is random in [1/2,1] and e in [-53,1024]
Dj0-inputs4 # Random inputs x*2^e where x is random in [1/2,1] and e in [-23,1024]
/glibc-2.36/
DMakeconfig416 +link-pie-before-inputs = $(if $($(@F)-no-pie),$(no-pie-ldflag),-pie) \
423 +link-pie-before-libc = -o $@ $(+link-pie-before-inputs) \
448 +link-static-before-inputs = -nostdlib -nostartfiles -static \
454 +link-static-before-libc = -o $@ $(+link-static-before-inputs) \
481 +link-tests-before-inputs = $(+link-pie-before-inputs) $(rtld-tests-LDFLAGS)
482 +link-tests-after-inputs = $(link-libc-tests) $(+link-pie-after-libc)
485 +link-before-inputs = -nostdlib -nostartfiles $(no-pie-ldflag) \
490 +link-before-libc = -o $@ $(+link-before-inputs) \
502 +link-tests-before-inputs = $(+link-before-inputs) $(rtld-tests-LDFLAGS)
503 +link-tests-after-inputs = $(link-libc-tests) $(+link-after-libc)
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.253587 * benchtests/sincosf-inputs: Modified.
3622 * benchtests/cosf-inputs: Modified.
9873 * sysdeps/x86_64/fpu/libmvec-tan-inputs: New file.
9874 * sysdeps/x86_64/fpu/libmvec-tanf-inputs: New file.
9882 * sysdeps/x86_64/fpu/libmvec-erfc-inputs: New file.
9883 * sysdeps/x86_64/fpu/libmvec-erfcf-inputs: New file.
9891 * sysdeps/x86_64/fpu/libmvec-asinh-inputs: New file.
9892 * sysdeps/x86_64/fpu/libmvec-asinhf-inputs: New file.
9900 * sysdeps/x86_64/fpu/libmvec-tanh-inputs: New file.
9901 * sysdeps/x86_64/fpu/libmvec-tanhf-inputs: New file.
[all …]
DChangeLog.libidn96 when the inputs are very large.
DChangeLog.241326 math: Add more inputs to atan2 accuracy tests [BZ #28765]
6418 * sysdeps/x86_64/fpu/libmvec-sin-inputs: New file.
6419 * sysdeps/x86_64/fpu/libmvec-sinf-inputs: New file.
6427 * sysdeps/x86_64/fpu/libmvec-pow-inputs: New file.
6428 * sysdeps/x86_64/fpu/libmvec-powf-inputs: New file.
6436 * sysdeps/x86_64/fpu/libmvec-log-inputs: New file.
6437 * sysdeps/x86_64/fpu/libmvec-logf-inputs: New file.
6445 * sysdeps/x86_64/fpu/libmvec-exp-inputs: New file.
6446 * sysdeps/x86_64/fpu/libmvec-expf-inputs: New file.
6454 * sysdeps/x86_64/fpu/libmvec-cos-inputs: New file.
[all …]
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C10483 sincos-inputs
10488 strcoll-inputs
10512 cos-inputs
10526 log2-inputs
10532 sinh-inputs
10533 atan-inputs
10534 acosh-inputs
10541 exp2-inputs
10543 ffsll-inputs
10545 atanh-inputs
[all …]
Dfilelist#en_US.UTF-810483 sincos-inputs
10488 strcoll-inputs
10512 cos-inputs
10526 log2-inputs
10532 sinh-inputs
10533 atan-inputs
10534 acosh-inputs
10541 exp2-inputs
10543 ffsll-inputs
10545 atanh-inputs
[all …]

12345