Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/include/clc/
Das_type.h63 #define as_double2(x) __builtin_astype(x, double2) macro
/external/clang/lib/Headers/
Dopencl-c.h7171 double2 __ovld __cnfn as_double2(char16);
7172 double2 __ovld __cnfn as_double2(uchar16);
7173 double2 __ovld __cnfn as_double2(short8);
7174 double2 __ovld __cnfn as_double2(ushort8);
7175 double2 __ovld __cnfn as_double2(int3);
7176 double2 __ovld __cnfn as_double2(int4);
7177 double2 __ovld __cnfn as_double2(uint3);
7178 double2 __ovld __cnfn as_double2(uint4);
7179 double2 __ovld __cnfn as_double2(long2);
7180 double2 __ovld __cnfn as_double2(ulong2);
[all …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6411 #define as_double2(x) __builtin_astype((x), double2) macro