Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/include/clc/
Das_type.h74 #define as_half4(x) __builtin_astype(x, half4) macro
/external/clang/lib/Headers/
Dopencl-c.h7296 half4 __ovld __cnfn as_half4(char8);
7297 half4 __ovld __cnfn as_half4(uchar8);
7298 half4 __ovld __cnfn as_half4(short3);
7299 half4 __ovld __cnfn as_half4(short4);
7300 half4 __ovld __cnfn as_half4(ushort3);
7301 half4 __ovld __cnfn as_half4(ushort4);
7302 half4 __ovld __cnfn as_half4(int2);
7303 half4 __ovld __cnfn as_half4(uint2);
7304 half4 __ovld __cnfn as_half4(long);
7305 half4 __ovld __cnfn as_half4(ulong);
[all …]
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6422 #define as_half4(x) __builtin_astype((x), half4) macro