Searched refs:ey (Results 1 - 15 of 15) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/math/
H A Dremquo.c8 int ey = uy.i>>52 & 0x7ff; local
29 if (!ey) {
30 for (i = uy.i<<12; i>>63 == 0; ey--, i <<= 1);
31 uy.i <<= -ey + 1;
38 if (ex < ey) {
39 if (ex+1 == ey)
45 for (; ex > ey; ex--) {
75 if (ex == ey || (ex+1 == ey && (2*x > y || (2*x == y && q%2)))) {
H A Dremquof.c8 int ey = uy.i>>23 & 0xff; local
29 if (!ey) {
30 for (i = uy.i<<9; i>>31 == 0; ey--, i <<= 1);
31 uy.i <<= -ey + 1;
38 if (ex < ey) {
39 if (ex+1 == ey)
45 for (; ex > ey; ex--) {
75 if (ex == ey || (ex+1 == ey && (2*x > y || (2*x == y && q%2)))) {
H A Datan2l.c32 int m, ex, ey; local
41 ey = uy.i.se & 0x7fff;
54 if (ey == 0x7fff) {
70 if (ex+120 < ey || ey == 0x7fff)
73 if ((m&2) && ey+120 < ex) /* |y/x| < 0x1p-120, x<0 */
H A Dfmod.c8 int ey = uy.i>>52 & 0x7ff; local
32 if (!ey) {
33 for (i = uy.i<<12; i>>63 == 0; ey--, i <<= 1);
34 uy.i <<= -ey + 1;
41 for (; ex > ey; ex--) {
H A Dfmodf.c8 int ey = uy.i>>23 & 0xff; local
29 if (!ey) {
30 for (i = uy.i<<9; i>>31 == 0; ey--, i <<= 1);
31 uy.i <<= -ey + 1;
38 for (; ex > ey; ex--) {
H A Dhypot.c25 int ex, ey; local
39 ey = uy.i>>52;
43 if (ey == 0x7ff)
49 if (ex - ey > 64)
59 } else if (ey < 0x3ff-450) {
H A Dhypotl.c28 int ex, ey; local
35 ey = ux.i.se;
40 ey = uy.i.se;
49 if (ex - ey > LDBL_MANT_DIG)
57 } else if (ey < 0x3fff-8000) {
H A Dremquol.c13 int ey = uy.i.se & 0x7fff; local
30 if (!ey) {
31 uy.i.se = ey;
33 ey = uy.i.se - 120;
37 if (ex >= ey) {
43 for (; ex > ey; ex--) {
74 for (; ex > ey; ex--) {
116 if (ex == ey || (ex+1 == ey && (2*x > y || (2*x == y && q%2)))) {
H A Dfmodl.c13 int ey = uy.i.se & 0x7fff; local
19 uy.i.se = ey;
31 if (!ey) {
33 ey = uy.i.se - 120;
41 for (; ex > ey; ex--) {
67 for (; ex > ey; ex--) {
H A D__rem_pio2.c54 int sign, n, ex, ey, i; local
127 ey = u.i>>52 & 0x7ff;
129 if (ex - ey > 16) { /* 2nd round, good to 118 bits */
136 ey = u.i>>52 & 0x7ff;
137 if (ex - ey > 49) { /* 3rd round, good to 151 bits, covers all cases */
H A D__rem_pio2l.c74 int ex,ey,n,i; local
86 ey = u.i.se & 0x7fff;
87 if (ex - ey > ROUND1) { /* 2nd iteration needed, good to 141/248 (ld80/ld128) */
94 ey = u.i.se & 0x7fff;
95 if (ex - ey > ROUND2) { /* 3rd iteration, good to 180/316 bits */
H A Dfmal.c171 int ex, ey, ez; local
189 ys = frexpl(y, &ey);
192 spread = ex + ey - ez;
251 spread = ex + ey;
H A Dfma.c338 int ex, ey, ez; local
356 ys = frexp(y, &ey);
359 spread = ex + ey - ez;
418 spread = ex + ey;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c230 int ex, ey; member in struct:entity
247 (occupants[entitycnt].ey == y))
266 etmp->ey = y;
281 etmp->ey = u.uy;
399 if (!e_survives_at(etmp, etmp->ex, etmp->ey)) {
400 if (enexto(&xy, etmp->ex, etmp->ey, etmp->edata)) {
411 etmp->ex = u.ux, etmp->ey = u.uy;
476 else if (chunks && is_pool(etmp->ex, etmp->ey))
481 if (is_db_wall(etmp->ex, etmp->ey))
512 if (is_db_wall(etmp->ex, etmp->ey))
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c230 int ex, ey; member in struct:entity
247 (occupants[entitycnt].ey == y))
266 etmp->ey = y;
281 etmp->ey = u.uy;
399 if (!e_survives_at(etmp, etmp->ex, etmp->ey)) {
400 if (enexto(&xy, etmp->ex, etmp->ey, etmp->edata)) {
411 etmp->ex = u.ux, etmp->ey = u.uy;
476 else if (chunks && is_pool(etmp->ex, etmp->ey))
481 if (is_db_wall(etmp->ex, etmp->ey))
512 if (is_db_wall(etmp->ex, etmp->ey))
[all...]

Completed in 46 milliseconds