Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_allocator.cc26 std::int32_t* int32_array = in test_allocator() local
29 Check(int32_array == a->GetPointer<std::int32_t>(handle_to_int32_array)); in test_allocator()
32 !(reinterpret_cast<std::uintptr_t>(int32_array) % Allocator::kAlignment)); in test_allocator()
36 reinterpret_cast<std::uintptr_t>(int32_array + int32_array_size)); in test_allocator()
37 memset(int32_array, 0, sizeof(*int32_array) * int32_array_size); in test_allocator()
/external/gemmlowp/meta/
Dtest_transform_benchmark.cc97 std::unique_ptr<std::int32_t[]> int32_array(new std::int32_t[elements]); in main() local
106 requantize_params.input = int32_array.get(); in main()