Lines Matching refs:rdst
2555 CvPair32s32f *src, *ldst0, *rdst0, *ldst, *rdst;
2563 rdst0 = rdst = data->get_ord_var_data(right, vi);
2573 ldst->i = rdst->i = idx;
2574 ldst->val = rdst->val = val;
2576 rdst += d;
2580 right->set_num_valid(vi, (int)(rdst - rdst0));
2588 ldst->i = rdst->i = idx;
2589 ldst->val = rdst->val = ord_nan;
2591 rdst += d;
2602 int *src, *ldst0, *rdst0, *ldst, *rdst;
2610 rdst0 = rdst = data->get_cat_var_data(right, vi);
2617 *ldst = *rdst = val;
2619 rdst += d;