Searched refs:castty (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | vectors.h | 34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16))); argument 71 #define X(ty, eltty, castty) \ argument 72 DECLARE_VECTOR_TYPE(ty, ty, eltty, castty, (sizeof(ty) / sizeof(eltty)))
|
D | vectors.def | 26 // define X(ty, eltty, castty)
|
D | test_vector_ops.h | 61 #define X(ty, eltty, castty) DECLARE_VECTOR_OPS(ty) argument
|