Lines Matching full:c_weights
2099 double *v_weights = buf, *c_weights = buf + n;
2153 c_weights[i] = sum ? 1./sum : 0;
2167 double dist2 = 0., beta = c_weights[idx];
2210 double* c_weights = (double*)alignPtr(cjk + m*mi, sizeof(double));
2243 cjk = (int*)(c_weights + _mi);
2253 int_ptr = (int**)(c_weights + _mi);
2275 c_weights[j] = sum;
2276 R += c_weights[j];
2302 weight = c_weights[idx];