HomeSort by: relevance | last modified time | path
    Searched defs:expl (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hunt/huntd/
shots.c 664 char expl; local in function:chkshot
702 expl = (dy == 0) ? '*' : '|';
704 expl = '-';
706 expl = '\\';
708 expl = '/';
710 expl = '*';
711 showexpl(y, x, expl);
  /src/lib/libm/ld80/
s_expl.c 69 expl(long double x) function in typeref:typename:long double
181 * expl() so as to handle not so large negative exponents
235 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
  /src/lib/libm/ld128/
s_expl.c 58 expl(long double x) function in typeref:typename:long double
224 * expl() so as to handle not so large negative exponents
282 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
  /src/lib/libm/src/
namespace.h 41 #define expl _expl macro

Completed in 15 milliseconds