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

  /src/lib/libm/noieee_src/
n_gamma.c 88 #define LEFT -.3955078125 /* left boundary for rat. approx */
151 } else if (x >= 1.0 + LEFT + x0) {
209 if (y <= 1.0 + (LEFT + x0)) {
219 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
233 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
240 if (x < x0 + LEFT) {
n_lgamma.c 90 #define LEFT (1.0 - (x0 + .25))
224 } else if (y < -LEFT) {
  /src/lib/libm/src/
b_tgamma.c 98 #define LEFT -.3955078125 /* left boundary for rat. approx */
144 } else if (x >= 1.0 + LEFT + x0)
195 if (y <= 1.0 + (LEFT + x0)) {
205 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
219 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
226 if (x < x0 + LEFT) {
  /src/games/hunt/hunt/
otto.c 68 #undef LEFT
102 #define LEFT 1
133 #define litem flbr[LEFT]
469 rel_dir = LEFT;
  /src/usr.bin/midiplay/
midiplay.c 341 * l > 0. May as well test now whether we will be left 'insysex'
450 * left to read */
838 #define LEFT(i) ((i << 1) + 1)
852 lc = LEFT(node);
  /src/games/battlestar/
extern.h 139 #define LEFT 1005
288 extern int left, right, ahead, back;
  /src/sys/dev/qbus/
qdreg.h 200 #define LEFT 2
241 u_short scroll_x_min; /* X scroll min - left boundary */
257 u_short x_clip_min; /* left clipping boundary */
  /src/sys/arch/vax/include/
qdreg.h 202 #define LEFT 2
243 u_short scroll_x_min; /* X scroll min - left boundary */
259 u_short x_clip_min; /* left clipping boundary */
  /src/games/rogue/
rogue.h 403 #define LEFT 6

Completed in 17 milliseconds