Home
last modified time | relevance | path

Searched refs:cbor_value_get_half_float (Results 1 – 6 of 6) sorted by relevance

/tinycbor-2.7.6/examples/
Dsimplereader.c137 cbor_value_get_half_float(it, &val); in dumprecursive()
/tinycbor-2.7.6/src/
Dcborpretty.c412 cbor_value_get_half_float(it, &f16); in value_to_pretty()
Dcborvalidation.c394 err = cbor_value_get_half_float(it, &valf16); in validate_floating_point()
Dcbortojson.c613 cbor_value_get_half_float(it, &f16); in value_to_json()
Dcborparser.c1299 CborError cbor_value_get_half_float(const CborValue *value, void *result) in cbor_value_get_half_float() function
/tinycbor-2.7.6/include/tinycbor/
Dcbor.h469 CBOR_API CborError cbor_value_get_half_float(const CborValue *value, void *result);