Home
last modified time | relevance | path

Searched refs:as_double4 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libclc/generic/include/clc/
Das_type.h65 #define as_double4(x) __builtin_astype(x, double4) macro
/external/clang/lib/Headers/
Dopencl-c.h7195 double4 __ovld __cnfn as_double4(short16);
7196 double4 __ovld __cnfn as_double4(ushort16);
7197 double4 __ovld __cnfn as_double4(int8);
7198 double4 __ovld __cnfn as_double4(uint8);
7199 double4 __ovld __cnfn as_double4(long3);
7200 double4 __ovld __cnfn as_double4(long4);
7201 double4 __ovld __cnfn as_double4(ulong3);
7202 double4 __ovld __cnfn as_double4(ulong4);
7203 double4 __ovld __cnfn as_double4(float8);
7204 double4 __ovld __cnfn as_double4(double3);
[all …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6413 #define as_double4(x) __builtin_astype((x), double4) macro