Searched refs:double8 (Results 1 – 3 of 3) sorted by relevance
4678 char8 __ovld __cnfn convert_char8(double8);4679 char8 __ovld __cnfn convert_char8_rte(double8);4680 char8 __ovld __cnfn convert_char8_rtn(double8);4681 char8 __ovld __cnfn convert_char8_rtp(double8);4682 char8 __ovld __cnfn convert_char8_rtz(double8);4683 char8 __ovld __cnfn convert_char8_sat(double8);4684 char8 __ovld __cnfn convert_char8_sat_rte(double8);4685 char8 __ovld __cnfn convert_char8_sat_rtn(double8);4686 char8 __ovld __cnfn convert_char8_sat_rtp(double8);4687 char8 __ovld __cnfn convert_char8_sat_rtz(double8);[all …]
155 typedef double double8 __attribute__((ext_vector_type(8))); typedef535 #define as_double8(x) __builtin_astype((x), double8)
79 static if (is(Vector!(double[8]))) alias Vector!(double[8]) double8; ///