Searched refs:kZeroFloatBytes (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 38 const auto kZeroFloatBytes = reinterpret_cast<const std::uint8_t*>(&kZeroFloat); variable 641 expected = {ENCODING_TYPE_FLOAT32, kZeroFloatBytes[0], kZeroFloatBytes[1], in TEST() 642 kZeroFloatBytes[2], kZeroFloatBytes[3]}; in TEST() 1192 kZeroFloatBytes[0], kZeroFloatBytes[1], kZeroFloatBytes[2], in TEST() 1193 kZeroFloatBytes[3], ENCODING_TYPE_POSITIVE_FIXINT_MIN + 10, in TEST() 1222 kZeroFloatBytes[0], kZeroFloatBytes[1], kZeroFloatBytes[2], in TEST() 1223 kZeroFloatBytes[3], ENCODING_TYPE_FIXSTR_MIN + 5, '1', '2', '3', '4', in TEST() 1832 buffer = {ENCODING_TYPE_FLOAT32, kZeroFloatBytes[0], kZeroFloatBytes[1], in TEST() 1833 kZeroFloatBytes[2], kZeroFloatBytes[3]}; in TEST() 1852 buffer = {ENCODING_TYPE_FLOAT32, kZeroFloatBytes[0], kZeroFloatBytes[1], in TEST() [all …]
|