Home
last modified time | relevance | path

Searched refs:OVERFLOW_ERROR (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_convert_utils.c48 OVERFLOW_ERROR("value could not be converted to C long"); in GMPy_Integer_AsLongWithType()
62 OVERFLOW_ERROR("value could not be converted to C long"); in GMPy_Integer_AsLongWithType()
91 OVERFLOW_ERROR("value could not be converted to C long"); in GMPy_Integer_AsUnsignedLongWithType()
105 OVERFLOW_ERROR("value could not be converted to C long"); in GMPy_Integer_AsUnsignedLongWithType()
151 OVERFLOW_ERROR("value could not be converted to C long long"); in GMPy_Integer_AsLongLongWithType()
176 OVERFLOW_ERROR("value could not be converted to C long long"); in GMPy_Integer_AsLongLongWithType()
H A Dgmpy2_convert_mpfr.c223 OVERFLOW_ERROR("'mpz' to large to convert to 'mpfr'\n"); in GMPy_MPFR_From_MPZ()
509 OVERFLOW_ERROR("'mpz' does not support Infinity"); in GMPy_MPZ_From_MPFR()
534 OVERFLOW_ERROR("'xmpz' does not support Infinity"); in GMPy_XMPZ_From_MPFR()
579 OVERFLOW_ERROR("Cannot convert Infinity to a number."); in stern_brocot()
738 OVERFLOW_ERROR("can not convert Infinity to MPQ"); in GMPy_MPQ_From_MPFR()
/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
104 (void)write(STDERR_FILENO, OVERFLOW_ERROR, sizeof(OVERFLOW_ERROR) - 1); in sprintf_overflow()
/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
116 (void)write(STDERR_FILENO, OVERFLOW_ERROR, sizeof(OVERFLOW_ERROR) - 1); in sprintf_overflow()
/dports/lang/seed7/seed7/lib/comp/
H A Dint_act.s7i438 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
458 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
484 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
504 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
530 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
547 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
1616 catch OVERFLOW_ERROR:
2430 warning(DOES_RAISE, "OVERFLOW_ERROR", c_expr);
2613 warning(DOES_RAISE, "OVERFLOW_ERROR", c_expr);
2614 c_expr.expr &:= raiseError("OVERFLOW_ERROR");
[all …]
H A Dbin_act.s7i211 warning(DOES_RAISE, "OVERFLOW_ERROR", c_expr);
212 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
239 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
265 warning(DOES_RAISE, "OVERFLOW_ERROR", c_expr);
266 c_expr.expr &:= raiseError("OVERFLOW_ERROR");
299 statement.expr &:= intRaiseError("OVERFLOW_ERROR");
665 warning(DOES_RAISE, "OVERFLOW_ERROR", c_expr);
666 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
693 c_expr.expr &:= intRaiseError("OVERFLOW_ERROR");
719 warning(DOES_RAISE, "OVERFLOW_ERROR", c_expr);
[all …]
/dports/lang/seed7/seed7/lib/
H A Dinteger.s7i64 * @exception OVERFLOW_ERROR If an integer overflow occurs.
81 * @exception OVERFLOW_ERROR If an integer overflow occurs.
89 * @exception OVERFLOW_ERROR If an integer overflow occurs.
100 * @exception OVERFLOW_ERROR If an integer overflow occurs.
116 * @exception OVERFLOW_ERROR If an integer overflow occurs.
129 * @exception OVERFLOW_ERROR If an integer overflow occurs.
146 * @exception OVERFLOW_ERROR If an integer overflow occurs.
181 * @exception OVERFLOW_ERROR If the shift amount is
192 * @exception OVERFLOW_ERROR If the shift amount is
221 * @exception OVERFLOW_ERROR If the shift amount is
[all …]
H A Dleb128.s7i63 * @exception OVERFLOW_ERROR If the result value cannot be represented
101 * @exception OVERFLOW_ERROR If the result value cannot be represented
123 * @exception OVERFLOW_ERROR If the result value cannot be represented
154 * @exception OVERFLOW_ERROR If the result value cannot be represented
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/specfunc/
H A Dexp.c111 OVERFLOW_ERROR(result); in gsl_sf_exp_e()
164 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_e()
256 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_err_e()
353 OVERFLOW_ERROR(result); in gsl_sf_expm1_e()
383 OVERFLOW_ERROR(result); in gsl_sf_exprel_e()
413 OVERFLOW_ERROR(result); in gsl_sf_exprel_2_e()
504 OVERFLOW_ERROR(result); in gsl_sf_exprel_n_e()
538 OVERFLOW_ERROR(result); in gsl_sf_exp_err_e()
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/specfunc/
H A Dexp.c111 OVERFLOW_ERROR(result); in gsl_sf_exp_e()
164 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_e()
256 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_err_e()
353 OVERFLOW_ERROR(result); in gsl_sf_expm1_e()
383 OVERFLOW_ERROR(result); in gsl_sf_exprel_e()
413 OVERFLOW_ERROR(result); in gsl_sf_exprel_2_e()
504 OVERFLOW_ERROR(result); in gsl_sf_exprel_n_e()
538 OVERFLOW_ERROR(result); in gsl_sf_exp_err_e()
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/specfunc/
H A Dexp.c111 OVERFLOW_ERROR(result); in gsl_sf_exp_e()
164 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_e()
256 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_err_e()
353 OVERFLOW_ERROR(result); in gsl_sf_expm1_e()
383 OVERFLOW_ERROR(result); in gsl_sf_exprel_e()
413 OVERFLOW_ERROR(result); in gsl_sf_exprel_2_e()
504 OVERFLOW_ERROR(result); in gsl_sf_exprel_n_e()
538 OVERFLOW_ERROR(result); in gsl_sf_exp_err_e()
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/specfunc/
H A Dexp.c111 OVERFLOW_ERROR(result); in gsl_sf_exp_e()
164 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_e()
256 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_err_e()
353 OVERFLOW_ERROR(result); in gsl_sf_expm1_e()
383 OVERFLOW_ERROR(result); in gsl_sf_exprel_e()
413 OVERFLOW_ERROR(result); in gsl_sf_exprel_2_e()
504 OVERFLOW_ERROR(result); in gsl_sf_exprel_n_e()
538 OVERFLOW_ERROR(result); in gsl_sf_exp_err_e()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__exp.c110 OVERFLOW_ERROR(result); in gsl_sf_exp_e()
162 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_e()
254 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_err_e()
351 OVERFLOW_ERROR(result); in gsl_sf_expm1_e()
381 OVERFLOW_ERROR(result); in gsl_sf_exprel_e()
411 OVERFLOW_ERROR(result); in gsl_sf_exprel_2_e()
502 OVERFLOW_ERROR(result); in gsl_sf_exprel_n_e()
536 OVERFLOW_ERROR(result); in gsl_sf_exp_err_e()
H A Dgsl_specfunc__bessel_y.c49 OVERFLOW_ERROR(result); in bessel_yl_small_x()
85 OVERFLOW_ERROR(result); in gsl_sf_bessel_y0_e()
106 OVERFLOW_ERROR(result); in gsl_sf_bessel_y1_e()
144 OVERFLOW_ERROR(result); in gsl_sf_bessel_y2_e()
H A Dgsl_specfunc__coupling.c71 OVERFLOW_ERROR(d); in delta()
150 OVERFLOW_ERROR (result); in gsl_sf_coupling_3j_e()
162 OVERFLOW_ERROR (result); in gsl_sf_coupling_3j_e()
229 OVERFLOW_ERROR(result); in gsl_sf_coupling_6j_e()
264 OVERFLOW_ERROR(result); in gsl_sf_coupling_6j_e()
362 OVERFLOW_ERROR(result); in gsl_sf_coupling_9j_e()
H A Dgsl_specfunc__bessel_k.c48 OVERFLOW_ERROR(result); in bessel_kl_scaled_small_x()
108 OVERFLOW_ERROR(result); in gsl_sf_bessel_k1_scaled_e()
127 OVERFLOW_ERROR(result); in gsl_sf_bessel_k2_scaled_e()
H A Dgsl_specfunc__bessel_K1.c139 OVERFLOW_ERROR(result); in gsl_sf_bessel_K1_scaled_e()
183 OVERFLOW_ERROR(result); in gsl_sf_bessel_K1_e()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dexp.c110 OVERFLOW_ERROR(result); in gsl_sf_exp_e()
162 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_e()
254 OVERFLOW_ERROR(result); in gsl_sf_exp_mult_err_e()
351 OVERFLOW_ERROR(result); in gsl_sf_expm1_e()
381 OVERFLOW_ERROR(result); in gsl_sf_exprel_e()
411 OVERFLOW_ERROR(result); in gsl_sf_exprel_2_e()
508 OVERFLOW_ERROR(result); in gsl_sf_exprel_n_e()
542 OVERFLOW_ERROR(result); in gsl_sf_exp_err_e()
H A Dbessel_y.c49 OVERFLOW_ERROR(result); in bessel_yl_small_x()
85 OVERFLOW_ERROR(result); in gsl_sf_bessel_y0_e()
106 OVERFLOW_ERROR(result); in gsl_sf_bessel_y1_e()
144 OVERFLOW_ERROR(result); in gsl_sf_bessel_y2_e()
H A Dbessel_k.c48 OVERFLOW_ERROR(result); in bessel_kl_scaled_small_x()
108 OVERFLOW_ERROR(result); in gsl_sf_bessel_k1_scaled_e()
127 OVERFLOW_ERROR(result); in gsl_sf_bessel_k2_scaled_e()
H A Dbessel_K1.c140 OVERFLOW_ERROR(result); in gsl_sf_bessel_K1_scaled_e()
182 OVERFLOW_ERROR(result); in gsl_sf_bessel_K1_e()
H A Dcoupling.c72 OVERFLOW_ERROR(d); in delta()
175 OVERFLOW_ERROR (result); in gsl_sf_coupling_3j_e()
247 OVERFLOW_ERROR(result); in gsl_sf_coupling_6j_e()
282 OVERFLOW_ERROR(result); in gsl_sf_coupling_6j_e()
380 OVERFLOW_ERROR(result); in gsl_sf_coupling_9j_e()
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_convert_utils.c273 OVERFLOW_ERROR("value too large to convert to C long"); in c_long_From_Integer()
294 OVERFLOW_ERROR("value too large to convert to C unsigned long"); in c_ulong_From_Integer()
532 OVERFLOW_ERROR("value too large to convert to C long long"); in c_longlong_From_Integer()
553 OVERFLOW_ERROR("value too large to convert to C unsigned long long"); in c_ulonglong_From_Integer()
H A Dgmpy2_convert_mpfr.c232 OVERFLOW_ERROR("'mpz' to large to convert to 'mpfr'\n"); in GMPy_MPFR_From_MPZ()
531 OVERFLOW_ERROR("'mpz' does not support Infinity"); in GMPy_MPZ_From_MPFR()
556 OVERFLOW_ERROR("'xmpz' does not support Infinity"); in GMPy_XMPZ_From_MPFR()
601 OVERFLOW_ERROR("Cannot convert Infinity to a number."); in stern_brocot()
760 OVERFLOW_ERROR("can not convert Infinity to MPQ"); in GMPy_MPQ_From_MPFR()
/dports/lang/seed7/seed7/prg/
H A Dcalc7.sd785 \ catch OVERFLOW_ERROR: writeln(\"OVERFLOW_ERROR\");\n\

1234567