Home
last modified time | relevance | path

Searched refs:MAXSET (Results 1 – 17 of 17) sorted by relevance

/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/
H A DOut0.c64 #define MAXSET 31 in Out0__Set() macro
71 while (bit <= MAXSET) { in Out0__Set()
74 while ((bit<MAXSET) && (set & (1<<(bit+1)))) ++bit; in Out0__Set()
/dports/lang/oo2c/oo2c_64-2.1.11/tests/ssa/src/
H A DOut0.c64 #define MAXSET 31 in Out0__Set() macro
71 while (bit <= MAXSET) { in Out0__Set()
74 while ((bit<MAXSET) && (set & (1<<(bit+1)))) ++bit; in Out0__Set()
/dports/games/fkiss/fkiss-0.33/
H A Dkisscnf.c55 for (i = 0; i < MAXSET; i++) { in init_object_cell()
99 for (j = 0; j < MAXSET; j++) {
169 for (i = 0; i < MAXSET; i++)
173 for (i = 0; i < MAXSET; i++)
178 for (i = 0; i < MAXSET; i++) {
217 if (setcnt >= MAXSET)
443 char buf[MAXSET]; in adjust_effective_setcnt()
446 for (i = 0; i < MAXSET; i++) { in adjust_effective_setcnt()
455 for (i = 0; i < MAXSET; i++) { in adjust_effective_setcnt()
591 if (set >= MAXSET)
H A Dwork.c142 char active_set[MAXSET]; /* 0:no use 1:active */
149 SETINFO kset[MAXSET]; /* set color and object positions */
H A Dkiss.h23 #define MAXSET 10 macro
H A Dfkiss.h106 char setflag[MAXSET]; /* 0:no use 1:active */
H A Dfkiss.c2275 while ((i += d) >= 0 && i < MAXSET) {
2879 for (i = 0; i < MAXSET; i++) in init0()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DLengthRangeProperty.java40 private static final int MAXSET = 4; field in LengthRangeProperty
193 bfSet |= MAXSET; in setMaximum()
228 if ((bfSet & MAXSET) != 0) { in checkConsistency()
241 if ((bfSet & MAXSET) != 0) { in checkConsistency()
/dports/lang/oo2c/oo2c_64-2.1.11/tests/ssa/
H A DConstFold16.Mod7 MAXSET = 31;
29 Out.Set({MINSET..MAXSET}); Out.Ln;
/dports/math/math77/MATH77/
H A Ddplot.f543 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
546 2 NXYLIM(MAXSET)
2633 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
2636 2 NXYLIM(MAXSET)
3298 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
3301 2 NXYLIM(MAXSET)
4191 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
4194 2 NXYLIM(MAXSET)
4551 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
4827 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
[all …]
H A Dsplot.f543 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
546 2 NXYLIM(MAXSET)
2633 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
2636 2 NXYLIM(MAXSET)
3298 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
3301 2 NXYLIM(MAXSET)
4191 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
4194 2 NXYLIM(MAXSET)
4551 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
4827 2 VHLEN(2), XYBASE(MAXSET), XYLIM(2,MAXSET), XYU2PF(MAXSET)
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/odr/odrpack/
H A Dd_test.f944 + MAXN,MAXM,MAXNP,MAXNQ,MAXSET local
946 + (MAXN=50,MAXM=3,MAXNP=10,MAXNQ=3,MAXSET=10)
967 + BDATA(MAXNP,MAXSET),XDATA(MAXN,MAXM,MAXSET),
968 + YDATA(MAXN,MAXNQ,MAXSET)
970 + MDATA(MAXSET),NDATA(MAXSET),NPDATA(MAXSET),NQDATA(MAXSET)
971 CHARACTER TDATA(MAXSET)*80
/dports/devel/splint/splint-3.1.2/src/Headers/
H A DconstraintExprData.h15 MAXSET, MINSET, MAXREAD, MINREAD enumerator
/dports/devel/splint/splint-3.1.2/src/
H A DconstraintExpr.c669 ret = constraintExpr_makeUnaryOp (c, MAXSET); in constraintExpr_makeMaxSetConstraintExpr()
696 return (constraintExpr_makeSRefUnaryOp (s, MAXSET) ); in constraintExpr_makeSRefMaxset()
708 ret->data = constraintExprData_unaryExprSetOp (ret->data, MAXSET); in constraintExpr_parseMakeUnaryOp()
927 case MAXSET: in constraintExprUnaryOpKind_print()
1387 if ((constraintExprData_unaryExprGetOp (c->data) != MAXSET) && in constraintExpr_simplifyunaryExpr()
1408 if (constraintExprData_unaryExprGetOp (c->data) == MAXSET) in constraintExpr_simplifyunaryExpr()
2423 if (constraintExprData_unaryExprGetOp (e->data) == MAXSET) in constraintExpr_hasTypeChange()
2450 if (constraintExprData_unaryExprGetOp (e->data) == MAXSET) in constraintExpr_getOrigType()
H A DconstraintResolve.c902 if (constraintExprData_unaryExprGetOp(l->data) == MAXSET) in sizeOfMaxSet()
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dcolor_map.pro87 ; 2009-04-30: make sure that MINSET and MAXSET are taken into account in Log mode
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Ddp10.F6017 MAXSET=-99
6025 IF(IERRO2.EQ.'NO')MAXSET=INT(VALUE(ILOCP)+0.5)
6050 1 AK,H,SHI,SLI,MAXSET,
6088 1 AK,H,SHI,SLI,MAXSET,
6277 WRITE(ICOUT,71)N,NUMV2,ISIZE,MAXSET,ICASPL,ICONT
6459 IF(MAXSET.GE.1 .AND. MAXSET.LT.NUMSET)THEN
6464 NUMTMP=MAXSET