OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:double4
(Results
1 - 9
of
9
) 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
>;
/frameworks/rs/tests/typecheck/
kernels.rs
109
double4
d4;
110
double4
d4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
rs_allocation.rsh
213
GET_ELEMENT_AT(
double4
)
348
SET_ELEMENT_AT(
double4
)
rs_types.rsh
222
typedef double
double4
__attribute__((ext_vector_type(4)));
/prebuilts/sdk/renderscript/include/
rs_allocation.rsh
213
GET_ELEMENT_AT(
double4
)
348
SET_ELEMENT_AT(
double4
)
rs_types.rsh
222
typedef double
double4
__attribute__((ext_vector_type(4)));
/frameworks/rs/driver/runtime/
rs_core.c
163
PRIM_DEBUG(
double4
)
rs_allocation.c
255
ELEMENT_AT(
double4
)
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
42
typedef double
double4
__attribute__((ext_vector_type(4)));
typedef
779
ELEMENT_AT(
double4
, RS_TYPE_FLOAT_64, 4)
[
all
...]
Completed in 272 milliseconds