Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.h207 _CBOR_NODISCARD 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/contrib/libcbor/doc/source/api/
H A Dtype_7.rst48 .. doxygenfunction:: cbor_build_float2
/freebsd/contrib/libcbor/test/
H A Dfloat_ctrl_test.c122 WITH_FAILING_MALLOC({ assert_null(cbor_build_float2(3.14)); }); in test_float_ctrl_creation()
H A Dcopy_test.c166 item = cbor_build_float2(3.14f); 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()
/freebsd/contrib/libcbor/
H A DCHANGELOG.md151 - `cbor_build_float2`, ...