Home
last modified time | relevance | path

Searched defs:OVERFLOW_ERROR (Results 1 – 19 of 19) sorted by relevance

/dports/databases/db5/db-5.3.28/src/clib/
H A Dsnprintf.c112 #define OVERFLOW_ERROR "internal buffer overflow, process ended\n" in sprintf_overflow() macro
/dports/databases/db18/db-18.1.40/src/clib/
H A Dsnprintf.c100 #define OVERFLOW_ERROR "internal buffer overflow, process ended\n" in sprintf_overflow() macro
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/specfunc/
H A Derror.h1 #define OVERFLOW_ERROR(result) do { (result)->val = GSL_POSINF; (result)->err = GSL_POSINF; GSL_ERR… macro
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/specfunc/
H A Derror.h1 #define OVERFLOW_ERROR(result) do { (result)->val = GSL_POSINF; (result)->err = GSL_POSINF; GSL_ERR… macro
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/specfunc/
H A Derror.h1 #define OVERFLOW_ERROR(result) do { (result)->val = GSL_POSINF; (result)->err = GSL_POSINF; GSL_ERR… macro
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/specfunc/
H A Derror.h1 #define OVERFLOW_ERROR(result) do { (result)->val = GSL_POSINF; (result)->err = GSL_POSINF; GSL_ERR… macro
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__error.h1 #define OVERFLOW_ERROR(result) do { (result)->val = GSL_POSINF; (result)->err = GSL_POSINF; GSL_ERR… macro
/dports/math/gsl/gsl-2.7/specfunc/
H A Derror.h1 #define OVERFLOW_ERROR(result) do { (result)->val = GSL_POSINF; (result)->err = GSL_POSINF; GSL_ERR… macro
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/src/
H A Dtokenizer.h53 OVERFLOW_ERROR enumerator
/dports/games/cake/cake_src/cake/
H A Dsystem.h185 OVERFLOW_ERROR = 3, enumerator
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/gmpy2/
H A Dgmpy2.h408 #define OVERFLOW_ERROR(msg) PyErr_SetString(PyExc_OverflowError, msg) macro
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2.h408 #define OVERFLOW_ERROR(msg) PyErr_SetString(PyExc_OverflowError, msg) macro
/dports/math/py-gmpy2/gmpy2-2.1.1/gmpy2/
H A Dgmpy2.h393 #define OVERFLOW_ERROR(msg) PyErr_SetString(PyExc_OverflowError, msg) macro
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2.h393 #define OVERFLOW_ERROR(msg) PyErr_SetString(PyExc_OverflowError, msg) macro
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dpbinom.c87 #define OVERFLOW_ERROR GSL_DBL_MAX macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp48 static const int64_t OVERFLOW_ERROR = -INT64_MAX; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_ux_bessel.c1099 #define OVERFLOW_ERROR(s,m) ERROR(s, m, N_OVERFLOW_POS, P_OVERFLOW_POS) macro
/dports/lang/seed7/seed7/src/
H A Dcommon.h541 #define OVERFLOW_ERROR 3 macro
/dports/biology/py-biopython/biopython-1.79/Bio/Align/
H A D_aligners.c26 #define OVERFLOW_ERROR -1 macro