Searched refs:double4 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h81 double4 abs(double4);
113 double4 ceil(double4);
145 double4 cos(double4);
177 double4 floor(double4);
209 double4 log(double4);
[all...]
H A Dhlsl_basic_types.h63 typedef vector<double, 4> double4; typedef in namespace:hlsl
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h4671 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 Dopencl-c-base.h222 typedef double double4 __attribute__((ext_vector_type(4))); typedef
629 #define as_double4(x) __builtin_astype((x), double4)

Completed in 120 milliseconds