Searched refs:ushort4 (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/ |
H A D | operators.cl | 53 ushort4 us4a = (ushort4) (2, 4, 8, 16); 54 ushort4 us4b = (ushort4) (1, 2, 8, 4);
|
H A D | datatypes.cl | 72 ushort4 us4 = (ushort4) (1, 2, 3, 4);
|
H A D | callfuncs.cl | 128 ushort4 us4 = (ushort4) (1, 2, 3, 4);
|
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/ |
H A D | operators.cl | 53 ushort4 us4a = (ushort4) (2, 4, 8, 16); 54 ushort4 us4b = (ushort4) (1, 2, 8, 4);
|
H A D | datatypes.cl | 72 ushort4 us4 = (ushort4) (1, 2, 3, 4);
|
H A D | callfuncs.cl | 128 ushort4 us4 = (ushort4) (1, 2, 3, 4);
|
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | opencl-c.h | 9123 ushort4 __ovld __cnfn hadd(ushort4 x, ushort4 y); 9176 ushort4 __ovld __cnfn rhadd(ushort4 x, ushort4 y); 9229 ushort4 __ovld __cnfn clamp(ushort4 x, ushort4 minval, ushort4 maxval); 9430 ushort4 __ovld __cnfn mad_hi(ushort4 a, ushort4 b, ushort4 c); 9482 ushort4 __ovld __cnfn mad_sat(ushort4 a, ushort4 b, ushort4 c); 9534 ushort4 __ovld __cnfn max(ushort4 x, ushort4 y); 9626 ushort4 __ovld __cnfn min(ushort4 x, ushort4 y); 9719 ushort4 __ovld __cnfn mul_hi(ushort4 x, ushort4 y); 10969 ushort4 __ovld __cnfn bitselect(ushort4 a, ushort4 b, ushort4 c); 11106 ushort4 __ovld __cnfn select(ushort4 a, ushort4 b, ushort4 c); [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 | 112 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef 491 #define as_ushort4(x) __builtin_astype((x), ushort4)
|