Searched refs:double4 (Results 1 – 3 of 3) sorted by relevance
4668 char4 __ovld __cnfn convert_char4(double4);4669 char4 __ovld __cnfn convert_char4_rte(double4);4670 char4 __ovld __cnfn convert_char4_rtn(double4);4671 char4 __ovld __cnfn convert_char4_rtp(double4);4672 char4 __ovld __cnfn convert_char4_rtz(double4);4673 char4 __ovld __cnfn convert_char4_sat(double4);4674 char4 __ovld __cnfn convert_char4_sat_rte(double4);4675 char4 __ovld __cnfn convert_char4_sat_rtn(double4);4676 char4 __ovld __cnfn convert_char4_sat_rtp(double4);4677 char4 __ovld __cnfn convert_char4_sat_rtz(double4);[all …]
154 typedef double double4 __attribute__((ext_vector_type(4))); typedef534 #define as_double4(x) __builtin_astype((x), double4)
67 static if (is(Vector!(double[4]))) alias Vector!(double[4]) double4; ///