Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dfloats_ctrls.c40 double cbor_float_get_float8(const cbor_item_t *item) { in cbor_float_get_float8() function
56 return cbor_float_get_float8(item); in cbor_float_get_float()
H A Dfloats_ctrls.h62 double cbor_float_get_float8(const cbor_item_t *item);
H A Dserialization.c280 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()
/netbsd-src/external/mit/libcbor/dist/test/
H A Dcopy_test.c184 assert_true(cbor_float_get_float8(copy = cbor_copy(item)) == in test_floats()
185 cbor_float_get_float8(item)); in test_floats()
H A Dtype_7_test.c58 assert_true(cbor_float_get_float8(float_ctrl) == (double)1.0e+300); in test_float8()
/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Dtype_7.rst28 .. doxygenfunction:: cbor_float_get_float8
/netbsd-src/external/mit/libcbor/dist/src/
H A Dcbor.c154 return cbor_build_float8(cbor_float_get_float8(item)); in _cbor_copy_float_ctrl()