Searched refs:x_0 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/groff/src/preproc/grn/ |
| D | hgraph.cpp | 970 register int x_0 = lastx; in HGtline() local 992 if ((dx = x_1 - x_0) < 0) { in HGtline() 1005 while (x_0 != x_1) { in HGtline() 1006 if ((x_0 & dotcounter) && !visible) { in HGtline() 1007 change(x_0, y_0, 0); in HGtline() 1009 } else if (visible && !(x_0 & dotcounter)) { in HGtline() 1010 change(x_0 - xinc, oldcoord, 1); in HGtline() 1020 x_0 += xinc; in HGtline() 1023 oldcoord = x_0; in HGtline() 1026 change(x_0, y_0, 0); in HGtline() [all …]
|
| /freebsd-9-stable/contrib/groff/src/devices/xditview/ |
| D | draw.c | 504 DrawArc (DviWidget dw, int x_0, int y_0, int x_1, int y_1) in DrawArc() argument 507 int rad = (int)((sqrt ((double)x_0*x_0 + (double)y_0*y_0) in DrawArc() 510 if ((x_0 == 0 && y_0 == 0) || (x_1 == 0 && y_1 == 0)) in DrawArc() 512 angle1 = (int)(atan2 ((double)y_0, (double)-x_0)*180.0*64.0/M_PI); in DrawArc() 524 XPos (dw) + DeviceToX (dw, x_0) - rad, in DrawArc()
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | random | 707 * Seeds the initial state @f$ x_0 @f$ of the random number generator. 721 * Seeds the initial state @f$ x_0 @f$ of the % subtract_with_carry 889 * Seeds the initial state @f$ x_0 @f$ of the random number generator. 895 * Seeds the initial state @f$ x_0 @f$ of the % subtract_with_carry_01
|