Searched defs:typed_ptr (Results 1 – 3 of 3) sorted by relevance
150 auto *typed_ptr = reinterpret_cast<float *>(aligned_ptr); in TEST_CASE() local218 auto *typed_ptr = reinterpret_cast<float *>(data); in TEST_CASE() local
125 auto *typed_ptr = reinterpret_cast<float *>(aligned_ptr); in TEST_CASE() local236 auto *typed_ptr = reinterpret_cast<float *>(data); in TEST_CASE() local
276 DataType* typed_ptr = static_cast<DataType*>(ptr); in Assign() local