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

/external/arm-neon-tests/
H A Dstm-arm-neon-ref.h663 #define DECL_VARIABLE(VAR, T1, W, N) \ macro
667 DECL_VARIABLE(VAR, int, 8, 8); \
668 DECL_VARIABLE(VAR, int, 16, 4); \
669 DECL_VARIABLE(VAR, int, 32, 2); \
670 DECL_VARIABLE(VAR, int, 64, 1)
673 DECL_VARIABLE(VAR, uint, 8, 8); \
674 DECL_VARIABLE(VAR, uint, 16, 4); \
675 DECL_VARIABLE(VAR, uint, 32, 2); \
676 DECL_VARIABLE(VAR, uint, 64, 1)
679 DECL_VARIABLE(VA
[all...]

Completed in 161 milliseconds