Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_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()
H A Dfloats_ctrls.h47 _CBOR_NODISCARD CBOR_EXPORT float cbor_float_get_float2(
H A Dserialization.c360 return cbor_encode_half(cbor_float_get_float2(item), buffer, buffer_size); in cbor_serialize_float_ctrl()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_7.rst25 .. doxygenfunction:: cbor_float_get_float2
/freebsd/contrib/libcbor/test/
H A Dfloat_ctrl_test.c32 assert_true(cbor_float_get_float2(float_ctrl) == 65504.0F); in test_float2()
H A Dfloat_ctrl_encoders_test.c48 assert_size_equal(3, cbor_encode_half(cbor_float_get_float2(half_float), in assert_half_float_codec_identity()
H A Dcopy_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/contrib/libcbor/src/
H A Dcbor.c146 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()