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

/barrelfish-master/lib/gdtoa/
H A Ddmisc.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...]
/barrelfish-master/lib/msun/src/
H A Ds_fmal.c168 long double xs, ys, zs, adj; local
189 ys = frexpl(y, &ey);
240 xy = dd_mul(vxs, ys);
H A Ds_fma.c180 double xs, ys, zs, adj; local
201 ys = frexp(y, &ey);
252 xy = dd_mul(vxs, ys);
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl218 -command "tkinspect:Deal_with_yscroll $top.ys $iw $h"
280 proc tkinspect:PackYS {iw h ys} {
283 set bf [frame $ys.b]
286 pack [button $bf.close -text "Close" -command "destroy $ys"] \
290 set yff [frame $ys.yff -borderwidth 3 -relief ridge]
294 set xf [frame $ys.xef -borderwidth 3 -relief ridge]
305 set yf [frame $ys.xf -borderwidth 3 -relief ridge]
1017 proc tkinspect:Deal_with_yscroll {ys iw h} {
1018 if {![tkinspect:RaiseWindow $ys]} {
1019 toplevel $ys
[all...]
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dhierarchy.tcl338 set ys [lindex $args 1] ;# ys is new top of screen
339 if {$ys < $ys0} {
356 foreach {ys ye} [$can yview] {break}
359 set yetol [expr ($ye-$ys)*($bottom-$top)*$btol]
363 set yetol [expr ($ye-$ys)*($bottom-$top)*$ttol]
364 set yedge [expr round(($ys * ($bottom - $top)) + $top + $yetol)]
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp3671 IntVarArgs ys(size);
3672 res = assign_IntVarArgs_from_ec_array(solver, size, yarr, ys);
3691 nooverlap(*solver, xs, ws, ys, hs, os);
3694 nooverlap(*solver, xs, ws, ys, hs);

Completed in 110 milliseconds