Searched refs:x_2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h480 double x_1, y_1, x_2, y_2; local
489 x_2 = p->x/ppi;
491 x_2 = o_x + XCOORD(0);
493 cx_1 = (x_1 + x_2)/2.0;
495 cx_2 = (x_1 + 3.0*x_2)/4.0;
507 x_1 = x_2;
509 /* x_2 = p->x/ppi;
511 x_2 = x_1 + XCOORD(i);
513 cx_3 = (3.0*x_1 + x_2)/4.0;
515 cx_4 = (x_1 + x_2)/2.
[all...]
/freebsd-10.0-release/contrib/groff/src/devices/xditview/
H A Ddraw.c605 int x_2, int y_2, int x_3, int y_3, int x_4, int y_4)
615 n1 = dy*(x_2 - x_1) - dx*(y_2 - y_1);
627 (x_1 + x_2)/2,
629 (x_1 + x_2*2 + x_3)/4,
631 (x_1 + 3*x_2 + 3*x_3 + x_4)/8,
634 (x_2 + x_3*2 + x_4)/4,
604 flattenCurve(XPoint *points, int *pointi, int x_2, int y_2, int x_3, int y_3, int x_4, int y_4) argument
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1350 int x_1, int y_1, int x_2, int y_2,
1356 min(y_1, y_2), min(x_1, x_2),
1357 max(y_1, y_2), max(x_1, x_2),
1360 min(y_1, y_2), min(x_1, x_2),
1361 max(y_1, y_2), max(x_1, x_2));
1348 add_line(style *s, int line_number, int x_1, int y_1, int x_2, int y_2, int thickness) argument
/freebsd-10.0-release/contrib/gcc/
H A Dtree-data-ref.c3658 int x_1, x_2;
3670 x_2 = index_in_loop_nest (CHREC_VARIABLE (c_2), DDR_LOOP_NEST (ddr));
3676 dist_v[x_2] = -int_cst_value (CHREC_RIGHT (c_1));
3654 int x_1, x_2; local

Completed in 183 milliseconds