Home
last modified time | relevance | path

Searched refs:cbor_set_float2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_7.rst58 .. doxygenfunction:: cbor_set_float2
71 (e.g. :func:`cbor_set_float2`, :func:`cbor_new_float2`)
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.c66 void cbor_set_float2(cbor_item_t *item, float value) { in cbor_set_float2() function
166 cbor_set_float2(item, value); in cbor_build_float2()
H A Dfloats_ctrls.h157 CBOR_EXPORT void cbor_set_float2(cbor_item_t *item, float value);
/freebsd-13.1/contrib/libcbor/test/
H A Dcbor_serialize_test.c237 cbor_set_float2(item, NAN); in test_serialize_half()
/freebsd-13.1/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c343 cbor_set_float2(res, value); in cbor_builder_float2_callback()