Searched refs:cbor_float_get_float (Results 1 – 5 of 5) sorted by relevance
31 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()
72 CBOR_EXPORT double cbor_float_get_float(const cbor_item_t *item);
46 double cbor_float_get_float(const cbor_item_t *item) { in cbor_float_get_float() function
28 .. doxygenfunction:: cbor_float_get_float
334 fprintf(out, "value: %lf\n", cbor_float_get_float(item)); in _cbor_nested_describe()