Searched refs:cbor_encode_single (Results 1 – 4 of 4) sorted by relevance
97 CBOR_EXPORT size_t cbor_encode_single(float, unsigned char *, size_t);
171 size_t cbor_encode_single(float value, unsigned char *buffer, in cbor_encode_single() function
277 return cbor_encode_single(cbor_float_get_float4(item), buffer, in cbor_serialize_float_ctrl()
89 assert_int_equal(5, cbor_encode_single(3.4028234663852886e+38, buffer, 512)); in test_float()