Searched refs:dd (Results 1 - 21 of 21) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/math/
H A Dfmal.c46 * A struct dd represents a floating-point number with twice the precision
50 struct dd { struct
56 * Compute a+b exactly, returning the exact result in a struct dd. We assume
60 static inline struct dd dd_add(long double a, long double b)
62 struct dd ret;
84 struct dd sum;
103 struct dd sum;
129 * Compute a*b exactly, returning the exact result in a struct dd. We assume
133 static inline struct dd dd_mul(long double a, long double b)
135 struct dd re
[all...]
H A Dfma.c196 * A struct dd represents a floating-point number with twice the precision
200 struct dd { struct
206 * Compute a+b exactly, returning the exact result in a struct dd. We assume
210 static inline struct dd dd_add(double a, double b)
212 struct dd ret;
234 struct dd sum;
257 struct dd sum;
287 * Compute a*b exactly, returning the exact result in a struct dd. We assume
291 static inline struct dd dd_mul(double a, double b)
294 struct dd re
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c138 int dd; /* distance to current point */ local
181 dd = distu(viz_rmin[row],row);
182 if (dd > max_distance) {
184 max_distance = dd;
192 max_distance = dd;
196 dd = distu(viz_rmax[row],row);
197 if (dd > max_distance) {
199 max_distance = dd;
208 max_distance = dd;
H A Dvault.c148 register int x, y, dd, gx, gy; local
154 for(dd = 2; (dd < ROWNO || dd < COLNO); dd++) {
155 for(y = u.uy-dd; y <= u.uy+dd; ly = y, y++) {
157 for(x = u.ux-dd; x <= u.ux+dd; lx = x, x++) {
158 if(y != u.uy-dd
[all...]
H A Dhacklib.c244 register int dd = n % 10; local
246 return (dd == 0 || dd > 3 || (n % 100) / 10 == 1) ? "th" :
247 (dd == 1) ? "st" : (dd == 2) ? "nd" : "rd";
H A Dsp_lev.c582 create_door(dd, broom)
583 room_door *dd;
589 if (dd->secret == -1)
590 dd->secret = rn2(2);
592 if (dd->mask == -1) {
594 if (!dd->secret) {
597 dd->mask = D_ISOPEN;
599 dd->mask = D_LOCKED;
601 dd->mask = D_CLOSED;
602 if (dd
[all...]
H A Dcmd.c2008 register int dd; local
2010 for(dd = 0; dd < 8; dd++)
2011 if(x == xdir[dd] && y == ydir[dd]) return dd;
2017 dtoxy(cc,dd) /* convert a direction code into an x,y pair */
2019 register int dd;
2021 cc->x = xdir[dd];
[all...]
H A Dmklev.c434 coord dd; local
438 finddpos(&dd, aroom->lx, aroom->hy+1, aroom->hx, aroom->hy+1);
441 finddpos(&dd, aroom->lx, aroom->ly-1, aroom->hx, aroom->ly-1);
443 *xx = dd.x;
444 *yy = dd.y;
H A Ddisplay.c1573 error4(x, y, a, b, c, dd)
1574 int x, y, a, b, c, dd;
1578 a ? "1":"", b ? "2":"", c ? "3":"", dd ? "4":"");
H A Dmonmove.c91 int dd; local
94 (dd = distu(mtmp->mx,mtmp->my)) < distu(x,y) &&
95 dd < 100 && !canseemon(mtmp)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmail.c138 int dd; /* distance to current point */ local
181 dd = distu(viz_rmin[row],row);
182 if (dd > max_distance) {
184 max_distance = dd;
192 max_distance = dd;
196 dd = distu(viz_rmax[row],row);
197 if (dd > max_distance) {
199 max_distance = dd;
208 max_distance = dd;
H A Dvault.c148 register int x, y, dd, gx, gy; local
154 for(dd = 2; (dd < ROWNO || dd < COLNO); dd++) {
155 for(y = u.uy-dd; y <= u.uy+dd; ly = y, y++) {
157 for(x = u.ux-dd; x <= u.ux+dd; lx = x, x++) {
158 if(y != u.uy-dd
[all...]
H A Dhacklib.c244 register int dd = n % 10; local
246 return (dd == 0 || dd > 3 || (n % 100) / 10 == 1) ? "th" :
247 (dd == 1) ? "st" : (dd == 2) ? "nd" : "rd";
H A Dsp_lev.c582 create_door(dd, broom)
583 room_door *dd;
589 if (dd->secret == -1)
590 dd->secret = rn2(2);
592 if (dd->mask == -1) {
594 if (!dd->secret) {
597 dd->mask = D_ISOPEN;
599 dd->mask = D_LOCKED;
601 dd->mask = D_CLOSED;
602 if (dd
[all...]
H A Dcmd.c2008 register int dd; local
2010 for(dd = 0; dd < 8; dd++)
2011 if(x == xdir[dd] && y == ydir[dd]) return dd;
2017 dtoxy(cc,dd) /* convert a direction code into an x,y pair */
2019 register int dd;
2021 cc->x = xdir[dd];
[all...]
H A Dmklev.c434 coord dd; local
438 finddpos(&dd, aroom->lx, aroom->hy+1, aroom->hx, aroom->hy+1);
441 finddpos(&dd, aroom->lx, aroom->ly-1, aroom->hx, aroom->ly-1);
443 *xx = dd.x;
444 *yy = dd.y;
H A Ddisplay.c1573 error4(x, y, a, b, c, dd)
1574 int x, y, a, b, c, dd;
1578 a ? "1":"", b ? "2":"", c ? "3":"", dd ? "4":"");
H A Dmonmove.c91 int dd; local
94 (dd = distu(mtmp->mx,mtmp->my)) < distu(x,y) &&
95 dd < 100 && !canseemon(mtmp)) {
/seL4-refos-master/seL4_tools/misc/
H A Dcobbler93 dd if=/dev/zero of="$OUTIMG" count=1 seek=`expr $CYLINDERS \* $BLKSPERCYL - 1` bs=512 2>/dev/null
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dtraps.S318 INT_HANDLER_WITHOUT_ERR_CODE(dd)
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dtraps.S410 INT_HANDLER_WITHOUT_ERR_CODE(dd,0)

Completed in 318 milliseconds