Home
last modified time | relevance | path

Searched refs:half4 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h72 half4 abs(half4);
126 half4 acos(half4);
184 bool all(half4);
296 bool any(half4);
378 half4 asin(half4);
406 half4 atan(half4);
438 half4 ceil(half4);
475 half4 clamp(half4, half4, half4);
578 half4 cos(half4);
605 half4 cosh(half4);
[all …]
H A Dhlsl_basic_types.h63 typedef vector<half, 4> half4; typedef
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h5495 uchar4 __ovld __cnfn convert_uchar4(half4);
5496 uchar4 __ovld __cnfn convert_uchar4_rte(half4);
5497 uchar4 __ovld __cnfn convert_uchar4_rtp(half4);
5498 uchar4 __ovld __cnfn convert_uchar4_rtn(half4);
5499 uchar4 __ovld __cnfn convert_uchar4_rtz(half4);
5500 uchar4 __ovld __cnfn convert_uchar4_sat(half4);
5501 uchar4 __ovld __cnfn convert_uchar4_sat_rte(half4);
5502 uchar4 __ovld __cnfn convert_uchar4_sat_rtp(half4);
5503 uchar4 __ovld __cnfn convert_uchar4_sat_rtn(half4);
5504 uchar4 __ovld __cnfn convert_uchar4_sat_rtz(half4);
[all …]
H A Dopencl-c-base.h216 typedef half half4 __attribute__((ext_vector_type(4))); typedef
642 #define as_half4(x) __builtin_astype((x), half4)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def292 // Postfix h indicates the 4/5-th arguments are half4.