Home
last modified time | relevance | path

Searched refs:cbor_build_float4 (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.h192 CBOR_EXPORT cbor_item_t *cbor_build_float4(float value);
H A Dfloats_ctrls.c170 cbor_item_t *cbor_build_float4(float value) { in cbor_build_float4() function
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_7.rst49 .. doxygenfunction:: cbor_build_float4
/freebsd-13.1/contrib/libcbor/test/
H A Dcopy_test.c177 item = cbor_build_float4(3.14f); in test_floats()
H A Dmemory_allocation_test.c178 WITH_FAILING_MALLOC({ assert_null(cbor_build_float4(3.14)); }); in test_float_ctrl_creation()
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c150 return cbor_build_float4(cbor_float_get_float4(item)); in _cbor_copy_float_ctrl()