Searched refs:expected_max (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | fmaximum_fminimum_test.c | 59 long double expected_max, expected_min; in testall_r() local 61 expected_max = big + small; in testall_r() 62 expected_min = expected_max; in testall_r() 64 expected_max = big; in testall_r() 68 TEST(fmaximumf, float, big, small, expected_max, rmode); in testall_r() 69 TEST(fmaximumf, float, small, big, expected_max, rmode); in testall_r() 70 TEST(fmaximum, double, big, small, expected_max, rmode); in testall_r() 71 TEST(fmaximum, double, small, big, expected_max, rmode); in testall_r() 72 TEST(fmaximuml, long double, big, small, expected_max, rmode); in testall_r() 73 TEST(fmaximuml, long double, small, big, expected_max, rmode); in testall_r()
|
| H A D | fmaxmin_test.c | 60 long double expected_max = isnan(big) ? small : big; in testall_r() local 62 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r() 63 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r() 64 TEST(fmax, double, big, small, expected_max, rmode); in testall_r() 65 TEST(fmax, double, small, big, expected_max, rmode); in testall_r() 66 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r()
|
| /freebsd/crypto/openssl/test/ |
| H A D | ssl_ctx_test.c | 20 int expected_max; member 116 if (!TEST_int_eq(SSL_CTX_get_max_proto_version(ctx), t.expected_max)) in test_set_min_max_version() 125 if (!TEST_int_eq(SSL_get_max_proto_version(ssl), t.expected_max)) in test_set_min_max_version()
|