Searched refs:TEST_double_eq (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | params_test.c | 460 || !TEST_double_eq(app_p2, app_p2_init) /* Should remain untouched */ in test_case_variant() 489 || !TEST_double_eq(sneakpeek->p2, p2_init) /* Should remain untouched */ in test_case_variant() 511 || !TEST_double_eq(app_p2, app_p2_init) /* Should remain untouched */ in test_case_variant()
|
D | params_api_test.c | 455 && 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()
|
D | param_build_test.c | 111 || !TEST_double_eq(d, 1.61803398875) in template_public_test()
|
D | testutil.h | 476 # define TEST_double_eq(a, b) test_double_eq(__FILE__, __LINE__, #a, #b, a, b) macro
|