Searched defs:floatingPointValue (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/libcppbor/tests/ |
H A D | cppbor_test.cpp | 2028 vector<uint8_t> floatingPointValue = {0xFA, 0x12, 0x75, 0x34, 0x37}; in TEST() local 2040 vector<uint8_t> floatingPointValue = {0xFA, 0x7F, 0x80, 0x00, 0x00}; in TEST() local 2052 vector<uint8_t> floatingPointValue = {0xFA, 0xFF, 0x80, 0x00, 0x00}; in TEST() local 2064 vector<uint8_t> floatingPointValue = {0xFA, 0x7F, 0xC0, 0x00, 0x00}; in TEST() local 2076 vector<uint8_t> floatingPointValue = {0xFA, 0x7F, 0x7F, 0xFF, 0xFF}; in TEST() local 2088 vector<uint8_t> floatingPointValue = {0xFA, 0x00, 0x80, 0x00, 0x00}; in TEST() local
|