Searched refs:test (Results 26 - 50 of 166) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Drepairtest.pl45 test :- label
46 test(X),write(X),fail.
48 test(a) :-
60 test(b) :-
71 test(c) :-
82 test(d) :-
94 test(e) :-
99 test(g) :-
110 test(h) :-
122 test(
[all...]
/barrelfish-2018-10-04/tools/harness/
H A Dharness.py30 def _write_menu_lst_debug(self, test, build, machine, path):
32 if hasattr(test, "get_modules"):
36 menu.write( test.get_modules(build, machine).get_menu_data("/") )
38 def run_test(self, build, machine, test, path):
39 # Open files for raw output from the victim and log data from the test
44 # run the test, dumping the output to the raw file as we go
46 debug.verbose('harness: setup test')
47 test.setup(build, machine, path)
48 self._write_menu_lst_debug(test, build, machine, path)
49 debug.verbose('harness: run test')
[all...]
H A Dscalebench.py46 for t in sorted(tests.all_tests, key=lambda test: test.name):
57 metavar='BUILD', help='build types to perform [default: test]')
64 g.add_option('-t', '--test', action='append', dest='testspecs',
123 options.buildspecs = ['test']
170 def make_results_dir(self, build, machine, test):
171 # Create a unique directory for the output from this test
173 dirname = '-'.join([test.name, build.name, machine.getName(), timestamp])
180 # Create a unique directory for the output from this test
188 def write_description(self, checkout, build, machine, test, pat
[all...]
/barrelfish-2018-10-04/usr/tests/msun/
H A Dfma_test.c42 #include "test-utils.h"
56 #define test(func, x, y, z, result, exceptmask, excepts) do { \ macro
64 test(fma, (double)(x), (double)(y), (double)(z), \
66 test(fmaf, (float)(x), (float)(y), (float)(z), \
68 test(fmal, (x), (y), (z), (result), (exceptmask), (excepts)); \
74 test((func), (x), (y), (z), (rn), (exceptmask), (excepts)); \
76 test((func), (x), (y), (z), (ru), (exceptmask), (excepts)); \
78 test((func), (x), (y), (z), (rd), (exceptmask), (excepts)); \
80 test((func), (x), (y), (z), (rz), (exceptmask), (excepts)); \
115 test(fma
[all...]
H A Dnext_test.c44 #include "test-utils.h"
46 #define test(exp, ans, ex) do { \ macro
62 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
63 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
100 test##prec(copysign##prec(1.0, nextafter##prec(0.0, -0.0)), -1.0, 0); \
101 test##prec(copysign##prec(1.0, nextafter##prec(-0.0, 0.0)), 1.0, 0); \
102 test##prec(copysign##prec(1.0, nexttoward##prec(0.0, -0.0)), -1.0, 0);\
103 test##prec(copysign##prec(1.0, nexttoward##prec(-0.0, 0.0)), 1.0, 0)
111 test##prec(next(-0.0, 42.0), eps, ex_under); \
112 test##pre
[all...]
H A Dcexp_test.c43 #include "test-utils.h"
62 #define test(func, z, result, exceptmask, excepts, checksign) do { \ macro
78 test(cexp, x, result, exceptmask, excepts, checksign); \
79 test(cexpf, x, result, exceptmask, excepts, checksign); \
91 /* Various finite non-zero numbers to test. */
195 test(cexp, CMPLXL(finites[i], 0.0),
198 test(cexp, CMPLXL(finites[i], -0.0),
201 test(cexpf, CMPLXL(finites[i], 0.0),
204 test(cexpf, CMPLXL(finites[i], -0.0),
217 test(cex
[all...]
H A Drem_test.c48 #define test(x, y, e_r, e_q) do { \ macro
68 test(4, 4, 0, 1);
69 test(0, 3.0, 0, 0);
72 test(3.0, 4, -1, 1);
73 test(3.0, -4, -1, -1);
75 test(4.5 * 7.5, 4.5, -2.25, 8); /* we should get the even one */
87 * the wrong way. This test ensures that remquo() is smart
93 test(0x1.fp100, 0x1.ep-40, -0x1.cp-41, 143165577);
99 test(0x1.66666cp+120, 0x1p+71, 0.0, 1476395008);
H A Dtrig_test.c47 #include "test-utils.h"
64 #define test(func, x, result, exceptmask, excepts) do { \ macro
72 test(prefix, x, (double)result, exceptmask, excepts); \
73 test(prefix##f, x, (float)result, exceptmask, excepts); \
74 test(prefix##l, x, result, exceptmask, excepts); \
78 test(prefix, x, (double)result, exceptmask, excepts); \
79 test(prefix##f, x, (float)result, exceptmask, excepts); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md4/
H A Dmd4test.c75 static char *test[]={ variable
104 P=test;
118 printf("test %d ok\n",i);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dmd4test.c75 static char *test[]={ variable
104 P=test;
118 printf("test %d ok\n",i);
H A Dmd5test.c75 static char *test[]={ variable
104 P=test;
118 printf("test %d ok\n",i);
H A Drmdtest.c79 static char *test[]={ variable
110 P=test;
127 printf("test %d ok\n",i);
/barrelfish-2018-10-04/usr/skb/programs/
H A Dtest_algo.pl1 % test prolog file for the Barcelona workshop
/barrelfish-2018-10-04/usr/tests/bulk_transfer/
H A Dbulk_shm.c110 static void run_agent_1(int test) argument
114 debug_printf("Agent 1 [PID=%u]: starting. Running test %d.\n",
115 disp_get_domain_id(), test);
144 .trust = ((test == 0) ? BULK_TRUST_FULL : BULK_TRUST_NONE),
170 if (test == 2) {
199 if (test == 3) {
249 if (test == 4) {
258 if (test == 5) {
339 static void run_agent_2(int test) argument
343 debug_printf("Agent 2 [PID=%u]: starting. Running test
569 int test = 0; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_gen.c120 BIGNUM *r0,*W,*X,*c,*test; local
168 test = BN_CTX_get(ctx);
170 if (!BN_lshift(test,BN_value_one(),bits-1))
266 if (!BN_add(X,X,test)) goto err;
275 if (BN_cmp(p,test) >= 0)
300 if (!BN_sub(test,p,BN_value_one())) goto err;
301 if (!BN_div(r0,NULL,test,q,ctx)) goto err;
303 if (!BN_set_word(test,h)) goto err;
308 /* g=test^r0%p */
309 if (!BN_mod_exp_mont(g,test,r
[all...]
/barrelfish-2018-10-04/usr/tests/distops/
H A Ddelete.c3 * \brief remote delete test
18 #include "test.h"
60 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
65 switch(test) {
94 printf("distops_delete: test done\n");
98 USER_PANIC("server: Unknown test %"PRIu32"\n", test);
139 void client_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
146 switch(test) {
172 USER_PANIC("client: Unknown test
[all...]
H A Dretype.c3 * \brief remote retype test
18 #include "test.h"
64 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
69 switch(test) {
104 printf("distops_retype: test done\n");
109 USER_PANIC("server: Unknown test %"PRIu32"\n", test);
141 void client_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
147 switch(test) {
179 USER_PANIC("client: Unknown test
[all...]
H A Drevoke.c3 * \brief remote revoke test
19 #include "test.h"
58 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
63 switch(test) {
86 printf("distops_revoke: test done\n");
90 USER_PANIC("server: Unknown test %"PRIu32"\n", test);
129 void client_do_test(struct test_binding *b, uint32_t test, struct capref cap) argument
136 switch(test) {
170 USER_PANIC("client: Unknown test
[all...]
H A Dtest.h3 * \brief remote retype test
29 void server_do_test(struct test_binding *b, uint32_t test, struct capref cap);
32 void client_do_test(struct test_binding *b, uint32_t test, struct capref cap);
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfnmatch.c234 rangematch(const char *pattern, wchar_t test, int flags, char **newp, argument
255 test = towlower(test);
298 c <= test && test <= c2 :
299 __wcollate_range_cmp(c, test) <= 0
300 && __wcollate_range_cmp(test, c2) <= 0
303 } else if (c == test)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md2/
H A Dmd2test.c79 static char *test[]={ variable
108 P=test;
122 printf("test %d ok\n",i);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md5/
H A Dmd5test.c75 static char *test[]={ variable
104 P=test;
118 printf("test %d ok\n",i);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ripemd/
H A Drmdtest.c79 static char *test[]={ variable
110 P=test;
127 printf("test %d ok\n",i);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtest_util.pl38 :- export test/2, test/1, test_info/2.
64 :- tool(test/2, test_body/3).
65 :- tool(test/1, test_body/2).
73 %% Line number of current test
85 Use this library as follows: Write a file with test patterns, using
95 Then run all the test in the file by calling test(mytests). This will
96 print a message for every test pattern that does not behave as expected.
100 Alternatively, you can write a file with test pattern
[all...]
/barrelfish-2018-10-04/tools/harness/tests/
H A Dechoserver.py15 # TODO: this test needs a control loop like the httperf test to
120 test, testargs = self.get_ipbench_test()
121 args = (['--test=%s' % test, '--test-args=%s' % ','.join(testargs),
122 '--test-target=%s' % targetip]
156 (test, args) = super(UDPEchoTest, self).get_ipbench_test()
158 return (test, args)
166 (test, arg
[all...]

Completed in 482 milliseconds

1234567