Lines Matching full:vec_div
1950 /* vec_div */
1955 static vector signed char __ATTRS_o_ai vec_div(vector signed char __a,
1960 static vector unsigned char __ATTRS_o_ai vec_div(vector unsigned char __a,
1965 static vector signed short __ATTRS_o_ai vec_div(vector signed short __a,
1970 static vector unsigned short __ATTRS_o_ai vec_div(vector unsigned short __a,
1975 static vector signed int __ATTRS_o_ai vec_div(vector signed int __a,
1980 static vector unsigned int __ATTRS_o_ai vec_div(vector unsigned int __a,
1987 vec_div(vector signed long long __a, vector signed long long __b) {
1992 vec_div(vector unsigned long long __a, vector unsigned long long __b) {
1996 static vector float __ATTRS_o_ai vec_div(vector float __a, vector float __b) {
2000 static vector double __ATTRS_o_ai vec_div(vector double __a,