Home
last modified time | relevance | path

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

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