Searched refs:xy (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/math/
H A Dfmaf.c42 double xy, result; local
46 xy = (double)x * y;
47 result = xy + z;
53 result - xy == z || /* exact */
65 result = xy + vz;
83 volatile double vxy = xy; /* XXX work around gcc CSE bug */
H A Dfma.c83 long double hi, lo1, lo2, xy; local
104 mul(&xy, &lo1, x, y);
105 exy = getexp(xy);
108 add(&hi, &lo2, z, xy);
110 add(&hi, &lo2, xy, z);
113 xy + z is 0, but it should be calculated with the
117 the xy + z below without the volatile memory access
122 return (xy + z_) + lo1;
133 hi = xy;
336 struct dd xy, local
[all...]
H A Dfmal.c169 struct dd xy, r; local
243 * (xy.hi, xy.lo) = x * y (exact)
244 * (r.hi, r.lo) = xy.hi + z (exact)
245 * adj = xy.lo + r.lo (inexact; low bit is sticky)
248 xy = dd_mul(xs, ys);
249 r = dd_add(xy.hi, zs);
260 return xy.hi + vzs + scalbnl(xy.lo, spread);
276 adj = r.lo + xy
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c390 coord xy; local
400 if (enexto(&xy, etmp->ex, etmp->ey, etmp->edata)) {
403 teleds(xy.x, xy.y, FALSE);
H A Dzap.c637 coord xy; local
638 xy.x = x; xy.y = y;
639 mtmp = montraits(obj, &xy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c390 coord xy; local
400 if (enexto(&xy, etmp->ex, etmp->ey, etmp->edata)) {
403 teleds(xy.x, xy.y, FALSE);
H A Dzap.c637 coord xy; local
638 xy.x = x; xy.y = y;
639 mtmp = montraits(obj, &xy);

Completed in 47 milliseconds