Home
last modified time | relevance | path

Searched refs:short4 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dopencl-c.h2358 char4 __ovld __cnfn convert_char4_rte(short4);
2359 char4 __ovld __cnfn convert_char4_sat_rte(short4);
2360 char4 __ovld __cnfn convert_char4_rtz(short4);
2361 char4 __ovld __cnfn convert_char4_sat_rtz(short4);
2362 char4 __ovld __cnfn convert_char4_rtp(short4);
2363 char4 __ovld __cnfn convert_char4_sat_rtp(short4);
2364 char4 __ovld __cnfn convert_char4_rtn(short4);
2365 char4 __ovld __cnfn convert_char4_sat_rtn(short4);
2366 char4 __ovld __cnfn convert_char4(short4);
2367 char4 __ovld __cnfn convert_char4_sat(short4);
[all …]
D__clang_cuda_intrinsics.h321 inline __device__ short4 __ldg(const short4 *ptr) { in __ldg()
324 short4 ret; in __ldg()
Dopencl-c-base.h120 typedef short short4 __attribute__((ext_vector_type(4))); typedef
506 #define as_short4(x) __builtin_astype((x), short4)