Home
last modified time | relevance | path

Searched refs:cbor_float_get_float (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/mit/libcbor/dist/test/
H A Dtype_7_test.c31 assert_true(fabs(cbor_float_get_float(float_ctrl) - 65504.0F) < eps); in test_float2()
44 assert_true(fabs(cbor_float_get_float(float_ctrl) - 100000.0F) < eps); in test_float4()
/netbsd/external/mit/libcbor/dist/src/cbor/
H A Dfloats_ctrls.h71 double cbor_float_get_float(const cbor_item_t *item);
H A Dfloats_ctrls.c46 double cbor_float_get_float(const cbor_item_t *item) { in cbor_float_get_float() function
/netbsd/external/mit/libcbor/dist/doc/source/api/
H A Dtype_7.rst29 .. doxygenfunction:: cbor_float_get_float
/netbsd/external/mit/libcbor/dist/src/
H A Dcbor.c336 fprintf(out, "value: %lf\n", cbor_float_get_float(item)); in _cbor_nested_describe()