Home
last modified time | relevance | path

Searched refs:TEST_double_eq (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dparams_test.c461 || !TEST_double_eq(app_p2, app_p2_init) /* Should remain untouched */ in test_case_variant()
490 || !TEST_double_eq(sneakpeek->p2, p2_init) /* Should remain untouched */ in test_case_variant()
512 || !TEST_double_eq(app_p2, app_p2_init) /* Should remain untouched */ in test_case_variant()
H A Dparams_api_test.c455 && TEST_double_eq(p, 3.14159); in test_param_real()
555 || !TEST_double_eq(d2, 3.14) in test_param_construct()
556 || (tstid <= 1 && !TEST_double_eq(d, d2))) in test_param_construct()
H A Dparam_build_test.c180 || !TEST_double_eq(d, 1.61803398875) in template_public_test()
H A Dtestutil.h478 # define TEST_double_eq(a, b) test_double_eq(__FILE__, __LINE__, #a, #b, a, b) macro