Searched defs:TestVectors (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_vector_ops_main.cpp49 Ty TestVectors[] = {Zero, Incr, Decr, Min, Max}; local
51 NumTestVectors = sizeof(TestVectors) / sizeof(Ty);
55 if (posix_memalign(&Dest, VECTOR_ALIGNMENT, sizeof(TestVectors))) {
60 memcpy(Dest, TestVectors, sizeof(TestVectors));
71 Ty *TestVectors = getTestVectors<T>(NumTestVectors); local
78 Ty Vect = TestVectors[VI];
100 free(TestVectors);
110 Ty *TestVectors = getTestVectors<T>(NumTestVectors); local
113 Ty Vect = TestVectors[V
139 Ty *TestVectors = getTestVectors<T>(NumTestVectors); local
[all...]

Completed in 137 milliseconds