Home | History | Annotate | Download | only in src

Lines Matching defs:xs

436         float* xs = (float *) buffer;
437 float* xd = xs + dims;
439 memset( xs, 0, dims*sizeof(xs[0]));
446 xs[i] += signature1[j + i + 1] * weight;
456 lb = dist_func( xs, xd, user_param ) / state->weight;