Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_7_test.c49 unsigned char float8_data[] = {0xFB, 0x7E, 0x37, 0xE4, 0x3C, variable
53 float_ctrl = cbor_load(float8_data, 9, &res); in test_float8()
H A Dcbor_stream_decode_test.c458 unsigned char float8_data[] = {0xFB, 0xC0, 0x10, 0x66, 0x66, variable
462 assert_decoder_result(9, CBOR_DECODER_FINISHED, decode(float8_data, 9)); in test_float8_decoding()