Home
last modified time | relevance | path

Searched refs:mapcol (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-mongokit/mongokit-0.9.1.1/tests/
H A Dtest_mapreduce.py61 mapcol = self.col.map_reduce(m,r,"testresults")
62 mapdoc = mapcol.MapDoc.find_one()
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_LUSOL.c650 …FP_CALLMODEL bfp_findredundant(lprec *lp, int items, getcolumnex_func cb, int *maprow, int *mapcol) in bfp_findredundant() argument
657 if((maprow == NULL) && (mapcol == NULL)) in bfp_findredundant()
667 for(j = 1; j <= mapcol[0]; j++) { in bfp_findredundant()
668 n = cb(lp, mapcol[j], NULL, NULL, maprow); in bfp_findredundant()
671 mapcol[m] = mapcol[j]; in bfp_findredundant()
675 mapcol[0] = m; in bfp_findredundant()
693 n = cb(lp, mapcol[j], nzvalues, nzrows, maprow); in bfp_findredundant()
H A Dlp_BFP.h50 …P_CALLMODEL bfp_findredundant)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
H A Dlp_lib.h1078 …ODEL BFPint_lpintrealcbintint)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
/dports/math/lp_solve/lp_solve_5.5/bfp/bfp_LUSOL/
H A Dlp_LUSOL.c651 …FP_CALLMODEL bfp_findredundant(lprec *lp, int items, getcolumnex_func cb, int *maprow, int *mapcol) in bfp_findredundant() argument
658 if((maprow == NULL) && (mapcol == NULL)) in bfp_findredundant()
668 for(j = 1; j <= mapcol[0]; j++) { in bfp_findredundant()
669 n = cb(lp, mapcol[j], NULL, NULL, maprow); in bfp_findredundant()
672 mapcol[m] = mapcol[j]; in bfp_findredundant()
676 mapcol[0] = m; in bfp_findredundant()
694 n = cb(lp, mapcol[j], nzvalues, nzrows, maprow); in bfp_findredundant()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dst52.c356 mapcol(clr) /* medium rez color translation */ in mapcol() function
377 stputc(mapcol(color));
389 stputc(mapcol(color));
/dports/devel/spark/spark-2.1.1/sql/core/src/test/resources/sql-tests/results/
H A Dlimit.sql.out26 struct<mapcol:map<int,string>>
/dports/math/lp_solve/lp_solve_5.5/bfp/
H A Dlp_BFP.h50 …P_CALLMODEL bfp_findredundant)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
/dports/graphics/grads/grads-1.9b4/src/
H A Dgrads.c408 gcmn.mapcol = -9; gcmn.mapstl = 1; gcmn.mapthk = 1;
H A Dgrads.h257 int mapcol,mapstl,mapthk; /* Default map color, style, thickness */ member
H A Dgauser.c4807 pcm->mapcol = -9; in gaset()
4810 pcm->mapcol = itt; in gaset()
4826 if (pcm->mapcol < 0 ) { in gaset()
4830 pcm->mapcol, pcm->mapstl); in gaset()
H A Dgagx.c4443 if (pcm->mapcol<0) { in gawmap()
4454 mopt.dcol = pcm->mapcol; in gawmap()
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_lib.h1103 …ODEL BFPint_lpintrealcbintint)(lprec *lp, int items, getcolumnex_func cb, int *maprow, int*mapcol);
/dports/biology/molden/molden5.8/
H A Dxwin.c119 static RGB *mapcol; variable
25712 exact_def.red = (int )(mapcol[i].r)*65535;
25713 exact_def.green = (int )(mapcol[i].g)*65535;
25714 exact_def.blue = (int )(mapcol[i].b)*65535;
35971 case 150: mapcol = (RGB *) fptr; valcol = (double *) ffptr; break;