Searched refs:double2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 4651 char2 __ovld __cnfn convert_char2(double2); 4652 char2 __ovld __cnfn convert_char2_rte(double2); 4653 char2 __ovld __cnfn convert_char2_rtn(double2); 4654 char2 __ovld __cnfn convert_char2_rtp(double2); 4655 char2 __ovld __cnfn convert_char2_rtz(double2); 4656 char2 __ovld __cnfn convert_char2_sat(double2); 4657 char2 __ovld __cnfn convert_char2_sat_rte(double2); 4658 char2 __ovld __cnfn convert_char2_sat_rtn(double2); 4659 char2 __ovld __cnfn convert_char2_sat_rtp(double2); 4660 char2 __ovld __cnfn convert_char2_sat_rtz(double2); [all …]
|
| H A D | __clang_cuda_intrinsics.h | 437 inline __device__ double2 __ldg(const double2 *ptr) { in __ldg() 440 double2 ret; in __ldg() 563 __INTRINSIC_LOAD2(__ldcg, "ld.global.cg.v2.f64", double2, double2, "=d", ); 628 __INTRINSIC_LOAD2(__ldcv, "ld.global.cv.v2.f64", double2, double2, 678 __INTRINSIC_LOAD2(__ldcs, "ld.global.cs.v2.f64", double2, double2, "=d", ); 762 __INTRINSIC_STORE2(__stwt, "st.global.wt.v2.f64", double2, double2, "d");
|
| H A D | opencl-c-base.h | 226 typedef double double2 __attribute__((ext_vector_type(2))); typedef 644 #define as_double2(x) __builtin_astype((x), double2)
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_alias_intrinsics.h | 123 double2 abs(double2); 286 bool all(double2); 420 bool any(double2); 438 double2 asdouble(uint2, uint2); 671 double2 clamp(double2, double2, double2); 1529 double2 mad(double2, double2, double2); 1633 double2 max(double2, double2); 1737 double2 min(double2, double2); 1926 double2 rcp(double2); 2032 double2 saturate(double2); [all …]
|
| H A D | hlsl_compat_overloads.h | 21 constexpr float2 fn(double2 V) { return fn((float2)V); } \ 29 constexpr float2 fn(double2 V1, double2 V2) { \ 43 constexpr float2 fn(double2 V1, double2 V2, double2 V3) { \ 272 constexpr bool2 isinf(double2 V) { return isinf((float2)V); } in isinf()
|
| H A D | hlsl_basic_types.h | 98 typedef vector<double, 2> double2; typedef
|
| H A D | hlsl_intrinsics.h | 106 void asuint(double2, out uint2, out uint2);
|