Home
last modified time | relevance | path

Searched refs:overflow_exception (Results 1 – 25 of 72) sorted by relevance

123

/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dchecked_int64.h41 class overflow_exception : public z3_exception {
65 throw overflow_exception(); in abs()
72 throw overflow_exception(); in neg()
98 throw overflow_exception();
108 throw overflow_exception();
121 if (m_value > 0 && other.m_value > 0 && r <= 0) throw overflow_exception();
122 if (m_value < 0 && other.m_value < 0 && r >= 0) throw overflow_exception();
136 if (m_value > 0 && other.m_value < 0 && r <= 0) throw overflow_exception();
137 if (m_value < 0 && other.m_value > 0 && r >= 0) throw overflow_exception();
155 throw overflow_exception();
H A Dmpfx.cpp172 throw overflow_exception(); in set()
194 throw overflow_exception(); in set()
263 throw overflow_exception(); in set_core()
304 throw overflow_exception(); in set_core()
390 throw overflow_exception(); in add_sub()
438 throw overflow_exception(); in mul()
442 throw overflow_exception(); in mul()
489 throw overflow_exception(); in div()
493 throw overflow_exception(); in div()
575 throw overflow_exception(); in floor()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dchecked_int64.h41 class overflow_exception : public z3_exception {
65 throw overflow_exception(); in abs()
72 throw overflow_exception(); in neg()
98 throw overflow_exception();
108 throw overflow_exception();
121 if (m_value > 0 && other.m_value > 0 && r <= 0) throw overflow_exception();
122 if (m_value < 0 && other.m_value < 0 && r >= 0) throw overflow_exception();
136 if (m_value > 0 && other.m_value < 0 && r <= 0) throw overflow_exception();
137 if (m_value < 0 && other.m_value > 0 && r >= 0) throw overflow_exception();
155 throw overflow_exception();
H A Dmpfx.cpp172 throw overflow_exception(); in set()
194 throw overflow_exception(); in set()
263 throw overflow_exception(); in set_core()
304 throw overflow_exception(); in set_core()
390 throw overflow_exception(); in add_sub()
438 throw overflow_exception(); in mul()
442 throw overflow_exception(); in mul()
489 throw overflow_exception(); in div()
493 throw overflow_exception(); in div()
575 throw overflow_exception(); in floor()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Dtraps.c104 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
375 [0x08] = overflow_exception,
377 [0x0a] = overflow_exception,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Dtraps.c104 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
375 [0x08] = overflow_exception,
377 [0x0a] = overflow_exception,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Dtraps.c104 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
375 [0x08] = overflow_exception,
377 [0x0a] = overflow_exception,
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/lang/python310/Python-3.10.1/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/lang/python37/Python-3.7.12/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/lang/python38/Python-3.8.12/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpystrtod.h17 PyObject *overflow_exception);
/dports/lang/python27/Python-2.7.18/Include/
H A Dpystrtod.h17 PyObject *overflow_exception);
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/lang/python39/Python-3.9.9/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpystrtod.h17 PyObject *overflow_exception);
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpystrtod.h11 PyObject *overflow_exception);

123