Searched refs:ntests (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/
H A D20010216-1.f29 integer ntests variable in program:test
30 parameter (ntests=7)
36 double precision a(ntests) /1, -23, -1, 1, 9, 10, -9/
37 double precision b(ntests) /1, -23, 12, -12, 10, 9, -10/
38 double precision x(ntests) /0, 0, 1, 1, 0.1, 0.1, 0.1/
44 do i = 1, ntests
/openbsd-current/regress/lib/libradius/
H A Dmain.c10 int ntests = 0; variable
23 qsort(entries, ntests, sizeof(struct test_entry), test_entry_cmp);
25 for (int i = 0; i < ntests; i++) {
42 entries[ntests].func = fn;
43 entries[ntests].name = name;
44 ntests++;
/openbsd-current/regress/sys/kern/ptrace2/
H A DMakefile38 ntests="`./$p -n`" && \
39 echo "1..$$ntests" && \
40 tnumbers="`jot -ns' ' - 1 $$ntests`" && \
/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_fuzz.c28 size_t sz, sz2, i, ntests = NUM_FUZZ_TESTS; local
33 ntests >>= 2;
35 ntests <<= 2;
44 for (i = 0; i < ntests; i++) {
/openbsd-current/regress/lib/libc/sys/
H A DMakefile116 ntests="`./$p -n`" && \
117 echo "1..$$ntests" && \
118 tnumbers="`jot -ns' ' - 1 $$ntests`" && \
/openbsd-current/regress/lib/libm/msun/
H A Dconj_test.c72 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2; local
77 for (i = 0; i < ntests; i++) {
H A DMakefile207 ntests="`./$p -n`" && \
208 echo "1..$$ntests" && \
209 tnumbers="`jot -ns' ' - 1 $$ntests`" && \
/openbsd-current/regress/lib/libcrypto/bn/
H A Dbn_add_sub.c187 struct hexinput_st tests[], unsigned int ntests, const char *testname)
202 for (i = 0; i < ntests; i++) {
186 bn_op_test(int (*bn_op)(BIGNUM *, const BIGNUM *, const BIGNUM *), struct hexinput_st tests[], unsigned int ntests, const char *testname) argument
/openbsd-current/lib/libexpat/tests/
H A Dminicheck.c94 if (tc->allocated == tc->ntests) {
103 tc->tests[tc->ntests] = test;
104 tc->ntests++;
200 for (i = 0; i < tc->ntests; ++i) {
H A Dminicheck.h119 int ntests; member in struct:TCase
/openbsd-current/regress/lib/libm/cephes/
H A Dtestvect.c410 int i, nerrors, k, ianswer, ntests; local
442 ntests = 0;
481 ntests += 1;
530 ntests += 1;
550 ntests += 1;
554 printf ("%d errors in %d tests\n", nerrors, ntests);
H A Dtestvectl.c385 int i, nerrors, k, ianswer, ntests; local
399 ntests = 0;
443 ntests += 1;
487 ntests += 1;
507 ntests += 1;
511 printf ("%d errors in %d tests\n", nerrors, ntests);
H A Dtestvectll.c406 int i, nerrors, k, ianswer, ntests; local
426 ntests = 0;
470 ntests += 1;
514 ntests += 1;
534 ntests += 1;
538 printf ("%d errors in %d tests\n", nerrors, ntests);

Completed in 144 milliseconds