Lines Matching full:sweight
935 double sweight = sw ? count*sw[idx] : 1.;
998 grad1->data.db[k] = t*sweight;
1008 grad1->data.db[k] = t*sweight;
1012 E *= sweight;
1186 double sweight = sw ? sw[si+i] : inv_count, E1 = 0;
1191 gdata[j] = t*sweight;
1194 E += sweight*E1;
1202 double sweight = sw ? sw[si+i] : inv_count, E1 = 0;
1207 gdata[j] = t*sweight;
1210 E += sweight*E1;