Home
last modified time | relevance | path

Searched refs:float2_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_7_test.c23 unsigned char float2_data[] = {0xF9, 0x7B, 0xFF}; variable
26 float_ctrl = cbor_load(float2_data, 3, &res); in test_float2()
H A Dcbor_stream_decode_test.c446 unsigned char float2_data[] = {0xF9, 0x7B, 0xFF}; variable
449 assert_decoder_result(3, CBOR_DECODER_FINISHED, decode(float2_data, 3)); in test_float2_decoding()