Searched refs:half2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_intrinsics.h | 66 half2 abs(half2); 122 half2 acos(half2); 178 bool all(half2); 290 bool any(half2); 374 half2 asin(half2); 402 half2 atan(half2); 432 half2 ceil(half2); 469 half2 clamp(half2, half2, half2); 572 half2 cos(half2); 601 half2 cosh(half2); [all …]
|
H A D | hlsl_basic_types.h | 61 typedef vector<half, 2> half2; typedef
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 5475 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 D | opencl-c-base.h | 214 typedef half half2 __attribute__((ext_vector_type(2))); typedef 640 #define as_half2(x) __builtin_astype((x), half2)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 308 // define half2(un) { return 2.0 * un / 2.0^hw + 2.0; }
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 285 // 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) .
|