Home
last modified time | relevance | path

Searched refs:MAXEDGE (Results 1 – 5 of 5) sorted by relevance

/dports/math/concorde/concorde/LOCALCUT/
H A Dchecker.c19 #define MAXEDGE (MAXNODE * (MAXNODE-1)/2) macro
29 static int lhs[MAXEDGE];
36 static double ind_tri[MAXEDGE][MAXEDGE];
37 static int elim_coord[MAXEDGE];
38 static char minval[MAXEDGE];
39 static char maxval[MAXEDGE];
168 char touredges[MAXEDGE]; in main()
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dregions.c640 #ifndef MAXEDGE
641 #define MAXEDGE 1000 macro
644 static pel workedge[MAXEDGE];
646 static pel currentsize = MAXEDGE;
698 if (currentworkarea != workedge && idy < MAXEDGE && idy > -MAXEDGE) { in ChangeDirection()
701 currentsize = MAXEDGE; in ChangeDirection()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dregions.c633 #ifndef MAXEDGE
634 #define MAXEDGE 1000 macro
637 static pel workedge[MAXEDGE];
639 static pel currentsize = MAXEDGE;
695 if (currentworkarea != workedge && idy < MAXEDGE && idy > -MAXEDGE) {
698 currentsize = MAXEDGE;
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dregions.c585 #ifndef MAXEDGE
586 #define MAXEDGE 1000 macro
589 static pel workedge[MAXEDGE];
591 static pel currentsize = MAXEDGE;
648 if (currentworkarea != workedge && idy < MAXEDGE && idy > -MAXEDGE) {
651 currentsize = MAXEDGE;
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dregions.c650 #ifndef MAXEDGE
651 #define MAXEDGE 1000 macro
654 static pel workedge[MAXEDGE];
656 static pel currentsize = MAXEDGE;
712 if (currentworkarea != workedge && idy < MAXEDGE && idy > -MAXEDGE) {
715 currentsize = MAXEDGE;