Searched refs:NUM_ELEMENTS (Results 1 – 3 of 3) sorted by relevance
161 NUM_ELEMENTS = 32 enumerator215 T inout[NUM_ELEMENTS / 2];216 T input[NUM_ELEMENTS];217 T compare[NUM_ELEMENTS];218 T output[NUM_ELEMENTS];237 for (int i = 0; i < NUM_ELEMENTS / 2; i++) in fillWithTestData()244 m_ptr->compare[i + NUM_ELEMENTS / 2] = m_ptr->inout[i] + 1 - (i % 2); in fillWithTestData()246 for (int i = 0; i < NUM_ELEMENTS; i++) in fillWithTestData()333 for (int elementNdx = 0; elementNdx < NUM_ELEMENTS / 2; elementNdx++) in checkOperation()338 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperation()[all …]
60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \ argument68 const size_t Vectors<LABEL>::NumElements = NUM_ELEMENTS; \
397 #define NUM_ELEMENTS(A) (sizeof(A) / sizeof(A[0])) macro460 int op = NUM_ELEMENTS(unop) - 1; in eval()485 for (op = NUM_ELEMENTS(binop) - 1; op >= 0; op--) { in eval()