Searched refs:munit_assert_float (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.h | 267 #define munit_assert_float(a, op, b) munit_assert_type(float, "f", a, op, b) macro 506 # define assert_float(a, op, b) munit_assert_float(a, op, b)
|