Home
last modified time | relevance | path

Searched refs:cbor_float_get_float2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/libcbor/src/cbor/
HDfloats_ctrls.c28 float cbor_float_get_float2(const cbor_item_t *item) { in cbor_float_get_float2() function
53 return cbor_float_get_float2(item); in cbor_float_get_float()
HDfloats_ctrls.h47 _CBOR_NODISCARD CBOR_EXPORT float cbor_float_get_float2(
HDserialization.c360 return cbor_encode_half(cbor_float_get_float2(item), buffer, buffer_size); in cbor_serialize_float_ctrl()
/freebsd-14-stable/contrib/libcbor/doc/source/api/
HDtype_7.rst25 .. doxygenfunction:: cbor_float_get_float2
/freebsd-14-stable/contrib/libcbor/test/
HDfloat_ctrl_test.c32 assert_true(cbor_float_get_float2(float_ctrl) == 65504.0F); in test_float2()
HDfloat_ctrl_encoders_test.c48 assert_size_equal(3, cbor_encode_half(cbor_float_get_float2(half_float), in assert_half_float_codec_identity()
HDcopy_test.c167 assert_true(cbor_float_get_float2(copy = cbor_copy(item)) == in test_floats()
168 cbor_float_get_float2(item)); in test_floats()
/freebsd-14-stable/contrib/libcbor/src/
HDcbor.c146 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()