Home
last modified time | relevance | path

Searched refs:x_1 (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/groff/src/devices/grolbp/
HDlbp.h444 double x_1, y_1, x_4, y_4; in quadratic_spline() local
447 x_1 = a_1; y_1 = b_1; in quadratic_spline()
451 if ((fabs(x_1 - x_mid) < THRESHOLD) in quadratic_spline()
457 quadratic_spline(x_1, y_1, ((x_1+a_2)/2.0), ((y_1+b_2)/2.0), in quadratic_spline()
480 double x_1, y_1, x_2, y_2; in vdmspline() local
486 x_1 = o_x; in vdmspline()
493 cx_1 = (x_1 + x_2)/2.0; in vdmspline()
495 cx_2 = (x_1 + 3.0*x_2)/4.0; in vdmspline()
499 vdmprintf("1%s%s",vdmnum((int)x_1,xcoord),vdmnum((int)y_1,ycoord)); in vdmspline()
500 splinerel(x_1,y_1,-1); in vdmspline()
[all …]
/NextBSD/contrib/groff/src/devices/xditview/
HDdraw.c504 DrawArc (DviWidget dw, int x_0, int y_0, int x_1, int y_1) in DrawArc() argument
508 + sqrt ((double)x_1*x_1 + (double)y_1*y_1) in DrawArc()
510 if ((x_0 == 0 && y_0 == 0) || (x_1 == 0 && y_1 == 0)) in DrawArc()
513 angle2 = (int)(atan2 ((double)-y_1, (double)x_1)*180.0*64.0/M_PI); in DrawArc()
607 int x_1, y_1, dx, dy, n1, n2, n; in flattenCurve() local
609 x_1 = points[*pointi - 1].x; in flattenCurve()
612 dx = x_4 - x_1; in flattenCurve()
615 n1 = dy*(x_2 - x_1) - dx*(y_2 - y_1); in flattenCurve()
616 n2 = dy*(x_3 - x_1) - dx*(y_3 - y_1); in flattenCurve()
627 (x_1 + x_2)/2, in flattenCurve()
[all …]
/NextBSD/contrib/groff/src/libs/libgroff/
HDgeometry.cpp118 void check_output_arc_limits(int x_1, int y_1, in check_output_arc_limits() argument
127 int xcenter = x_1 + xv_1; in check_output_arc_limits()
135 int xe = x_1 - xcenter; in check_output_arc_limits()
/NextBSD/contrib/groff/src/preproc/grn/
HDhgraph.cpp967 HGtline(int x_1, in HGtline() argument
983 line(x_1, y_1); in HGtline()
992 if ((dx = x_1 - x_0) < 0) { in HGtline()
1005 while (x_0 != x_1) { in HGtline()
1043 change(x_1, y_1, 1); in HGtline()
1045 change(x_1, y_1, 0); in HGtline()
/NextBSD/contrib/gcc/doc/
HDtree-ssa.texi1296 2 x_1 = PHI (0, x_5)
1297 3 if (x_1 < 10)
1298 4 if (x_1 > 7)
1301 7 y_3 = x_1 + x_7
1303 9 x_5 = x_1 + 1
1313 2 x_1 = PHI (0, x_5)
1314 3 if (x_1 < 10)
1316 5 if (x_1 > 7)
1320 9 y_3 = x_1 + x_7
1322 11 x_5 = x_1 + 1
[all …]
HDloop.texi328 loop) equivalent to @code{x_1} in the following example
333 x_1 = phi (base, x_2);
334 x_2 = x_1 + step;
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp1350 int x_1, int y_1, int x_2, int y_2, in add_line() argument
1356 min(y_1, y_2), min(x_1, x_2), in add_line()
1357 max(y_1, y_2), max(x_1, x_2), in add_line()
1360 min(y_1, y_2), min(x_1, x_2), in add_line()
1361 max(y_1, y_2), max(x_1, x_2)); in add_line()
/NextBSD/contrib/gcc/
HDtree-data-ref.c3654 int x_1, x_2; in add_multivariate_self_dist() local
3667 x_1 = index_in_loop_nest (CHREC_VARIABLE (c_1), DDR_LOOP_NEST (ddr)); in add_multivariate_self_dist()
3671 dist_v[x_1] = int_cst_value (CHREC_RIGHT (c_2)); in add_multivariate_self_dist()
3675 add_outer_distances (ddr, dist_v, x_1); in add_multivariate_self_dist()