Searched refs:short4 (Results 1 – 3 of 3) sorted by relevance
2361 char4 __ovld __cnfn convert_char4_rte(short4);2362 char4 __ovld __cnfn convert_char4_sat_rte(short4);2363 char4 __ovld __cnfn convert_char4_rtz(short4);2364 char4 __ovld __cnfn convert_char4_sat_rtz(short4);2365 char4 __ovld __cnfn convert_char4_rtp(short4);2366 char4 __ovld __cnfn convert_char4_sat_rtp(short4);2367 char4 __ovld __cnfn convert_char4_rtn(short4);2368 char4 __ovld __cnfn convert_char4_sat_rtn(short4);2369 char4 __ovld __cnfn convert_char4(short4);2370 char4 __ovld __cnfn convert_char4_sat(short4);[all …]
319 inline __device__ short4 __ldg(const short4 *ptr) { in __ldg()322 short4 ret; in __ldg()
179 typedef short short4 __attribute__((ext_vector_type(4))); typedef583 #define as_short4(x) __builtin_astype((x), short4)