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() function58 return cbor_float_get_float8(item); in cbor_float_get_float()
67 _CBOR_NODISCARD CBOR_EXPORT double cbor_float_get_float8(
393 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()
179 assert_true(cbor_float_get_float8(copy = cbor_copy(item)) == in test_floats()180 cbor_float_get_float8(item)); in test_floats()499 assert_true(cbor_float_get_float8(copy = cbor_copy_definite(item)) == in test_definite_floats()500 cbor_float_get_float8(item)); in test_definite_floats()
60 assert_true(cbor_float_get_float8(float_ctrl) == (double)1.0e+300); in test_float8()
27 .. doxygenfunction:: cbor_float_get_float8
157 return cbor_build_float8(cbor_float_get_float8(item)); in _cbor_copy_float_ctrl()