Searched refs:exceptions (Results 1 - 25 of 241) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dhardirq.h17 #include <asm/exceptions.h>
H A Dreset-regs.h16 #include <asm/exceptions.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtexcept.tex3 %% Purpose: C++ exceptions and wxWidgets overview
12 \section{C++ exceptions overview}\label{exceptionsoverview}
16 wxWidgets had been started long before the exceptions were introduced in C++ so
18 modern C++ libraries are. For instance, the library doesn't throw exceptions to
20 wxWidgets, even using the exceptions in the user code was dangerous because the
25 still doesn't use the exceptions by itself but it should be now safe to use the
26 exceptions in the user code and the library tries to help you with this. Please
30 \subsection{Strategies for exceptions handling}\label{exceptionstrategies}
32 There are several choice for using the exceptions in wxWidgets programs. First
34 any exceptions b
[all...]
H A Dtdialog.tex6 be used for placing controls, with the following exceptions:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func) argument
81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions))
161 exceptions |= FPSCR_IXC;
172 exceptions |= FPSCR_OFC | FPSCR_IXC;
186 exceptions |= FPSCR_UFC;
195 pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func,
196 dd, d, exceptions);
199 return exceptions;
203 * Propagate the NaN, setting exceptions if it is signalling.
444 u32 exceptions local
509 u32 d, exceptions = 0; local
588 u32 d, exceptions = 0; local
687 u32 exceptions = 0; local
854 u32 exceptions; local
919 u32 exceptions; local
939 u32 exceptions; local
961 u32 exceptions; local
982 u32 exceptions; local
1008 u32 exceptions = 0; local
1128 u32 exceptions = 0; local
[all...]
H A Dvfpsingle.c70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func)
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions))
166 exceptions |= FPSCR_IXC;
177 exceptions |= FPSCR_OFC | FPSCR_IXC;
191 exceptions |= FPSCR_UFC;
201 pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func,
202 sd, d, exceptions);
207 return exceptions;
211 * Propagate the NaN, setting exceptions i
487 u32 exceptions = 0; local
550 u32 d, exceptions = 0; local
630 u32 d, exceptions = 0; local
733 u32 exceptions = 0; local
898 u32 exceptions; local
968 u32 exceptions; local
991 u32 exceptions; local
1015 u32 exceptions; local
1053 u32 exceptions = 0; local
1173 u32 exceptions = 0; local
[all...]
H A Dvfpmodule.c188 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) argument
192 pr_debug("VFP: raising exceptions %08x\n", exceptions);
194 if (exceptions == VFP_EXCEPTION_ERROR) {
205 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V))
208 fpscr |= exceptions;
213 if (exceptions & stat && fpscr & en) \
234 u32 exceptions = VFP_EXCEPTION_ERROR; local
244 exceptions = vfp_single_cpdo(inst, fpscr);
246 exceptions
270 u32 fpscr, orig_fpscr, fpsid, exceptions; local
[all...]
H A Dvfp.h249 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions);
251 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func);
346 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A DMakefile.am1 AM_CPPFLAGS = -fno-exceptions -fno-rtti -ansi -DPOSIX
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/include/unit/
H A Dleds.h17 #include <asm/exceptions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2305/include/unit/
H A Dleds.h17 #include <asm/exceptions.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassAdapter.java113 final String[] exceptions)
115 return cv.visitMethod(access, name, desc, signature, exceptions);
108 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
H A DClassVisitor.java173 * method parameters, return type and exceptions do not use generic
175 * @param exceptions the internal names of the method's exception classes
187 String[] exceptions);
182 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dpvr.c16 #include <asm/exceptions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_unimp.S59 andl #0xFF00FF,%d0 |clear all but accrued exceptions
62 fmovel #0,%FPCR |clear all user exceptions for FPSP
74 bral gen_except |post any exceptions and return
H A Dstanh.S117 fmovel %d1,%FPCR |restore users exceptions
157 fmovel %d1,%FPCR |restore users exceptions
165 fmovel %d1,%FPCR |restore users exceptions
179 fmovel %d1,%FPCR |restore users exceptions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-cache.S19 #include <asm/exceptions.h>
H A Dgdb-io-serial.c23 #include <asm/exceptions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A DMakefile17 obj-y += dma.o exceptions.o \
H A Dtraps.c17 #include <asm/exceptions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S109 | for enabled operand error exceptions. The exception stack frame is an operand error
128 | for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN
147 | for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero
166 | for enabled inexact exceptions. The exception stack frame is an inexact
185 | for enabled bsun exceptions. The exception stack frame is a bsun
206 | encountered. Three different types of exceptions can enter the F-Line exception
220 | encountered. Three different types of exceptions can enter the F-Line exception
224 | exceptions branch here.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dentry.S80 # handle h/w single-step through exceptions
155 # make sure we (the kernel) get div-zero and misalignment exceptions
169 # raise the minimum interrupt priority to 15 (NMI only) and enable exceptions
205 # handle h/w single-step through exceptions
288 # raise the minimum interrupt priority to 15 (NMI only) and enable exceptions
359 # handle h/w single-step through exceptions
426 # handle h/w single-step through exceptions
562 # make sure we (the kernel) get div-zero and misalignment exceptions
598 # now that we've accessed the exception regs, we can enable exceptions
623 # now that we've accessed the exception regs, we can enable exceptions
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/nintendods/
H A DMakefile35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/nintendods/
H A DMakefile35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3nametest.c25 static const char *const exceptions[] = { variable
66 for (p = exceptions; *p; ++p)

Completed in 393 milliseconds

12345678910