Searched refs:cbor_float_get_width (Results 1 – 6 of 6) sorted by relevance
12 cbor_float_width cbor_float_get_width(const cbor_item_t *item) { in cbor_float_get_width() function19 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_0); in cbor_ctrl_value()25 return cbor_float_get_width(item) == CBOR_FLOAT_0; in cbor_float_ctrl_is_ctrl()30 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_16); in cbor_float_get_float2()36 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_32); in cbor_float_get_float4()42 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_64); in cbor_float_get_float8()49 switch (cbor_float_get_width(item)) { in cbor_float_get_float()68 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_16); in cbor_set_float2()74 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_32); in cbor_set_float4()80 CBOR_ASSERT(cbor_float_get_width(item) == CBOR_FLOAT_64); in cbor_set_float8()[all …]
38 cbor_float_get_width(const cbor_item_t *item);
141 switch (cbor_float_get_width(item)) { in cbor_serialized_size()355 switch (cbor_float_get_width(item)) { in cbor_serialize_float_ctrl()
141 switch (cbor_float_get_width(item)) { in _cbor_copy_float_ctrl()397 fprintf(out, "Width: %dB, ", _pow(2, cbor_float_get_width(item))); in _cbor_nested_describe()
72 cbor_float_get_width(val) != CBOR_FLOAT_0 || in decode_option()
1139 cbor_float_get_width(val) != CBOR_FLOAT_0 || in decode_cred_extension()1156 cbor_float_get_width(val) != CBOR_FLOAT_0 || in decode_cred_extension()