Home
last modified time | relevance | path

Searched defs:LABS (Results 1 – 12 of 12) sorted by relevance

/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/src/
H A Df_labs.hpp13 class LABS : public IOHprofiler_problem<int> { class
15 LABS(int instance_id = DEFAULT_INSTANCE, int dimension = DEFAULT_DIMENSION) { in LABS() function in LABS
/dports/graphics/pgplot/pgplot/examples/
H A Dpgdemo16.f13 CHARACTER*12 LABS(NCAT), LABS3(12) variable
95 SUBROUTINE PGBCHT(NCAT, NSET, VALS, LABS, VMIN, VMAX, OPT, argument
99 CHARACTER*(*) LABS(NCAT) local
/dports/audio/festival/festival/src/modules/clustergen/
H A Dvc.h71 #define LABS(x) ((x) >= 0 ? (x) : -(x)) macro
/dports/audio/flite/flite-2.1-release/src/cg/
H A Dcst_vc.h71 #define LABS(x) ((x) >= 0 ? (x) : -(x)) macro
/dports/graphics/vips/vips-8.12.0/libvips/colour/
H A Dcolourspace.c209 #define LABS VIPS_INTERPRETATION_LABS macro
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Ddeprecated.h86 #define LABS 21 macro
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dftable.R214 switch(method,
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dftable.R214 switch(method,
/dports/graphics/py-pyvips/pyvips-2.1.16/pyvips/
H A Denums.py238 LABS = 'labs' variable in Interpretation
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_def.h87 #define LABS(x) (static_cast<int32_t>(x) > 0 ? (x) : -(x)) macro
/dports/textproc/R-cran-R2HTML/R2HTML/R/
H A DHTMLcore.R312LABS <- cbind(rbind(matrix("", nrow = length(xcv), ncol = length(xrv)), makeNames(xrv), makeLabels… functionVar
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/IOHexperimenter/
H A DIOHprofiler.py8759 class LABS(IOHprofiler_Problem_int): class