Searched refs:expected_max (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/msun/tests/ |
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 | 19 int expected_max; member 52 if (!TEST_int_eq(SSL_CTX_get_max_proto_version(ctx), t.expected_max)) in test_set_min_max_version() 61 if (!TEST_int_eq(SSL_get_max_proto_version(ssl), t.expected_max)) in test_set_min_max_version()
|