Lines Matching refs:tail
95 if( ((*lptr)->head()[0] <= value) && ((*lptr)->tail()[0] <= value) )
109 if( ((*lptr)->head()[1] <= value) && ((*lptr)->tail()[1] <= value) )
132 if( ! ( jarc1->tail()[0] < (jarc1)->head()[0] ) ) {
134 _glu_dprintf( "s difference %f\n", (jarc1)->tail()[0] - (jarc1)->head()[0] );
139 if( ! ( jarc2->tail()[0] > (jarc2)->head()[0] ) ) {
141 _glu_dprintf( "s difference %f\n", (jarc2)->tail()[0] - (jarc2)->head()[0] );
192 REAL s = jarc1->tail()[0];
193 REAL t1 = jarc1->tail()[1];
194 REAL t2 = jarc2->tail()[1];
231 if( ! ( jarc1->tail()[1] < (jarc1)->head()[1] ) ) {
233 _glu_dprintf( "t difference %f\n", jarc1->tail()[1] - (jarc1)->head()[1] );
238 if( ! ( jarc2->tail()[1] > (jarc2)->head()[1] ) ) {
240 _glu_dprintf( "t difference %f\n", jarc2->tail()[1] - (jarc2)->head()[1] );
266 REAL s1 = jarc1->tail()[0];
267 REAL s2 = jarc2->tail()[0];
268 REAL t = jarc1->tail()[1];