Home
last modified time | relevance | path

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

/openbsd/lib/libcbor/src/cbor/
H A Dfloats_ctrls.c34 float cbor_float_get_float4(const cbor_item_t *item) { in cbor_float_get_float4() function
55 return cbor_float_get_float4(item); in cbor_float_get_float()
H A Dfloats_ctrls.h57 _CBOR_NODISCARD CBOR_EXPORT float cbor_float_get_float4(
H A Dserialization.c362 return cbor_encode_single(cbor_float_get_float4(item), buffer, in cbor_serialize_float_ctrl()
/openbsd/lib/libcbor/src/
H A Dcbor.c147 return cbor_build_float4(cbor_float_get_float4(item)); in _cbor_copy_float_ctrl()