Searched refs:cbor_float_get_float (Results 1 – 3 of 3) sorted by relevance
77 _CBOR_NODISCARD CBOR_EXPORT double cbor_float_get_float(
46 double cbor_float_get_float(const cbor_item_t *item) { in cbor_float_get_float() function
398 fprintf(out, "value: %lf\n", cbor_float_get_float(item)); in _cbor_nested_describe()