Searched refs:vector_int (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaCXX/ |
D | constexpr-printing.cpp | 20 typedef __attribute__((vector_size(16))) int vector_int; typedef 35 int *e, int &f, vector_int g, U h) { in test_printing() 39 …nting(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1…
|
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 89 typedef std::vector<int> vector_int; typedef
|