Searched refs:float8_data (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | type_7_test.c | 49 unsigned char float8_data[] = {0xFB, 0x7E, 0x37, 0xE4, 0x3C, variable 53 float_ctrl = cbor_load(float8_data, 9, &res); in test_float8()
|
H A D | cbor_stream_decode_test.c | 458 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()
|