Searched refs:ys (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dmisc.c111 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 >> 1
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dgeometry.cpp134 int ys = yend - ycenter; local
138 *miny = *maxy = ys;
149 qs = (ys >= 0) ? 0 : 3;
151 qs = (ys >= 0) ? 1 : 2;
158 || ((qs == qe) && (double(xs) * ye < double(xe) * ys)))
/macosx-10.10.1/ruby-106/ruby/lib/minitest/
H A Dbenchmark.rb224 def fit_exponential xs, ys
226 xys = xs.zip(ys)
246 def fit_linear xs, ys
248 xys = xs.zip(ys)
250 sy = sigma ys
268 def fit_power xs, ys
270 xys = xs.zip(ys)
273 slny = sigma(ys) { | y| Math.log(y) }
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dhebrwcal.cpp568 int32_t ys = startOfYear(year, status); // 1st day of year local
569 int32_t dayOfYear = (d - ys);
574 ys = startOfYear(year, status);
575 dayOfYear = (d - ys);
/macosx-10.10.1/efax-38/efax/
H A Defix.c221 int xs, ys, w, h, ixsh, iysh ; /* integer scale, size & shift */ local
377 ys = 256 * ysc * yres / ifile.page->yres + 0.5 ;
379 if ( xs <= 0 || ys <= 0 )
429 no = ( ( ilines * ys ) >> 8 ) - olines ;
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dogonek.el343 (defun ogonek-zip-lists (xs ys)
347 (setq pairs (cons (cons (car xs) (car ys)) pairs))
349 (setq ys (cdr ys)))
/macosx-10.10.1/screen-22/screen/
H A Dansi.c2416 MScrollV(p, n, ys, ye, bce)
2418 int n, ys, ye, bce;
2430 MScrollV(p, n - 256, ys, ye, bce);
2433 if (ye - ys + 1 < n)
2434 n = ye - ys + 1;
2438 ye = MFindUsedLine(p, ye, ys);
2439 if (ye - ys + 1 < n)
2440 n = ye - ys + 1;
2446 ml = p->w_mlines + ys;
2447 for (i = ys;
[all...]
H A Ddisplay.c1661 ScrollV(xs, ys, xe, ye, n, bce)
1662 int xs, ys, xe, ye, n, bce;
1673 if (n >= ye - ys + 1 || -n >= ye - ys + 1)
1675 ClearArea(xs, ys, xs, xe, xe, ye, bce, 0);
1680 RefreshArea(xs, ys, xe, ye, 0);
1686 if (D_bot > ye || D_bot < ys)
1691 if (missy > ye || missy < ys)
1702 if (n >= ye - ys + 1)
1703 n = ye - ys
[all...]
H A Dlayer.c181 LScrollV(l, n, ys, ye, bce)
184 int ys, ye;
197 ys2 = ys + vp->v_yoff;
217 debug2("LScrollV: %d %d", ys, ye);
219 if (ye2 - ys2 == ye - ys)
229 ys2 = ys + vp->v_yoff - n;
500 LClearArea(l, xs, ys, xe, ye, bce, uself)
502 int xs, ys, xe, ye;
527 ys2 = ys + vp->v_yoff;
552 if (ys2 != ys
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A Ddtoa.cpp615 unsigned long long borrow, carry, y, ys; local
617 uint32_t borrow, carry, y, ys; local
638 ys = *sx++ * (unsigned long long)q + carry;
639 carry = ys >> 32;
640 y = *bx - (ys & 0xffffffffUL) - borrow;
645 ys = (si & 0xffff) * q + carry;
646 zs = (si >> 16) * q + (ys >> 16);
648 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
670 ys = *sx++ + carry;
671 carry = ys >> 3
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp583 double xs, ys, resolution, fullcircle; local
593 ys = py - cy;
597 resolution = (1.0 + groff_hypot(xs, ys) / res) * PointsPerInterval;
612 xs += epsilon * ys;
614 ys -= epsilon * xs;
615 ny = cy + (int) (ys + 0.5);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnm.c530 asection *xs, *ys;
538 ys = bfd_get_section (y);
542 if (! bfd_is_und_section (ys))
545 else if (bfd_is_und_section (ys))
580 asection *xs, *ys;
591 ys = bfd_get_section (y);
595 if (bfd_is_und_section (ys))
601 if (xs->vma != ys->vma)
602 return xs->vma < ys->vma ? -1 : 1;
525 asection *xs, *ys; local
575 asection *xs, *ys; local
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dcal.rb94 stack(group(xs, n).collect{|ys| trans(ys).collect{|zs| zs.join(' ')}})
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c102 rb_memsearch_ss(const unsigned char *xs, long m, const unsigned char *ys, long n) argument
106 if (y = memmem(ys, n, xs, m))
107 return y - ys;
113 rb_memsearch_ss(const unsigned char *xs, long m, const unsigned char *ys, long n) argument
116 const unsigned char *y = ys, *ye = ys + n;
148 return y - ys - m;
153 rb_memsearch_qs(const unsigned char *xs, long m, const unsigned char *ys, long n) argument
156 const unsigned char *y = ys;
165 for (; y + m <= ys
205 rb_memsearch_qs_utf8(const unsigned char *xs, long m, const unsigned char *ys, long n) argument
239 const unsigned char *ys; local
[all...]
H A Dutil.c2907 ULLong borrow, carry, y, ys;
2909 ULong borrow, carry, y, ys;
2936 ys = *sx++ * (ULLong)q + carry;
2937 carry = ys >> 32;
2938 y = *bx - (ys & FFFFFFFF) - borrow;
2944 ys = (si & 0xffff) * q + carry;
2945 zs = (si >> 16) * q + (ys >> 16);
2947 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
2953 ys = *sx++ * q + carry;
2954 carry = ys >> 1
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-util.el48 (defun cvs-union (xs ys)
49 (let ((zs ys))
51 (unless (member x ys) (push x zs)))))
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscrolledcanvas.rb286 def scale(tag, x, y, xs, ys)
287 tk_send_without_enc('scale', tagid(tag), x, y, xs, ys)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl277 set ys [expr {$half-0.2*$length*cos($angle)}]
280 set id [$c create line $xs $ys $xl $yl -fill $options(-pincolor) -width 0.6m]
H A Dvoltmeter.tcl247 set ys [expr {$ycentre+$l2*cos($angle)}]
250 set id [$c create line $xs $ys $xl $yl -fill $options(-needlecolor) -width 0.6m]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlistbox.tcl982 set ys [lindex $bbox 3]
990 if { $h < $ys } {
991 set h [expr {int($ys)}]
1346 # we extract the box (xi,yi,xs,ys) where we can find item around x,y
1353 set ys [expr {$yi+$dy}]
1385 set yl $ys
1405 if { $yc-$yi <= 3 || $ys-$yc <= 3 } {
1449 $path.c create rectangle $xi $yi $xs $ys -tags drop
H A Dtree.tcl1230 set ys [lindex $bbox 3]
1238 if { $h < $ys } {
1239 set h [expr {int($ys)}]
1687 set ys [expr {$yi+$dy}]
1689 foreach id [$path.c find overlapping $xi $yi $xs $ys] {
1731 set yl $ys
1749 if { $yc-$yi <= 3 || $ys-$yc <= 3 } {
1798 $path.c create rectangle $xi $yi $xs $ys -tags drop
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dvntelex.el132 ("ys" ?,1}(B) ; LATIN SMALL LETTER Y WITH ACUTE
335 ("yss" ["ys"])
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotaxis.tcl84 set ys {}
91 set ys $val
95 set scaling($w,ydelt) $ys
105 lappend ys $y
116 foreach y $ys yt $yts {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dcanvas.rb575 def scale(tag, x, y, xs, ys)
576 tk_send_without_enc('scale', tagid(tag), x, y, xs, ys)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_object.rb830 ys = y.singleton_class
831 assert_equal(class << y; self; end, ys)

Completed in 1562 milliseconds

12