Home
last modified time | relevance | path

Searched refs:cbor_build_float2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.h185 CBOR_EXPORT cbor_item_t *cbor_build_float2(float value);
H A Dfloats_ctrls.c163 cbor_item_t *cbor_build_float2(float value) { in cbor_build_float2() function
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_7.rst48 .. doxygenfunction:: cbor_build_float2
/freebsd-13.1/contrib/libcbor/test/
H A Dcopy_test.c171 item = cbor_build_float2(3.14f); in test_floats()
H A Dmemory_allocation_test.c177 WITH_FAILING_MALLOC({ assert_null(cbor_build_float2(3.14)); }); in test_float_ctrl_creation()
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c148 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()
/freebsd-13.1/contrib/libcbor/
H A DCHANGELOG.md91 - `cbor_build_float2`, ...