Searched refs:ydiff (Results 1 – 2 of 2) sorted by relevance
250 final double ydiff = y1[i] - currentState[i]; in computeCoefficients() local251 final double aspl = ydiff - yp1; in computeCoefficients()252 final double bspl = yp0 - ydiff; in computeCoefficients()255 polynoms[1][i] = ydiff; in computeCoefficients()268 final double ph1 = ydiff + 0.25 * (aspl - bspl); in computeCoefficients()
993 double yval, ydiff; in graph_find_tooltip() local999 ydiff = fabs(yval - y); in graph_find_tooltip()1004 if (ydiff < best_delta) { in graph_find_tooltip()1005 best_delta = ydiff; in graph_find_tooltip()