Home
last modified time | relevance | path

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

/openbsd-src/lib/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()
/openbsd-src/lib/libcbor/src/
H A Dcbor.c145 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()