Lines Matching defs:sum
39 vector signed int sum;
48 /* Square the values, and add them to our sum. */
54 sum = vec_sums((vector signed int) sv, (vector signed int) zero);
55 sum = vec_splat(sum, 3);
56 vec_ste(sum, 0, &s);
67 vector signed int sum;
75 /* Square the values, and add them to our sum. */
81 sum = vec_sums((vector signed int) sv, (vector signed int) zero);
82 sum = vec_splat(sum, 3);
83 vec_ste(sum, 0, &s);