Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.c34 float cbor_float_get_float4(const cbor_item_t* item) { in cbor_float_get_float4() function
56 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.c390 return cbor_encode_single(cbor_float_get_float4(item), buffer, in cbor_serialize_float_ctrl()
/freebsd/contrib/libcbor/test/
H A Dcopy_test.c173 assert_true(cbor_float_get_float4(copy = cbor_copy(item)) == in test_floats()
174 cbor_float_get_float4(item)); in test_floats()
493 assert_true(cbor_float_get_float4(copy = cbor_copy_definite(item)) == in test_definite_floats()
494 cbor_float_get_float4(item)); in test_definite_floats()
H A Dfloat_ctrl_test.c45 assert_true(cbor_float_get_float4(float_ctrl) == 100000.0F); in test_float4()
/freebsd/contrib/libcbor/examples/
H A Dcrash_course.c27 assert(cbor_float_get_float4(float_item) == 3.14f); in item_examples()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_7_floats_ctrls.rst26 .. doxygenfunction:: cbor_float_get_float4
/freebsd/contrib/libcbor/src/
H A Dcbor.c155 return cbor_build_float4(cbor_float_get_float4(item)); in _cbor_copy_float_ctrl()