Home | History | Annotate | Download | only in src

Lines Matching defs:xd

457         float* xd = xs + dims;
460 memset( xd, 0, dims*sizeof(xd[0]));
473 xd[i] += signature2[j + i + 1] * weight;
476 lb = dist_func( xs, xd, user_param ) / state->weight;