Searched refs:cbor_float_get_width (Results 1 – 8 of 8) sorted by relevance
12 cbor_float_width cbor_float_get_width(const cbor_item_t *item) { in cbor_float_get_width() function19 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 assert(cbor_float_get_width(item) == CBOR_FLOAT_16); in cbor_float_get_float2()36 assert(cbor_float_get_width(item) == CBOR_FLOAT_32); in cbor_float_get_float4()42 assert(cbor_float_get_width(item) == CBOR_FLOAT_64); in cbor_float_get_float8()48 switch (cbor_float_get_width(item)) { in cbor_float_get_float()68 assert(cbor_float_get_width(item) == CBOR_FLOAT_16); in cbor_set_float2()74 assert(cbor_float_get_width(item) == CBOR_FLOAT_32); in cbor_set_float4()80 assert(cbor_float_get_width(item) == CBOR_FLOAT_64); in cbor_set_float8()[all …]
36 CBOR_EXPORT cbor_float_width cbor_float_get_width(const cbor_item_t *item);
270 switch (cbor_float_get_width(item)) { in cbor_serialize_float_ctrl()
29 assert_true(cbor_float_get_width(float_ctrl) == CBOR_FLOAT_16); in test_float2()42 assert_true(cbor_float_get_width(float_ctrl) == CBOR_FLOAT_32); in test_float4()56 assert_true(cbor_float_get_width(float_ctrl) == CBOR_FLOAT_64); in test_float8()
144 switch (cbor_float_get_width(item)) { in _cbor_copy_float_ctrl()333 fprintf(out, "Width: %dB, ", _pow(2, cbor_float_get_width(item))); in _cbor_nested_describe()
20 .. doxygenfunction:: cbor_float_get_width
72 cbor_float_get_width(val) != CBOR_FLOAT_0 || in decode_option()
1120 cbor_float_get_width(val) != CBOR_FLOAT_0 || in decode_cred_extension()1137 cbor_float_get_width(val) != CBOR_FLOAT_0 || in decode_cred_extension()