OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vSInt32
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
vector-no-lax.cpp
3
typedef int __attribute__((vector_size (16)))
vSInt32
;
5
vSInt32
foo (vUInt32 a) {
6
vSInt32
b = { 0, 0, 0, 0 };
/external/clang/test/Sema/
arm-neon-types.c
23
typedef signed int
vSInt32
__attribute__((__vector_size__(16)));
24
int32x4_t test4(int32x4_t a,
vSInt32
b) {
Completed in 455 milliseconds