Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 194) sorted by relevance

12345678

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dq_util.c31 double ___Q_simulate_exceptions(int exceptions) in ___Q_simulate_exceptions() argument
34 if (exceptions & FP_EX_INVALID) in ___Q_simulate_exceptions()
36 if (exceptions & FP_EX_OVERFLOW) in ___Q_simulate_exceptions()
39 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions()
41 if (exceptions & FP_EX_UNDERFLOW) in ___Q_simulate_exceptions()
43 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions()
46 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions()
51 if (exceptions & FP_EX_DIVZERO) in ___Q_simulate_exceptions()
53 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions()
/l4re-core-master/cxx/lib/base/include/
A Dexceptions4 * \brief Base exceptions
56 * \headerfile l4/cxx/exceptions
110 * \headerfile l4/cxx/exceptions
114 * all user defined exceptions.
134 * \headerfile l4/cxx/exceptions
186 * \headerfile l4/cxx/exceptions
201 * \headerfile l4/cxx/exceptions
213 * \headerfile l4/cxx/exceptions
229 * \headerfile l4/cxx/exceptions
240 * \headerfile l4/cxx/exceptions
[all …]
A Dstd_exc_io4 * \brief Base exceptions std stream operator
27 #include <l4/cxx/exceptions>
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dexception45 * @defgroup exceptions Exceptions
53 * @brief Base class for all library exceptions.
55 * This is the base class for all exceptions thrown by the standard
133 /// The number of uncaught exceptions.
137 // @} group exceptions
149 * @ingroup exceptions
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h163 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
216 exceptions() const in _GLIBCXX_VISIBILITY()
251 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
A Dbasic_ios.h169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY()
222 exceptions() const in _GLIBCXX_VISIBILITY()
257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dexception44 /** @addtogroup exceptions
51 * @ingroup exceptions
113 /** The number of uncaught exceptions.
120 /// @} group exceptions
132 * @ingroup exceptions
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dexception45 * @defgroup exceptions Exceptions
53 * @brief Base class for all library exceptions.
55 * This is the base class for all exceptions thrown by the standard
129 // @} group exceptions
141 * @ingroup exceptions
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dexception45 * @defgroup exceptions Exceptions
53 * @brief Base class for all library exceptions.
55 * This is the base class for all exceptions thrown by the standard
129 // @} group exceptions
141 * @ingroup exceptions
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/
A Dbsd-setjmp.S28 || CMPGT .L1 A3,4,A0 ; A0 set if C++ exceptions case
35 || CMPGT .L1 A3,4,A0 ; A0 set if C++ exceptions case
49 [A0] CMPEQ .L1 A4,A2,A0 ; A0 set if C++ exceptions case
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dexception44 /** @addtogroup exceptions
110 /// The number of uncaught exceptions.
114 /// @} group exceptions
126 * @ingroup exceptions

Completed in 53 milliseconds

12345678