Searched refs:test (Results 1 - 25 of 166) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/tests/msun/
H A Dlrint_test.c48 #define test(func, x, result, excepts) do { \ macro
56 test(lrint, x, result, excepts); \
57 test(lrintf, x, result, excepts); \
58 test(lrintl, x, result, excepts); \
59 test(llrint, x, result, excepts); \
60 test(llrintf, x, result, excepts); \
61 test(llrintl, x, result, excepts); \
89 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID);
90 test(lrint, -0x80000000.4p0, -0x80000000l, FE_INEXACT);
93 test(lrin
[all...]
H A Dlround_test.c44 #define test(func, x, result, excepts) do { \ macro
52 test(lround, x, result, excepts); \
53 test(lroundf, x, result, excepts); \
54 test(llround, x, result, excepts); \
55 test(llroundf, x, result, excepts); \
79 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID);
80 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID);
81 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID);
82 test(lround, 0x7fffffff.4p0, 0x7fffffffl, FE_INEXACT);
83 test(lroun
[all...]
H A Dlogarithm_test.c44 #include "test-utils.h"
61 #define test(func, x, result, exceptmask, excepts) do { \ macro
68 #define test(func, x, result, exceptmask, excepts) do { \ macro
83 test(log, x, result, exceptmask, excepts); \
84 test(logf, x, result, exceptmask, excepts); \
85 test(logl, x, result, exceptmask, excepts); \
86 test(log2, x, result, exceptmask, excepts); \
87 test(log2f, x, result, exceptmask, excepts); \
88 test(log2l, x, result, exceptmask, excepts); \
89 test(log1
[all...]
H A Dexponential_test.c44 #include "test-utils.h"
61 #define test(func, x, result, exceptmask, excepts) do { \ macro
70 test(exp, x, result, exceptmask, excepts); \
71 test(expf, x, result, exceptmask, excepts); \
72 test(exp2, x, result, exceptmask, excepts); \
73 test(exp2f, x, result, exceptmask, excepts); \
82 test(exp2l, x, result, exceptmask, excepts); \
88 test(expm1, x, result, exceptmask, excepts); \
89 test(expm1f, x, result, exceptmask, excepts); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Dtenc.bat3 echo test %1 %2 %3 %4 %5 %6
4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
9 echo test base64 %1 %2 %3 %4 %5 %6
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
H A Dtestpem.bat6 call tpem.bat crl ..\test\testcrl.pem
9 call tpem.bat pkcs7 ..\test\testp7.pem
12 call tpem.bat req ..\test\testreq2.pem
15 call tpem.bat rsa ..\test\testrsa.pem
18 call tpem.bat x509 ..\test\testx509.pem
21 call tpem.bat x509 ..\test\v3-cert1.pem
24 call tpem.bat x509 ..\test\v3-cert1.pem
27 call tpem.bat sess_id ..\test\testsid.pem
H A Dtencce.bat3 echo test %1 %2 %3 %4 %5 %6
5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
12 echo test base64 %1 %2 %3 %4 %5 %6
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
H A Dtestpemce.bat8 copy ..\test\testcrl.pem >nul
12 copy ..\test\testp7.pem >nul
16 copy ..\test\testreq2.pem >nul
20 copy ..\test\testrsa.pem >nul
24 copy ..\test\testx509.pem >nul
28 copy ..\test\v3-cert1.pem >nul
32 copy ..\test\v3-cert1.pem >nul
36 copy ..\test\testsid.pem >nul
H A Dtest.bat3 set test=..\ms variable
67 call %test%\testenc openssl
71 call %test%\testpem openssl
75 call %test%\testss openssl
80 echo test sslv2
84 echo test sslv2 with server authentication
88 echo test sslv2 with client authentication
92 echo test sslv2 with both client and server authentication
96 echo test sslv3
100 echo test sslv
[all...]
H A Dtestce.bat5 set test=..\ms variable
20 call %test%\testce2 rsa_test
24 call %test%\testce2 destest
28 call %test%\testce2 ideatest
32 call %test%\testce2 bftest
36 call %test%\testce2 shatest
40 call %test%\testce2 sha1test
44 call %test%\testce2 md5test
48 call %test%\testce2 md2test
52 call %test
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/hmac/
H A Dhmactest.c89 } test[4]={ variable in typeref:struct:test_st
92 "More text test vectors to stuff up EBCDIC machines :-)",
133 printf("test skipped: MD5 disabled\n");
137 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
138 ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
139 ebcdic2ascii(test[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dhmactest.c89 } test[4]={ variable in typeref:struct:test_st
92 "More text test vectors to stuff up EBCDIC machines :-)",
133 printf("test skipped: MD5 disabled\n");
137 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
138 ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
139 ebcdic2ascii(test[
[all...]
H A Dsha1test.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
H A Dshatest.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
11 rem <test subdirectory> - out_nw.dbg | out_nw
51 mkdir %2\openssl\test
54 rem copy the test nlms
57 rem copy the test perl script
63 rem copy the test directory stuff
64 copy %loc%\test\CAss.cnf %2\openssl\test\
65 copy %loc%\test\Uss.cnf %2\openssl\test\
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/
H A Dsha1test.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
H A Dshatest.c82 static char *test[]={ variable
116 ebcdic2ascii(test[0], test[0], strlen(test[0]));
117 ebcdic2ascii(test[1], test[1], strlen(test[1]));
121 P=test;
135 printf("test %d ok\n",i);
159 printf("test
[all...]
/barrelfish-2018-10-04/lib/libc/string/
H A Dstrtok.c112 char blah[80], test[80]; local
118 printf("String tokenizer test:\n");
119 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep))
122 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");
124 for (word = strtok_r(test, sep, &brkt); word;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/
H A Dtest_wq.c4 struct test { struct
26 struct test *test1 = malloc(sizeof *test1);
27 struct test *test2 = malloc(sizeof *test2);
/barrelfish-2018-10-04/lib/compiler-rt/builtins/i386/
H A Dchkstk.S22 test %ecx,(%ecx)
28 test %ecx,(%ecx)
H A Dchkstk2.S23 test %ecx,(%ecx)
29 test %ecx,(%ecx)
/barrelfish-2018-10-04/lib/compiler-rt/builtins/x86_64/
H A Dchkstk.S27 test %rcx,(%rcx)
33 test %rcx,(%rcx)
H A Dchkstk2.S25 test %rcx,(%rcx)
31 test %rcx,(%rcx)
H A Dfloatundixf.S24 test %rdi, %rdi
/barrelfish-2018-10-04/tools/harness/
H A Dreprocess.py38 debug.verbose('parse %s/description.txt for test' % dirname)
39 testname = test = None
42 m = re.match(r'test:\s+(.*)', line)
52 debug.verbose('locate test "%s"' % testname)
55 test = t(None) # XXX: dummy options
56 if not test:
57 debug.error('unknown test "%s" in %s, skipped' % (testname, dirname))
62 h.process_results(test, dirname)

Completed in 240 milliseconds

1234567