Home | History | Annotate | Download | only in src

Lines Matching refs:xs

456         float* xs = (float *) buffer;
457 float* xd = xs + dims;
459 memset( xs, 0, dims*sizeof(xs[0]));
466 xs[i] += signature1[j + i + 1] * weight;
476 lb = dist_func( xs, xd, user_param ) / state->weight;