Searched refs:ushort4 (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | opencl-c.h | 9136 ushort4 __ovld __cnfn hadd(ushort4, ushort4); 9189 ushort4 __ovld __cnfn rhadd(ushort4, ushort4); 9242 ushort4 __ovld __cnfn clamp(ushort4, ushort4, ushort4); 9443 ushort4 __ovld __cnfn mad_hi(ushort4, ushort4, ushort4); 9495 ushort4 __ovld __cnfn mad_sat(ushort4, ushort4, ushort4); 9547 ushort4 __ovld __cnfn max(ushort4, ushort4); 9639 ushort4 __ovld __cnfn min(ushort4, ushort4); 9732 ushort4 __ovld __cnfn mul_hi(ushort4, ushort4); 10964 ushort4 __ovld __cnfn bitselect(ushort4, ushort4, ushort4); 11101 ushort4 __ovld __cnfn select(ushort4, ushort4, ushort4); [all …]
|
H A D | __clang_cuda_intrinsics.h | 384 inline __device__ ushort4 __ldg(const ushort4 *ptr) { in __ldg() 387 ushort4 ret; in __ldg()
|
H A D | opencl-c-base.h | 179 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef 578 #define as_ushort4(x) __builtin_astype((x), ushort4)
|