Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_alias_intrinsics.h75 half2 abs(half2);
142 half2 acos(half2);
220 bool all(half2);
354 bool any(half2);
457 half2 asin(half2);
487 half2 atan(half2);
519 half2 atan2(half2 y, half2 x);
550 half2 ceil(half2);
587 half2 clamp(half2, half2, half2);
707 half2 cos(half2);
[all …]
H A Dhlsl_intrinsic_helpers.h53 constexpr float dot2add_impl(half2 a, half2 b, float c) { in dot2add_impl()
H A Dhlsl_basic_types.h90 typedef vector<half, 2> half2; typedef
H A Dhlsl_intrinsics.h189 const inline float dot2add(half2 A, half2 B, float C) { in dot2add()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h5475 uchar2 __ovld __cnfn convert_uchar2(half2);
5476 uchar2 __ovld __cnfn convert_uchar2_rte(half2);
5477 uchar2 __ovld __cnfn convert_uchar2_rtp(half2);
5478 uchar2 __ovld __cnfn convert_uchar2_rtn(half2);
5479 uchar2 __ovld __cnfn convert_uchar2_rtz(half2);
5480 uchar2 __ovld __cnfn convert_uchar2_sat(half2);
5481 uchar2 __ovld __cnfn convert_uchar2_sat_rte(half2);
5482 uchar2 __ovld __cnfn convert_uchar2_sat_rtp(half2);
5483 uchar2 __ovld __cnfn convert_uchar2_sat_rtn(half2);
5484 uchar2 __ovld __cnfn convert_uchar2_sat_rtz(half2);
[all …]
H A Dopencl-c-base.h216 typedef half half2 __attribute__((ext_vector_type(2))); typedef
653 #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.td289 // f(half, float), f(half2, float2), f(half, int), f(half2, int2) .
296 // f(half, half), f(half2, half), f(int, int), f(int2, int) .