Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/include/clc/
Das_type.h64 #define as_double3(x) __builtin_astype(x, double3) macro
/external/clang/lib/Headers/
Dopencl-c.h7184 double3 __ovld __cnfn as_double3(short16);
7185 double3 __ovld __cnfn as_double3(ushort16);
7186 double3 __ovld __cnfn as_double3(int8);
7187 double3 __ovld __cnfn as_double3(uint8);
7188 double3 __ovld __cnfn as_double3(long3);
7189 double3 __ovld __cnfn as_double3(long4);
7190 double3 __ovld __cnfn as_double3(ulong3);
7191 double3 __ovld __cnfn as_double3(ulong4);
7192 double3 __ovld __cnfn as_double3(float8);
7193 double3 __ovld __cnfn as_double3(double3);
[all …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6412 #define as_double3(x) __builtin_astype((x), double3) macro