Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h44 half4 abs(half4);
94 half4 ceil(half4);
126 half4 cos(half4);
158 half4 floor(half4);
190 half4 log(half4);
222 half4 log10(half4);
254 half4 log2(half4);
286 half4 max(half4, half4);
372 half4 min(half4, half4);
458 half4 pow(half4, half4);
[all …]
H A Dhlsl_basic_types.h55 typedef vector<half, 4> half4; typedef
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7142 half4 __ovld __cnfn fma(half4, half4, half4);
7284 half4 __ovld fract(half4, half4 *);
7808 half4 __ovld __cnfn mad(half4, half4, half4);
7893 half4 __ovld modf(half4, half4 *);
8038 half4 __ovld __cnfn pow(half4, half4);
8380 half4 __ovld sincos(half4, half4 *);
10051 half4 __ovld __cnfn clamp(half4, half4, half4);
10120 half4 __ovld __cnfn max(half4, half4);
10207 half4 __ovld __cnfn mix(half4, half4, half4);
10326 half4 __ovld __cnfn smoothstep(half4, half4, half4);
[all …]
H A Dopencl-c-base.h212 typedef half half4 __attribute__((ext_vector_type(4))); typedef
638 #define as_half4(x) __builtin_astype((x), half4)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def274 // Postfix h indicates the 4/5-th arguments are half4.