Searched refs:double4 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 4671 char4 __ovld __cnfn convert_char4(double4); 4672 char4 __ovld __cnfn convert_char4_rte(double4); 4673 char4 __ovld __cnfn convert_char4_rtn(double4); 4674 char4 __ovld __cnfn convert_char4_rtp(double4); 4675 char4 __ovld __cnfn convert_char4_rtz(double4); 4676 char4 __ovld __cnfn convert_char4_sat(double4); 4677 char4 __ovld __cnfn convert_char4_sat_rte(double4); 4678 char4 __ovld __cnfn convert_char4_sat_rtn(double4); 4679 char4 __ovld __cnfn convert_char4_sat_rtp(double4); 4680 char4 __ovld __cnfn convert_char4_sat_rtz(double4); [all …]
|
| H A D | opencl-c-base.h | 228 typedef double double4 __attribute__((ext_vector_type(4))); typedef 646 #define as_double4(x) __builtin_astype((x), double4)
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_alias_intrinsics.h | 127 double4 abs(double4); 290 bool all(double4); 424 bool any(double4); 442 double4 asdouble(uint4, uint4); 675 double4 clamp(double4, double4, double4); 1533 double4 mad(double4, double4, double4); 1637 double4 max(double4, double4); 1741 double4 min(double4, double4); 1930 double4 rcp(double4); 2036 double4 saturate(double4); [all …]
|
| H A D | hlsl_compat_overloads.h | 23 constexpr float4 fn(double4 V) { return fn((float4)V); } 35 constexpr float4 fn(double4 V1, double4 V2) { \ 49 constexpr float4 fn(double4 V1, double4 V2, double4 V3) { \ 274 constexpr bool4 isinf(double4 V) { return isinf((float4)V); } in isinf()
|
| H A D | hlsl_intrinsics.h | 110 void asuint(double4, out uint4, out uint4); 213 const inline double4 dst(double4 Src0, double4 Src1) { in dst()
|
| H A D | hlsl_basic_types.h | 100 typedef vector<double, 4> double4; typedef
|