Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.c40 double cbor_float_get_float8(const cbor_item_t* item) { in cbor_float_get_float8() function
58 return cbor_float_get_float8(item); in cbor_float_get_float()
H A Dfloats_ctrls.h67 _CBOR_NODISCARD CBOR_EXPORT double cbor_float_get_float8(
H A Dserialization.c393 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()
/freebsd/contrib/libcbor/test/
H A Dcopy_test.c179 assert_true(cbor_float_get_float8(copy = cbor_copy(item)) == in test_floats()
180 cbor_float_get_float8(item)); in test_floats()
499 assert_true(cbor_float_get_float8(copy = cbor_copy_definite(item)) == in test_definite_floats()
500 cbor_float_get_float8(item)); in test_definite_floats()
H A Dfloat_ctrl_test.c60 assert_true(cbor_float_get_float8(float_ctrl) == (double)1.0e+300); in test_float8()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_7_floats_ctrls.rst27 .. doxygenfunction:: cbor_float_get_float8
/freebsd/contrib/libcbor/src/
H A Dcbor.c157 return cbor_build_float8(cbor_float_get_float8(item)); in _cbor_copy_float_ctrl()