Home
last modified time | relevance | path

Searched refs:half2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h40 half2 abs(half2);
90 half2 ceil(half2);
122 half2 cos(half2);
154 half2 floor(half2);
186 half2 log(half2);
218 half2 log10(half2);
250 half2 log2(half2);
282 half2 max(half2, half2);
368 half2 min(half2, half2);
454 half2 pow(half2, half2);
[all …]
H A Dhlsl_basic_types.h53 typedef vector<half, 2> half2; typedef
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7140 half2 __ovld __cnfn fma(half2, half2, half2);
7282 half2 __ovld fract(half2, half2 *);
7806 half2 __ovld __cnfn mad(half2, half2, half2);
7891 half2 __ovld modf(half2, half2 *);
8036 half2 __ovld __cnfn pow(half2, half2);
8378 half2 __ovld sincos(half2, half2 *);
10049 half2 __ovld __cnfn clamp(half2, half2, half2);
10118 half2 __ovld __cnfn max(half2, half2);
10205 half2 __ovld __cnfn mix(half2, half2, half2);
10324 half2 __ovld __cnfn smoothstep(half2, half2, half2);
[all …]
H A Dopencl-c-base.h210 typedef half half2 __attribute__((ext_vector_type(2))); typedef
636 #define as_half2(x) __builtin_astype((x), half2)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc308 // define half2(un) { return 2.0 * un / 2.0^hw + 2.0; }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td285 // f(half, float), f(half2, float2), f(half, int), f(half2, int2) .
292 // f(half, half), f(half2, half), f(int, int), f(int2, int) .