Home
last modified time | relevance | path

Searched refs:INIT_CONTROL_POINTS (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_draw_spline.c283 #define INIT_CONTROL_POINTS(SPLINE, P0, S0, P1, S1, P2, S2, P3, S3) \ macro
353 INIT_CONTROL_POINTS(spline, p0, s0, p1, s1, p2, s2, p3, s3); in compute_closed_spline()
H A Du_draw.c2145 INIT_CONTROL_POINTS(spline, p0, s0, p1, s1, p2, s2, p3, s3); in quick_draw_spline()
/dports/math/R/R-4.1.2/src/main/
H A Dxspline.c444 #define INIT_CONTROL_POINTS(N) \ macro
536 INIT_CONTROL_POINTS(n); in compute_closed_spline()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dxspline.c444 #define INIT_CONTROL_POINTS(N) \ macro
536 INIT_CONTROL_POINTS(n); in compute_closed_spline()
/dports/print/transfig/transfig.3.2.5e/fig2dev/
H A Dtrans_spline.c47 #define INIT_CONTROL_POINTS(SPLINE, P0, S0, P1, S1, P2, S2, P3, S3) \ macro
237 INIT_CONTROL_POINTS(spline, p0, s0, p1, s1, p2, s2, p3, s3);
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/
H A Dtrans_spline.c47 #define INIT_CONTROL_POINTS(SPLINE, P0, S0, P1, S1, P2, S2, P3, S3) \ macro
236 INIT_CONTROL_POINTS(spline, p0, s0, p1, s1, p2, s2, p3, s3); in compute_closed_spline()