Home
last modified time | relevance | path

Searched refs:ushort16 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h3901 char16 __ovld __cnfn convert_char16_rte(ushort16);
3902 char16 __ovld __cnfn convert_char16_sat_rte(ushort16);
3903 char16 __ovld __cnfn convert_char16_rtz(ushort16);
3904 char16 __ovld __cnfn convert_char16_sat_rtz(ushort16);
3905 char16 __ovld __cnfn convert_char16_rtp(ushort16);
3906 char16 __ovld __cnfn convert_char16_sat_rtp(ushort16);
3907 char16 __ovld __cnfn convert_char16_rtn(ushort16);
3908 char16 __ovld __cnfn convert_char16_sat_rtn(ushort16);
3909 char16 __ovld __cnfn convert_char16(ushort16);
3910 char16 __ovld __cnfn convert_char16_sat(ushort16);
[all …]
H A Dopencl-c-base.h188 typedef ushort ushort16 __attribute__((ext_vector_type(16))); typedef
605 #define as_ushort16(x) __builtin_astype((x), ushort16)