OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:poly8x8_t
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
arm_neon.h
72
typedef __attribute__((neon_polyvector_type(8))) poly8_t
poly8x8_t
;
typedef
172
poly8x8_t
val[2];
288
poly8x8_t
val[3];
404
poly8x8_t
val[4];
[
all
...]
/prebuilts/sdk/renderscript/clang-include/
arm_neon.h
72
typedef __attribute__((neon_polyvector_type(8))) poly8_t
poly8x8_t
;
typedef
172
poly8x8_t
val[2];
288
poly8x8_t
val[3];
404
poly8x8_t
val[4];
[
all
...]
Completed in 193 milliseconds
1
2