Home
last modified time | relevance | path

Searched defs:assert_double (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dstream_expectations.c244 void assert_double(double value) { in assert_double() function
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c608 assert_double(const char *file, int line, const char *a1, const char *a2, in assert_double() function
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h507 # define assert_double(a, op, b) munit_assert_double(a, op, b) macro