Home
last modified time | relevance | path

Searched refs:MAXROWS (Results 1 – 25 of 81) sorted by relevance

1234

/dports/math/lp_solve/lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/
H A Dlusolmain.h6 #define MAXROWS 15000
9 #define MAXROWS 12500 macro
12 #define MAXROWS 3500 macro
15 #define MAXROWS 50 macro
21 #define MAXROWS 50 macro
25 #define MAXCOLS MAXROWS
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/lib/
H A Dmat.h3 #define MAXROWS 25 macro
4 #define MAXCOLS MAXROWS
10 double x[MAXROWS][MAXCOLS];
H A Dm_inverse.c19 int ipivot[MAXROWS], itemp[MAXROWS][2]; in inverse()
20 double pivot[MAXROWS], t; in inverse()
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_tabulate.c23 #define MAXROWS 200 macro
36 double tab[MAXROWS][MAXCOLS]; in PLP_tabulate()
37 double total[2][MAXROWS]; in PLP_tabulate()
39 char list[2][MAXROWS][WORDLEN]; in PLP_tabulate()
41 int order[2][MAXROWS], valuesgiven[2], dopercents; in PLP_tabulate()
141 for( i = 0; i < MAXROWS; i++ ) { in PLP_tabulate()
264 if( (i == 0 && nlist[i] >= MAXROWS) || (i == 1 && nlist[i] >= MAXCOLS) ) in PLP_tabulate()
289 if( (i == 0 && nlist[i] >= MAXROWS) || (i == 1 && nlist[i] >= MAXCOLS) ) in PLP_tabulate()
474 int i, j, used[MAXROWS], mincell, first, allnum, foo, idiff;
511 int i, j, used[MAXROWS], firstcell, first, diff;
/dports/math/ploticus/pl240src/src/
H A Dproc_tabulate.c23 #define MAXROWS 200 macro
36 double tab[MAXROWS][MAXCOLS]; in PLP_tabulate()
37 double total[2][MAXROWS]; in PLP_tabulate()
39 char list[2][MAXROWS][WORDLEN]; in PLP_tabulate()
41 int order[2][MAXROWS], valuesgiven[2], dopercents; in PLP_tabulate()
141 for( i = 0; i < MAXROWS; i++ ) { in PLP_tabulate()
264 if( (i == 0 && nlist[i] >= MAXROWS) || (i == 1 && nlist[i] >= MAXCOLS) ) in PLP_tabulate()
289 if( (i == 0 && nlist[i] >= MAXROWS) || (i == 1 && nlist[i] >= MAXCOLS) ) in PLP_tabulate()
474 int i, j, used[MAXROWS], mincell, first, allnum, foo, idiff;
511 int i, j, used[MAXROWS], firstcell, first, diff;
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dvmtbl.c166 if ((maxcols == MAXROWS) || (toprow >= MAXROWS)) { in growtbl()
177 if ( newrows > MAXROWS ) in growtbl()
178 newrows = MAXROWS; in growtbl()
H A Dclipboard.c130 if (r > MAXROWS - GROWAMT - 1 || c > ABSMAXCOLS - 1) break; in paste_from_clipboard()
146 if (r > MAXROWS - GROWAMT - 1 || c > ABSMAXCOLS - 1) break; in paste_from_clipboard()
H A Dlex.c292 if (v > (double) MAXROWS || v < (double) -MAXROWS) { in yylex()
H A Dsc.h58 #ifndef MAXROWS
59 #define MAXROWS 65536 macro
H A Dmain.c752 #ifdef MAXROWS in show_version_and_quit()
753 sc_info("-DMAXROWS %d", MAXROWS); in show_version_and_quit()
/dports/editors/se/se-3.0.1/src/
H A Dextern.h76 extern char Screen_image[MAXROWS][MAXCOLS];
91 extern int Scline[MAXROWS]; /* lines currently on screen (rel to Sctop) */
H A Dmain.c92 char Screen_image[MAXROWS][MAXCOLS];
107 int Scline[MAXROWS]; /* lines currently on screen (rel to Sctop) */
/dports/x11/x11perf/x11perf-1.6.1/
H A Ddo_dots.c39 points[i].x = 2 * (i/MAXROWS); in InitDots()
40 points[i].y = 2 * (i%MAXROWS); in InitDots()
H A Ddo_segs.c141 if (y >= HEIGHT - size - half || rows == MAXROWS) { in GenerateSegments()
253 if (y >= HEIGHT - size - half || rows == MAXROWS) { in InitHorizSegments()
326 if (y >= HEIGHT - size - half || rows == MAXROWS) { in InitVertSegments()
H A Ddo_traps.c66 if (y + size > HEIGHT || rows == MAXROWS) { in InitTrapezoids()
218 if (y + size > HEIGHT || rows == MAXROWS) { in InitFixedTraps()
351 if (y + size > HEIGHT || rows == MAXROWS) { in InitFixedTrapezoids()
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dg3topbm.c38 #define MAXROWS 14400 /* this allows up to two pages of image */ macro
732 MALLOCARRAY_NOFAIL(packedBits, MAXROWS); in readFax()
744 if (row >= MAXROWS) in readFax()
746 "handle at most %u rows", MAXROWS); in readFax()
765 if (row >= MAXROWS) in readFax()
768 "after stretching", MAXROWS); in readFax()
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/examples/
H A Ddb_demo.pp21 MAXROWS = 10;
39 address : Array [1..MAXROWS] of tAddress;
178 If row > MAXROWS Then row := MAXROWS;
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/examples/
H A Ddb_demo.pp21 MAXROWS = 10;
39 address : Array [1..MAXROWS] of tAddress;
178 If row > MAXROWS Then row := MAXROWS;
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/
H A DReportEngineParameterNames.java41 public static final String MAXROWS = "MaxRows"; field in ReportEngineParameterNames
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/
H A DReportEngineParameterNames.java41 public static final String MAXROWS = "MaxRows"; field in ReportEngineParameterNames
/dports/databases/grass7/grass-7.8.6/raster3d/r3.out.v5d/
H A Dmain.c149 if (rows > MAXROWS) in convert()
150 G_fatal_error(_("Vis5D allows %d rows, %d rows found"), MAXROWS, in convert()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dpbmsplit.c49 #define MAXROWS 2400 macro
143 int max_rows = MAXROWS; in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DPentahoReportEngineMetaData.java59 parameterTypes.put(ReportEngineParameterNames.MAXROWS, Integer.class); in PentahoReportEngineMetaData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DPentahoReportEngineMetaData.java59 parameterTypes.put(ReportEngineParameterNames.MAXROWS, Integer.class); in PentahoReportEngineMetaData()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgagui.c61 #define MAXROWS 256 /* for temporary mem aloocation */ macro
467 char **item_list, *var, tmp[MAXROWS]; in CB_VarSel()
862 item_list = (char **) List(MAXROWS,MAXCOLS); in CB_FileSel()
864 while (pfi!=NULL && j<MAXROWS-1) { in CB_FileSel()
890 Free_List(item_list,MAXROWS); in CB_FileSel()

1234