Lines Matching refs:head
51 Real* T = v->head();
52 Real* P = v->getPrev()->head();
53 Real* N = v->getNext()->head();
69 Real* A = v->getPrev()->head();
70 Real* B = v->head();
94 //printf("isCusp,%f,%f\n", v->head()[0], v->head()[1]);
140 Int is_minimal = ((compV2InX(cusp->head(), cusp->tail()) == -1)? 1:0);
145 if(compV2InX(cusp->head(), temp->head()) == 1)
153 if(compV2InX(cusp->head(), temp->head()) == -1)