Home | History | Annotate | Download | only in src

Lines Matching defs:xd

437         float* xd = xs + dims;
440 memset( xd, 0, dims*sizeof(xd[0]));
453 xd[i] += signature2[j + i + 1] * weight;
456 lb = dist_func( xs, xd, user_param ) / state->weight;