Searched refs:cx_2 (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/ |
| H A D | lbp.h | 481 double cx_1, cy_1, cx_2, cy_2, cx_3, cy_3, cx_4, cy_4; in vdmspline() local 497 cx_2 = (x_1 + 3.0*x_2)/4.0; in vdmspline() 520 quadratic_spline(cx_1, cy_1, cx_2, cy_2, cx_3, cy_3, cx_4, cy_4); in vdmspline() 523 cx_2 = (x_1 + 3.0*x_2)/4.0; in vdmspline()
|