OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:double4
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-clang.cpp
9
typedef __attribute__(( ext_vector_type(4) )) double
double4
;
typedef
13
void f(T v1,
double4
v2) {
19
template struct ExtVectorAccess0<
double4
>;
/external/clang/test/CodeGen/
arm-swiftcall.c
64
typedef double
double4
__attribute__((ext_vector_type(4)));
typedef
/external/clang/lib/Headers/
opencl-c.h
137
typedef double
double4
__attribute__((ext_vector_type(4)));
typedef
[
all
...]
Completed in 324 milliseconds