Lines Matching refs:left
71 if ((c->left->block != this && in) || (c->right->block != this && !in)) {
80 f<<" merging on: "<<*c<<",c->left->offset="<<c->left->offset<<",c->right->offset="<<c->right->offset<<endl;
82 double dist = c->right->offset - c->left->offset - c->gap;
83 Block *l=c->left->block;
136 Block *lb=v->left->block;
142 f<<" timestamps: left="<<lb->timeStamp<<" right="<<rb->timeStamp<<" constraint="<<v->timeStamp<<endl;
183 while (v->left->block == v->right->block) {
202 return c->left->block==this && c->active && last!=c->left;
226 dfdv-=c->lm=-compute_dfdv(c->left,v,min_lm);
244 // the recursion (checking only constraints traversed left-to-right
258 if(c->left==r) {
262 Pair p=compute_dfdv_between(r,c->left,v,
306 reset_active_lm(c->left,v);
330 populateSplitBlock(b, (*c)->left, v);
372 populateSplitBlock(l,c->left,c->right);
374 populateSplitBlock(r,c->right,c->left);