OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_double
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h
78
typedef double
cl_double
;
typedef
149
#define CL_HUGE_VAL ((
cl_double
) 1e500)
169
typedef double
cl_double
__attribute__((aligned(8)));
typedef
244
#define CL_HUGE_VAL ((
cl_double
) 1e500)
324
typedef
cl_double
__cl_double2 __attribute__((vector_size(16)));
389
typedef
cl_double
__cl_double4 __attribute__((vector_size(32)));
[
all
...]
/external/mesa3d/include/CL/
cl_platform.h
78
typedef double
cl_double
;
typedef
149
#define CL_HUGE_VAL ((
cl_double
) 1e500)
169
typedef double
cl_double
__attribute__((aligned(8)));
typedef
244
#define CL_HUGE_VAL ((
cl_double
) 1e500)
324
typedef
cl_double
__cl_double2 __attribute__((vector_size(16)));
389
typedef
cl_double
__cl_double4 __attribute__((vector_size(32)));
[
all
...]
Completed in 100 milliseconds