Home
last modified time | relevance | path

Searched defs:fmin2 (Results 1 – 13 of 13) sorted by relevance

/dports/math/R/R-4.1.2/src/nmath/
H A Dfmin2.c22 double fmin2(double x, double y) in fmin2() function
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dfmin2.c22 double fmin2(double x, double y) in fmin2() function
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dfmin2.c22 double fmin2(double x, double y) in fmin2() function
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dfmin2.c22 double fmin2(double x, double y) in fmin2() function
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dfmin2.c22 double fmin2(double x, double y) in fmin2() function
/dports/math/jags/JAGS-4.3.0/src/lib/rng/
H A DRmathRNG.cc23 static inline double fmin2(double x, double y) { in fmin2() function
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h218 #define fmin2 jags_fmin2 macro
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h237 #define fmin2 Rf_fmin2 macro
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h275 #define fmin2 Rf_fmin2 macro
/dports/audio/praat/praat-6.2.03/fon/
H A DFormant.cpp381 integer iformant1, double fmin1, double fmax1, integer iformant2, double fmin2, double fmax2, in Formant_scatterPlot()
/dports/math/py-cma/cma-3.1.0/cma/
H A Devolution_strategy.py3972 def fmin2(*args, **kwargs): function
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A DRmath.h233 inline double fmin2(double x, double y) { return ::Rf_fmin2(x, y); } in fmin2() function
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmathfunc.c66 static inline gnm_float fmin2 (gnm_float x, gnm_float y) { return MIN (x, y); } in fmin2() function