Searched refs:cbor_float_get_float8 (Results 1 – 7 of 7) sorted by relevance
40 double cbor_float_get_float8(const cbor_item_t *item) { in cbor_float_get_float8() function56 return cbor_float_get_float8(item); in cbor_float_get_float()
62 double cbor_float_get_float8(const cbor_item_t *item);
280 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()
184 assert_true(cbor_float_get_float8(copy = cbor_copy(item)) == in test_floats()185 cbor_float_get_float8(item)); in test_floats()
58 assert_true(cbor_float_get_float8(float_ctrl) == (double)1.0e+300); in test_float8()
28 .. doxygenfunction:: cbor_float_get_float8
154 return cbor_build_float8(cbor_float_get_float8(item)); in _cbor_copy_float_ctrl()