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

12

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S17 # all exceptions masked, double-precision, round-to-nearest
22 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
29 # This function initializes floating-point control word to 0x027F (all exceptions
31 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
H A DInitializeFpu.asm21 ; all exceptions masked, double-precision, round-to-nearest
26 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
36 ; This function initializes floating-point control word to 0x027F (all exceptions
38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.S18 # This function initializes floating-point control word to 0x027F (all exceptions
20 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
33 # all exceptions masked, double-precision, round-to-nearest
49 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
H A DInitializeFpu.asm19 ; all exceptions masked, double-precision, round-to-nearest
24 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
34 ; This function initializes floating-point control word to 0x027F (all exceptions
36 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest04.cpp7 #pragma exceptions off
H A DSizeTest05.cpp7 #pragma exceptions off
H A DSizeTest02.cpp8 #pragma exceptions off
19 For these tests, all reasonable optimizations were enabled and exceptions were
H A DSizeTest03.cpp8 #pragma exceptions off
/vbox/src/libs/xpcom18a4/python/
H A D__init__.py40 import exceptions namespace
50 class Exception(exceptions.Exception):
55 exceptions.Exception.__init__(self, errno)
77 # gateway they will be converted back to normal client exceptions if
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl49 %exceptions = ();
184 %exceptions = ();
192 $exceptions{trim($line)} = 1;
203 if (scalar(keys(%exceptions)) == 0) {
212 return $exceptions{$file};
/vbox/src/libs/zlib-1.2.6/nintendods/
H A DMakefile35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S22 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD # Error code flags for exceptions
93 cmpl $32, %ecx # Intel reserved vector for exceptions?
H A DCpuAsm.asm23 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions
91 cmp ecx, 32 ; Intel reserved vector for exceptions?
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/
H A DCpuAsm.S24 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD # Error code flags for exceptions
89 cmp $32, %ecx # Intel reserved vector for exceptions?
H A DCpuAsm.asm21 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions
81 cmp ecx, 32 ; Intel reserved vector for exceptions?
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-xcpt-2.asm3 ; Bootsector test for debug exceptions.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h372 struct _ListNode *exceptions; /* list of exceptions groups for rule */ member in struct:Junction::_junct
H A Dgen.c1584 There is a conflict between giving good error information for non-exceptions
1594 caused problems for those using parser exceptions because the reference to
1597 In MR23 this has been changed for the case where exceptions are in use to
2740 Bypass error clause generation when exceptions are used in {...} block
2747 gen("/* MR23 skip error clause for {...} when exceptions in use */\n");
3282 Bypass error clause generation when exceptions are used in a sub block
3287 gen("/* MR23 skip error clause for (...| epsilon) when exceptions in use */\n");
3609 } else if ( q->exceptions!=NULL ) {
3623 if ( q->exceptions!=NULL )
3628 dumpExceptions(q->exceptions);
[all...]
H A Dantlr.g947 <<CurRuleBlk->exceptions = CurExGroups;>>
H A Dantlr.c721 CurRuleBlk->exceptions = CurExGroups;
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm2344 ; Tests some floating point exceptions and such.
2821 ; ## Masked exceptions. ##
2885 ; ## Unmasked exceptions. ##
2981 ; ## Masked exceptions. ##
3004 ; ## Unmasked exceptions. ##
3094 ; ## Masked exceptions. ##
3107 ; ## Unmasked exceptions. ##
3138 ; ## Masked exceptions. ##
3178 ; ## Unmasked exceptions. ##
3257 ; ## Masked exceptions
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0A.asm102 test eax, RT_BIT(7) ; If FSW.ES (bit 7) is set, clear it to not cause FPU exceptions
119 ; This is used to avoid FPU exceptions when touching the FPU state.
H A DCPUMR0UnusedA.asm309 ; Set the FPU control word; clearing exceptions first
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py9 import exceptions, optparse namespace
289 # Suppress exceptions.
403 # Suppress exceptions.
537 out.write(" -> exceptions : %d\n" % counters[self.CNT_EXCEPTED])
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 1485 milliseconds

12