Searched refs:start_1d (Results 1 – 2 of 2) sorted by relevance
93 double start_1d, double end_1d, double * y_2d) in lsx_prepare_spline3() argument98 if (start_1d == HUGE_VAL) in lsx_prepare_spline3()102 u[0] = (3 / (x[1] - x[0])) * ((y[1] - y[0]) / (x[1] - x[0]) - start_1d); in lsx_prepare_spline3()
84 double start_1d, double end_1d, double * y_2d);