Searched refs:cc (Results 1 - 25 of 73) sorted by relevance

123

/seL4-refos-master/libs/libmuslc/tools/
H A Dld.musl-clang.in2 cc="@CC@"
30 set -- "$@" $($cc -print-file-name=$x)
34 set -- "$@" $($cc -print-file-name=$file)
51 exec $($cc -print-prog-name=ld) -nostdlib "$@" -lc -dynamic-linker "$ldso"
H A Dmusl-clang.in2 cc="@CC@"
23 exec $cc \
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dquestpgr.c290 char *c, *cc; local
293 cc = out_line;
296 *cc = 0;
301 *(++cc) = 0;
310 case 'A': Strcat(cc, An(cvt_buf));
311 cc += strlen(cc);
313 case 'a': Strcat(cc, an(cvt_buf));
314 cc += strlen(cc);
[all...]
H A Dlock.c230 coord cc; local
276 if(!get_adjacent_loc((char *)0, "Invalid location!", u.ux, u.uy, &cc)) return 0;
277 if (cc.x == u.ux && cc.y == u.uy) { /* pick lock on a container */
297 for(otmp = level.objects[cc.x][cc.y]; otmp; otmp = otmp->nexthere)
363 door = &levl[cc.x][cc.y];
364 if ((mtmp = m_at(cc.x, cc
502 coord cc; local
[all...]
H A Dapply.c419 coord cc; local
428 if(!get_adjacent_loc((char *)0, (char *)0, u.ux, u.uy, &cc)) return;
430 if((cc.x == u.ux) && (cc.y == u.uy)) {
442 if(!(mtmp = m_at(cc.x, cc.y))) {
1215 coord cc; local
1288 cc.x = u.ux;
1289 cc.y = u.uy;
1290 if (getpos(&cc, TRU
1600 coord cc; local
1723 coord cc; local
2226 coord cc; local
2371 coord cc; local
2477 coord cc; local
[all...]
H A Dspell.c721 coord cc; local
831 cc.x=u.dx;cc.y=u.dy;
847 u.dx = cc.x+rnd(3)-2; u.dy = cc.y+rnd(3)-2;
851 u.dx = cc.x;
852 u.dy = cc.y;
970 coord cc; local
979 cc.x = u.ux;
980 cc
[all...]
H A Dteleport.c97 enexto(cc, xx, yy, mdat)
98 coord *cc;
102 return enexto_core(cc, xx, yy, mdat, 0);
106 enexto_core(cc, xx, yy, mdat, entflags)
107 coord *cc;
174 cc->x = good[i].x;
175 cc->y = good[i].y;
400 coord cc; local
438 cc.x = u.ux;
439 cc
1272 coord cc; local
[all...]
H A Dsteed.c467 coord cc; local
471 boolean have_spot = landing_spot(&cc,reason,0);
485 if (!have_spot) have_spot = landing_spot(&cc,reason,1);
492 if (!have_spot) have_spot = landing_spot(&cc,reason,1);
537 if (enexto(&cc, u.ux, u.uy, mtmp->data))
538 rloc_to(mtmp, cc.x, cc.y);
585 /* Keep steed here, move the player to cc;
589 teleds(cc.x, cc
[all...]
H A Ddogmove.c764 coord cc; local
768 cc.x = u.ux + nx;
769 cc.y = u.uy + ny;
770 if (goodpos(cc.x, cc.y, mtmp, 0)) goto dognext;
774 dtoxy(&cc, j);
775 if (goodpos(cc.x, cc.y, mtmp, 0)) goto dognext;
778 dtoxy(&cc, j);
779 if (goodpos(cc
[all...]
H A Dpager.c467 coord cc; /* screen pos of unknown glyph */ local
484 cc.x = u.ux;
485 cc.y = u.uy;
522 ans = getpos(&cc, quick, what_is_an_unknown_object);
523 if (ans < 0 || cc.x < 0) {
530 glyph = glyph_at(cc.x,cc.y);
551 glyph, (int)cc.x, (int)cc.y);
579 (sym == monsyms[S_HUMAN] && cc
[all...]
H A Ddokick.c1117 drop_to(cc, loc)
1118 coord *cc;
1125 cc->x = valley_level.dnum;
1126 cc->y = valley_level.dlevel;
1129 cc->y = cc->x = 0;
1134 cc->x = u.uz.dnum;
1135 cc->y = u.uz.dlevel + 1;
1138 cc->x = sstairs.tolev.dnum;
1139 cc
1159 coord cc; local
1279 coord cc; local
[all...]
H A Ddo_name.c43 getpos(cc, force, goal)
44 coord *cc;
61 cx = cc->x;
62 cy = cc->y;
188 cc->x = cx;
189 cc->y = cy;
228 coord cc; local
237 cc.x = u.ux;
238 cc.y = u.uy;
239 if (getpos(&cc, FALS
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dquestpgr.c290 char *c, *cc; local
293 cc = out_line;
296 *cc = 0;
301 *(++cc) = 0;
310 case 'A': Strcat(cc, An(cvt_buf));
311 cc += strlen(cc);
313 case 'a': Strcat(cc, an(cvt_buf));
314 cc += strlen(cc);
[all...]
H A Dlock.c230 coord cc; local
276 if(!get_adjacent_loc((char *)0, "Invalid location!", u.ux, u.uy, &cc)) return 0;
277 if (cc.x == u.ux && cc.y == u.uy) { /* pick lock on a container */
297 for(otmp = level.objects[cc.x][cc.y]; otmp; otmp = otmp->nexthere)
363 door = &levl[cc.x][cc.y];
364 if ((mtmp = m_at(cc.x, cc
502 coord cc; local
[all...]
H A Dapply.c419 coord cc; local
428 if(!get_adjacent_loc((char *)0, (char *)0, u.ux, u.uy, &cc)) return;
430 if((cc.x == u.ux) && (cc.y == u.uy)) {
442 if(!(mtmp = m_at(cc.x, cc.y))) {
1215 coord cc; local
1288 cc.x = u.ux;
1289 cc.y = u.uy;
1290 if (getpos(&cc, TRU
1600 coord cc; local
1723 coord cc; local
2226 coord cc; local
2371 coord cc; local
2477 coord cc; local
[all...]
H A Dspell.c721 coord cc; local
831 cc.x=u.dx;cc.y=u.dy;
847 u.dx = cc.x+rnd(3)-2; u.dy = cc.y+rnd(3)-2;
851 u.dx = cc.x;
852 u.dy = cc.y;
970 coord cc; local
979 cc.x = u.ux;
980 cc
[all...]
H A Dteleport.c97 enexto(cc, xx, yy, mdat)
98 coord *cc;
102 return enexto_core(cc, xx, yy, mdat, 0);
106 enexto_core(cc, xx, yy, mdat, entflags)
107 coord *cc;
174 cc->x = good[i].x;
175 cc->y = good[i].y;
400 coord cc; local
438 cc.x = u.ux;
439 cc
1272 coord cc; local
[all...]
H A Dsteed.c467 coord cc; local
471 boolean have_spot = landing_spot(&cc,reason,0);
485 if (!have_spot) have_spot = landing_spot(&cc,reason,1);
492 if (!have_spot) have_spot = landing_spot(&cc,reason,1);
537 if (enexto(&cc, u.ux, u.uy, mtmp->data))
538 rloc_to(mtmp, cc.x, cc.y);
585 /* Keep steed here, move the player to cc;
589 teleds(cc.x, cc
[all...]
H A Ddogmove.c764 coord cc; local
768 cc.x = u.ux + nx;
769 cc.y = u.uy + ny;
770 if (goodpos(cc.x, cc.y, mtmp, 0)) goto dognext;
774 dtoxy(&cc, j);
775 if (goodpos(cc.x, cc.y, mtmp, 0)) goto dognext;
778 dtoxy(&cc, j);
779 if (goodpos(cc
[all...]
H A Dpager.c467 coord cc; /* screen pos of unknown glyph */ local
484 cc.x = u.ux;
485 cc.y = u.uy;
522 ans = getpos(&cc, quick, what_is_an_unknown_object);
523 if (ans < 0 || cc.x < 0) {
530 glyph = glyph_at(cc.x,cc.y);
551 glyph, (int)cc.x, (int)cc.y);
579 (sym == monsyms[S_HUMAN] && cc
[all...]
H A Ddokick.c1117 drop_to(cc, loc)
1118 coord *cc;
1125 cc->x = valley_level.dnum;
1126 cc->y = valley_level.dlevel;
1129 cc->y = cc->x = 0;
1134 cc->x = u.uz.dnum;
1135 cc->y = u.uz.dlevel + 1;
1138 cc->x = sstairs.tolev.dnum;
1139 cc
1159 coord cc; local
1279 coord cc; local
[all...]
/seL4-refos-master/libs/libmuslc/src/math/
H A Dj1.c67 double z,s,c,ss,cc; local
81 cc = s-c;
87 cc = z/ss;
89 ss = z/cc;
93 cc = pone(x)*cc-qone(x)*ss;
97 cc = -cc;
98 return invsqrtpi*cc/sqrt(x);
H A Dj1f.c27 double z,s,c,ss,cc; local
33 cc = s-c;
38 cc = z/ss;
40 ss = z/cc;
44 cc = ponef(x)*cc-qonef(x)*ss;
48 cc = -cc;
49 return invsqrtpi*cc/sqrtf(x);
H A Dj0.c68 double s,c,ss,cc,z; local
82 cc = s+c;
88 cc = z/ss;
90 ss = z/cc;
94 cc = pzero(x)*cc-qzero(x)*ss;
97 return invsqrtpi*cc/sqrt(x);
H A Dj0f.c27 float z,s,c,ss,cc; local
29 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
30 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
36 cc = s+c;
41 cc = z/ss;
43 ss = z/cc;
47 cc = pzerof(x)*cc-qzerof(x)*ss;
50 return invsqrtpi*cc/sqrtf(x);

Completed in 195 milliseconds

123