Home
last modified time | relevance | path

Searched defs:assert_float (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dstream_expectations.c233 void assert_float(float value) { in assert_float() function
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h506 # define assert_float(a, op, b) munit_assert_float(a, op, b) macro