Home | History | Annotate | Download | only in src

Lines Matching refs:_y

261     std::vector<int> _x(fn), _y(fn);
262 int* x = &_x[0], *y = &_y[0];