Home
last modified time | relevance | path

Searched refs:expected_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/msun/tests/
H A Dfmaxmin_test.c60 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 Dssl_ctx_test.c19 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()