Searched refs:testall (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/lib/msun/tests/
H A Dfmaxmin_test.c97 testall(int testnum, long double big, long double small) function
130 testall(1, 1.0, 0.0);
131 testall(2, 42.0, nextafterf(42.0, -INFINITY));
132 testall(3, nextafterf(42.0, INFINITY), 42.0);
133 testall(4, -5.0, -5.0);
134 testall(5, -3.0, -4.0);
138 testall(6, 1.0, NAN);
139 testall(7, INFINITY, NAN);
141 testall(8, INFINITY, 1.0);
142 testall(
[all...]
H A Dinvctrig_test.c91 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ macro
96 testall(func, x, result, exceptmask, excepts, checksign); \
97 testall(func, -(x), -result, exceptmask, excepts, checksign); \
100 testall(func, x, result, exceptmask, excepts, checksign); \
101 testall(func, -(x), result, exceptmask, excepts, checksign); \
166 testall(cacosh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
167 testall(cacos, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
168 testall(casinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
169 testall(casin, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
170 testall(catan
[all...]
H A Dcexp_test.c85 #define testall(x, result, exceptmask, excepts, checksign) do { \ macro
110 testall(0.0, 1.0, ALL_STD_EXCEPT, 0, 1);
111 testall(-0.0, 1.0, ALL_STD_EXCEPT, 0, 1);
112 testall(CMPLXL(0.0, -0.0), CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, 1);
113 testall(CMPLXL(-0.0, -0.0), CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, 1);
129 testall(CMPLXL(finites[i], NAN), CMPLXL(NAN, NAN),
134 testall(CMPLXL(NAN, finites[i]), CMPLXL(NAN, NAN),
139 testall(CMPLXL(NAN, 0.0), CMPLXL(NAN, 0.0), ALL_STD_EXCEPT, 0, 1);
140 testall(CMPLXL(NAN, -0.0), CMPLXL(NAN, -0.0), ALL_STD_EXCEPT, 0, 1);
143 testall(CMPLX
[all...]
H A Dlrint_test.c55 #define testall(x, result, excepts) do { \ macro
73 testall(0.75, 0, FE_INEXACT);
74 testall(-0.5, -1, FE_INEXACT);
77 testall(0.0, 0, 0);
78 testall(0.25, 0, FE_INEXACT);
79 testall(0.5, 0, FE_INEXACT);
80 testall(-2.5, -2, FE_INEXACT);
81 testall(1.0, 1, 0);
82 testall(0x12345000p0, 0x12345000, 0);
83 testall(
[all...]
H A Dlround_test.c51 #define testall(x, result, excepts) do { \ macro
68 testall(0.0, 0, 0);
69 testall(0.25, 0, FE_INEXACT);
70 testall(0.5, 1, FE_INEXACT);
71 testall(-0.5, -1, FE_INEXACT);
72 testall(1.0, 1, 0);
73 testall(0x12345000p0, 0x12345000, 0);
74 testall(0x1234.fp0, 0x1235, FE_INEXACT);
75 testall(INFINITY, IGNORE, FE_INVALID);
76 testall(NA
[all...]
H A Dtrig_test.c73 #define testall(prefix, x, result, exceptmask, excepts) do { \ macro
95 testall(tan, 0.0, 0.0, ALL_STD_EXCEPT, 0);
96 testall(tan, -0.0, -0.0, ALL_STD_EXCEPT, 0);
97 testall(cos, 0.0, 1.0, ALL_STD_EXCEPT, 0);
98 testall(cos, -0.0, 1.0, ALL_STD_EXCEPT, 0);
99 testall(sin, 0.0, 0.0, ALL_STD_EXCEPT, 0);
100 testall(sin, -0.0, -0.0, ALL_STD_EXCEPT, 0);
103 testall(tan, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
104 testall(sin, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
105 testall(co
[all...]
H A Dinvtrig_test.c49 * relative error allowed may be specified. For the 'testall'
81 #define testall(prefix, x, result, excepts) \ macro
130 testall(asin, 0.0, 0.0, 0);
131 testall(acos, 0.0, pi / 2, FE_INEXACT);
132 testall(atan, 0.0, 0.0, 0);
133 testall(asin, -0.0, -0.0, 0);
134 testall(acos, -0.0, pi / 2, FE_INEXACT);
135 testall(atan, -0.0, -0.0, 0);
137 testall(asin, INFINITY, NAN, FE_INVALID);
138 testall(aco
[all...]
H A Dfma_test.c63 #define testall(x, y, z, result, exceptmask, excepts) do { \ macro
94 testall(0.0, 0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0);
95 testall(1.0, 0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0);
96 testall(0.0, 1.0, 0.0, 0.0, ALL_STD_EXCEPT, 0);
97 testall(0.0, 0.0, 1.0, 1.0, ALL_STD_EXCEPT, 0);
99 testall(-0.0, 0.0, 0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
100 testall(0.0, -0.0, 0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
101 testall(-0.0, -0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0);
102 testall(0.0, 0.0, -0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0);
103 testall(
[all...]
H A Dnext_test.c65 #define testall(arg1, arg2, ans, ex) do { \ macro
129 testall(42.0, 42.0, 42.0, 0);
130 testall(-42.0, -42.0, -42.0, 0);
131 testall(INFINITY, INFINITY, INFINITY, 0);
132 testall(-INFINITY, -INFINITY, -INFINITY, 0);
133 testall(NAN, 42.0, NAN, 0);
134 testall(42.0, NAN, NAN, 0);
135 testall(NAN, NAN, NAN, 0);
H A Dctrig_test.c101 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ macro
106 testall(func, x, result, exceptmask, excepts, checksign); \
107 testall(func, -x, -result, exceptmask, excepts, checksign); \
110 testall(func, x, result, exceptmask, excepts, checksign); \
111 testall(func, -x, result, exceptmask, excepts, checksign); \
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.in8 # test modules invoked through the abts suite (./testall)
15 STDTEST_PORTABLE = dbd testall
49 testall: $(OBJECTS_testall)
52 # if we wait until 'make check', then 'make; ./testall' fails;
H A DMakefile.win4 # test modules invoked through the abts suite (./testall)
73 $(OUTDIR)\testall.exe
132 $(OUTDIR)\testall.exe: $(ALL_TESTS) $(INTDIR)\abts.obj $(PROGRAM_DEPENDENCIES)
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c526 int testall = 0; local
557 testall = 1;
592 if (testall) {
600 if (testall) {
H A Dcryptocheck.c1105 bool testall; local
1110 testall = false;
1127 testall = true;
1155 if (testall) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl1250 (*OUT,my $name,*nums,my $testall,my @symbols)=@_;

Completed in 105 milliseconds