Searched refs:compute_t_from_x (Results 1 – 1 of 1) sorted by relevance
39 static float compute_t_from_x(float A, float B, float C, float x) { in compute_t_from_x() function68 t = compute_t_from_x(fCoeff[0].fX, fCoeff[1].fX, fCoeff[2].fX, x); in computeYFromX()