Searched refs:ushort4 (Results 1 – 3 of 3) sorted by relevance
2371 char4 __ovld __cnfn convert_char4_rte(ushort4);2372 char4 __ovld __cnfn convert_char4_sat_rte(ushort4);2373 char4 __ovld __cnfn convert_char4_rtz(ushort4);2374 char4 __ovld __cnfn convert_char4_sat_rtz(ushort4);2375 char4 __ovld __cnfn convert_char4_rtp(ushort4);2376 char4 __ovld __cnfn convert_char4_sat_rtp(ushort4);2377 char4 __ovld __cnfn convert_char4_rtn(ushort4);2378 char4 __ovld __cnfn convert_char4_sat_rtn(ushort4);2379 char4 __ovld __cnfn convert_char4(ushort4);2380 char4 __ovld __cnfn convert_char4_sat(ushort4);[all …]
382 inline __device__ ushort4 __ldg(const ushort4 *ptr) { in __ldg()385 ushort4 ret; in __ldg()
184 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef590 #define as_ushort4(x) __builtin_astype((x), ushort4)