Lines Matching defs:n_right
111 Int n_right = right_chain->getNumElements();
113 right_current>= n_right-1)
126 for(j=right_current; j<=n_right-1; j++)
177 *n_right>=1
182 Int n_right, Real** rightVerts,
190 assert(n_left>=1 && n_right>=1);
209 if(j<n_right-1) /*at least two vertices in right*/
213 for(k=n_right-1; k>=j; k--)
222 else if(j>= n_right) /*case2: no more in right*/
278 while(k< n_right)