Searched refs:ys (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/gdtoa/ |
| HD | dmisc.c | 111 ULLong borrow, carry, y, ys; local 113 ULong borrow, carry, y, ys; local 140 ys = *sx++ * (ULLong)q + carry; 141 carry = ys >> 32; 142 y = *bx - (ys & 0xffffffffUL) - borrow; 148 ys = (si & 0xffff) * q + carry; 149 zs = (si >> 16) * q + (ys >> 16); 151 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; 157 ys = *sx++ * q + carry; 158 carry = ys >> 16; [all …]
|
| /freebsd-11-stable/contrib/groff/src/libs/libgroff/ |
| HD | geometry.cpp | 134 int ys = yend - ycenter; in check_output_arc_limits() local 138 *miny = *maxy = ys; in check_output_arc_limits() 149 qs = (ys >= 0) ? 0 : 3; in check_output_arc_limits() 151 qs = (ys >= 0) ? 1 : 2; in check_output_arc_limits() 158 || ((qs == qe) && (double(xs) * ye < double(xe) * ys))) in check_output_arc_limits()
|
| /freebsd-11-stable/lib/msun/src/ |
| HD | s_fmal.c | 168 long double xs, ys, zs, adj; in fmal() local 189 ys = frexpl(y, &ey); in fmal() 240 xy = dd_mul(vxs, ys); in fmal()
|
| HD | s_fma.c | 180 double xs, ys, zs, adj; in fma() local 201 ys = frexp(y, &ey); in fma() 252 xy = dd_mul(vxs, ys); in fma()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | nm.c | 509 asection *xs, *ys; in numeric_forward() local 517 ys = bfd_get_section (y); in numeric_forward() 521 if (! bfd_is_und_section (ys)) in numeric_forward() 524 else if (bfd_is_und_section (ys)) in numeric_forward() 559 asection *xs, *ys; in size_forward1() local 570 ys = bfd_get_section (y); in size_forward1() 574 if (bfd_is_und_section (ys)) in size_forward1() 580 if (xs->vma != ys->vma) in size_forward1() 581 return xs->vma < ys->vma ? -1 : 1; in size_forward1()
|
| /freebsd-11-stable/contrib/groff/src/preproc/grn/ |
| HD | hgraph.cpp | 583 double xs, ys, resolution, fullcircle; in HGArc() local 593 ys = py - cy; in HGArc() 597 resolution = (1.0 + groff_hypot(xs, ys) / res) * PointsPerInterval; in HGArc() 612 xs += epsilon * ys; in HGArc() 614 ys -= epsilon * xs; in HGArc() 615 ny = cy + (int) (ys + 0.5); in HGArc()
|
| /freebsd-11-stable/libexec/bootpd/ |
| HD | Announce | 27 :yd=<NIS domain>:ys=<NIS server>:nt=<NTP server>:
|
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | refclock_oncore.c | 3699 double xd, xm, xs, yd, ym, ys, hm, hft; in oncore_print_posn() local 3742 ys = is/1000.; in oncore_print_posn() 3745 ns, idx, imx, xs, ew, idy, imy, ys, hm, hft); in oncore_print_posn()
|