Lines Matching defs:sum
245 float sum=0.0;
246 sum += (L - other.L) * (L - other.L);
247 sum += (A - other.A) * (A - other.A);
248 sum += (B - other.B) * (B - other.B);
249 return sum;
1289 unsigned int sum = 0;
1291 sum += points[i].C;
1293 if ((float)sum >= threshold)
1675 * the weight factors sum up to 1.
1719 float sum=0.0;
1723 sum += v*v;
1725 return sum;