HomeSort by relevance Sort by last modified time
    Searched full:dists (Results 1 - 25 of 29) sorted by null

1 2

  /external/quake/quake/src/QW/client/
r_sprite.c 61 float dists[MAXWORKINGVERTS+1]; local
68 // calc dists
85 dists[i] = DotProduct (instep, pclipnormal) - clipdist;
89 dists[nump] = dists[0];
99 if (dists[i] >= 0)
106 if (dists[i] == 0 || dists[i+1] == 0)
109 if ( (dists[i] > 0) == (dists[i+1] > 0)
    [all...]
gl_warp.c 808 float dists[MAX_CLIP_VERTS]; local
839 dists[i] = d;
850 dists[i] = dists[0];
877 d = dists[i] / (dists[i] - dists[i+1]);
  /external/quake/quake/src/WinQuake/
r_sprite.cpp 61 float dists[MAXWORKINGVERTS+1]; local
68 // calc dists
85 dists[i] = DotProduct (instep, pclipnormal) - clipdist;
89 dists[nump] = dists[0];
99 if (dists[i] >= 0)
106 if (dists[i] == 0 || dists[i+1] == 0)
109 if ( (dists[i] > 0) == (dists[i+1] > 0) )
    [all...]
gl_warp.cpp 857 float dists[MAX_CLIP_VERTS]; local
888 dists[i] = d;
899 dists[i] = dists[0];
926 d = dists[i] / (dists[i] - dists[i+1]);
  /external/e2fsprogs/po/
Makefile.in.in 299 dists="$(DISTFILES)"; \
301 dists="$$dists Makevars.template"; \
304 dists="$$dists ChangeLog"; \
308 dists="$$dists ChangeLog.$$i"; \
311 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
312 for file in $$dists; do
    [all...]
  /external/elfutils/libelf-po/
Makefile.in 245 dists="$(DISTFILES)"; \
246 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
247 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
248 for file in $$dists; do \
Makefile.in.in 245 dists="$(DISTFILES)"; \
246 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
247 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
248 for file in $$dists; do \
Makefile 271 dists="$(DISTFILES)"; \
272 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
273 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
274 for file in $$dists; do \
  /external/elfutils/po/
Makefile.in 245 dists="$(DISTFILES)"; \
246 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
247 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
248 for file in $$dists; do \
Makefile.in.in 245 dists="$(DISTFILES)"; \
246 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
247 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
248 for file in $$dists; do \
Makefile 302 dists="$(DISTFILES)"; \
303 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
304 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
305 for file in $$dists; do \
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 50 DISTS
inftrees.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
194 default: /* DISTS */
infback.c 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
454 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
inflate.c 234 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
    [all...]
  /external/zlib/contrib/infback9/
inftree9.h 50 DISTS
inftree9.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
188 default: /* DISTS */
infback9.c 77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
449 ret = inflate_table9(DISTS, state->lens + state->nlen,
  /external/zlib/
inftrees.h 50 DISTS
inftrees.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
194 default: /* DISTS */
infback.c 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
454 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
inflate.c 234 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
    [all...]
  /external/e2fsprogs/intl/
Makefile.in 328 dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \
329 for file in $$dists; do \
334 dists="$(DISTFILES.generated)"; \
335 for file in $$dists; do \
340 dists="$(DISTFILES.obsolete)"; \
341 for file in $$dists; do \
  /external/bluetooth/glib/po/
Makefile.in.in 213 dists="$(DISTFILES)"; \
214 for file in $$dists; do \
  /external/zlib/contrib/puff/
puff.c 427 static const short dists[30] = { /* Offset base for distance codes 0..29 */ local
457 dist = dists[symbol] + bits(s, dext[symbol]);
    [all...]

Completed in 76 milliseconds

1 2