| /freebsd-13.1/lib/msun/tests/ |
| H A D | fma_test.c | 94 testall(0.0, 0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes() 95 testall(1.0, 0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes() 96 testall(0.0, 1.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes() 97 testall(0.0, 0.0, 1.0, 1.0, ALL_STD_EXCEPT, 0); in test_zeroes() 143 testall(INFINITY, INFINITY, -INFINITY, NAN, in test_infinities() 145 testall(-INFINITY, INFINITY, INFINITY, NAN, in test_infinities() 147 testall(INFINITY, -1.0, INFINITY, NAN, in test_infinities() 163 testall(NAN, 0.0, 0.0, NAN, ALL_STD_EXCEPT, 0); in test_nans() 164 testall(1.0, NAN, 1.0, NAN, ALL_STD_EXCEPT, 0); in test_nans() 166 testall(0.0, 0.0, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans() [all …]
|
| H A D | invctrig_test.c | 173 testall(cacosh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 174 testall(cacos, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 175 testall(casinh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 176 testall(casin, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 177 testall(catanh, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 178 testall(catan, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 182 testall(cacos, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 184 testall(casin, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 186 testall(catan, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() 218 testall(cacos, z, nan_nan, OPT_INVALID, 0, 0); in ATF_TC_BODY() [all …]
|
| H A D | cexp_test.c | 109 testall(0.0, 1.0, ALL_STD_EXCEPT, 0, 1); in ATF_TC_BODY() 110 testall(-0.0, 1.0, ALL_STD_EXCEPT, 0, 1); in ATF_TC_BODY() 127 testall(CMPLXL(finites[i], NAN), CMPLXL(NAN, NAN), in ATF_TC_BODY() 132 testall(CMPLXL(NAN, finites[i]), CMPLXL(NAN, NAN), in ATF_TC_BODY() 141 testall(CMPLXL(INFINITY, NAN), CMPLXL(INFINITY, NAN), in ATF_TC_BODY() 144 testall(CMPLXL(-INFINITY, NAN), CMPLXL(0.0, 0.0), in ATF_TC_BODY() 147 testall(CMPLXL(NAN, NAN), CMPLXL(NAN, NAN), in ATF_TC_BODY() 163 testall(CMPLXL(-INFINITY, M_PI_4), CMPLXL(0.0, 0.0), in ATF_TC_BODY() 171 testall(CMPLXL(-INFINITY, 0.0), CMPLXL(0.0, 0.0), in ATF_TC_BODY() 173 testall(CMPLXL(-INFINITY, -0.0), CMPLXL(0.0, -0.0), in ATF_TC_BODY() [all …]
|
| H A D | trig_test.c | 93 testall(tan, 0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 94 testall(tan, -0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 95 testall(cos, 0.0, 1.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 96 testall(cos, -0.0, 1.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 97 testall(sin, 0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 98 testall(sin, -0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 109 testall(tan, NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 110 testall(sin, NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 111 testall(cos, NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 238 testall(cos, 0xd.50ee515fe4aea16p-114L, 1.0, in ATF_TC_BODY() [all …]
|
| H A D | lrint_test.c | 72 testall(0.75, 0, FE_INEXACT); in run_tests() 73 testall(-0.5, -1, FE_INEXACT); in run_tests() 76 testall(0.0, 0, 0); in run_tests() 77 testall(0.25, 0, FE_INEXACT); in run_tests() 78 testall(0.5, 0, FE_INEXACT); in run_tests() 79 testall(-2.5, -2, FE_INEXACT); in run_tests() 80 testall(1.0, 1, 0); in run_tests() 81 testall(0x12345000p0, 0x12345000, 0); in run_tests() 82 testall(0x1234.fp0, 0x1235, FE_INEXACT); in run_tests() 83 testall(INFINITY, IGNORE, FE_INVALID); in run_tests() [all …]
|
| H A D | fmaxmin_test.c | 84 testall(long double big, long double small) in testall() function 100 testall(1.0, 0.0); in ATF_TC_BODY() 117 testall(-5.0, -5.0); in ATF_TC_BODY() 123 testall(-3.0, -4.0); in ATF_TC_BODY() 129 testall(1.0, NAN); in ATF_TC_BODY() 134 testall(INFINITY, NAN); in ATF_TC_BODY() 140 testall(INFINITY, 1.0); in ATF_TC_BODY() 146 testall(-3.0, -INFINITY); in ATF_TC_BODY() 152 testall(3.0, -INFINITY); in ATF_TC_BODY() 158 testall(NAN, NAN); in ATF_TC_BODY() [all …]
|
| H A D | lround_test.c | 58 #define testall(x, result, excepts) do { \ macro 70 testall(0.0, 0, 0); in ATF_TC_BODY() 71 testall(0.25, 0, FE_INEXACT); in ATF_TC_BODY() 72 testall(0.5, 1, FE_INEXACT); in ATF_TC_BODY() 73 testall(-0.5, -1, FE_INEXACT); in ATF_TC_BODY() 74 testall(1.0, 1, 0); in ATF_TC_BODY() 75 testall(0x12345000p0, 0x12345000, 0); in ATF_TC_BODY() 76 testall(0x1234.fp0, 0x1235, FE_INEXACT); in ATF_TC_BODY() 77 testall(INFINITY, IGNORE, FE_INVALID); in ATF_TC_BODY() 78 testall(NAN, IGNORE, FE_INVALID); in ATF_TC_BODY()
|
| H A D | invtrig_test.c | 131 testall(asin, 0.0, 0.0, 0); in ATF_TC_BODY() 132 testall(acos, 0.0, pi / 2, FE_INEXACT); in ATF_TC_BODY() 133 testall(atan, 0.0, 0.0, 0); in ATF_TC_BODY() 134 testall(asin, -0.0, -0.0, 0); in ATF_TC_BODY() 136 testall(atan, -0.0, -0.0, 0); in ATF_TC_BODY() 145 testall(asin, NAN, NAN, 0); in ATF_TC_BODY() 146 testall(acos, NAN, NAN, 0); in ATF_TC_BODY() 147 testall(atan, NAN, NAN, 0); in ATF_TC_BODY() 246 testall(acos, 1.0, 0, 0); in ATF_TC_BODY() 249 testall(acos, -1.0, pi, FE_INEXACT); in ATF_TC_BODY() [all …]
|
| H A D | next_test.c | 65 #define testall(arg1, arg2, ans, ex) do { \ macro 131 testall(42.0, 42.0, 42.0, 0); in ATF_TC_BODY() 132 testall(-42.0, -42.0, -42.0, 0); in ATF_TC_BODY() 133 testall(INFINITY, INFINITY, INFINITY, 0); in ATF_TC_BODY() 134 testall(-INFINITY, -INFINITY, -INFINITY, 0); in ATF_TC_BODY() 135 testall(NAN, 42.0, NAN, 0); in ATF_TC_BODY() 136 testall(42.0, NAN, NAN, 0); in ATF_TC_BODY() 137 testall(NAN, NAN, NAN, 0); in ATF_TC_BODY()
|
| H A D | ctrig_test.c | 102 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ macro 107 testall(func, x, result, exceptmask, excepts, checksign); \ 108 testall(func, -x, -result, exceptmask, excepts, checksign); \ 111 testall(func, x, result, exceptmask, excepts, checksign); \ 112 testall(func, -x, result, exceptmask, excepts, checksign); \
|
| /freebsd-13.1/contrib/apr-util/test/ |
| H A D | Makefile.in | 15 STDTEST_PORTABLE = dbd testall 49 testall: $(OBJECTS_testall)
|
| H A D | Makefile.win | 73 $(OUTDIR)\testall.exe 132 $(OUTDIR)\testall.exe: $(ALL_TESTS) $(INTDIR)\abts.obj $(PROGRAM_DEPENDENCIES)
|
| /freebsd-13.1/contrib/apr/ |
| H A D | README | 99 For more verbose output from testall, you may wish to invoke testall 103 ./testall -v 163 ./testall
|
| H A D | CMakeLists.txt | 317 ADD_EXECUTABLE(testall ${APR_TEST_SOURCES}) target 318 TARGET_LINK_LIBRARIES(testall ${whichapr} ${APR_SYSTEM_LIBS}) 320 SET_TARGET_PROPERTIES(testall PROPERTIES COMPILE_FLAGS ${apiflag}) 322 ADD_TEST(NAME testall COMMAND testall)
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | CMakeLists.txt | 300 ADD_EXECUTABLE(testall ${APR_TEST_SOURCES}) target 301 …TARGET_LINK_LIBRARIES(testall ${whichapr} ${apr_ldap_libraries} ${XMLLIB_LIBRARIES} ${LDAP_LIBRARI… 303 SET_TARGET_PROPERTIES(testall PROPERTIES COMPILE_FLAGS ${apiflag}) 305 ADD_TEST(NAME testall COMMAND testall)
|
| /freebsd-13.1/tools/tools/crypto/ |
| H A D | cryptotest.c | 546 int testall = 0; in main() local 587 testall = 1; in main() 622 if (testall) { in main() 630 if (testall) { in main()
|
| H A D | cryptocheck.c | 240 static bool testall, verbose; variable 1643 else if (testall) { in run_test_sizes() 1732 testall = false; in main() 1762 testall = true; in main() 1787 if (testall) { in main() 1807 if (testall) { in main()
|