Searched refs:ushort2 (Results 1 – 3 of 3) sorted by relevance
841 char2 __ovld __cnfn convert_char2_rte(ushort2);842 char2 __ovld __cnfn convert_char2_sat_rte(ushort2);843 char2 __ovld __cnfn convert_char2_rtz(ushort2);844 char2 __ovld __cnfn convert_char2_sat_rtz(ushort2);845 char2 __ovld __cnfn convert_char2_rtp(ushort2);846 char2 __ovld __cnfn convert_char2_sat_rtp(ushort2);847 char2 __ovld __cnfn convert_char2_rtn(ushort2);848 char2 __ovld __cnfn convert_char2_sat_rtn(ushort2);849 char2 __ovld __cnfn convert_char2(ushort2);850 char2 __ovld __cnfn convert_char2_sat(ushort2);[all …]
374 inline __device__ ushort2 __ldg(const ushort2 *ptr) { in __ldg()377 ushort2 ret; in __ldg()
182 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef588 #define as_ushort2(x) __builtin_astype((x), ushort2)