/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/ |
H A D | InitializeFpu.S | 17 # 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 D | InitializeFpu.asm | 21 ; 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 D | InitializeFpu.S | 18 # 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 D | InitializeFpu.asm | 19 ; 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 D | SizeTest04.cpp | 7 #pragma exceptions off
|
H A D | SizeTest05.cpp | 7 #pragma exceptions off
|
H A D | SizeTest02.cpp | 8 #pragma exceptions off 19 For these tests, all reasonable optimizations were enabled and exceptions were
|
H A D | SizeTest03.cpp | 8 #pragma exceptions off
|
/vbox/src/libs/xpcom18a4/python/ |
H A D | __init__.py | 40 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 D | dtest.pl | 49 %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 D | Makefile | 35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/ |
H A D | CpuAsm.S | 22 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD # Error code flags for exceptions 93 cmpl $32, %ecx # Intel reserved vector for exceptions?
|
H A D | CpuAsm.asm | 23 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 D | CpuAsm.S | 24 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD # Error code flags for exceptions 89 cmp $32, %ecx # Intel reserved vector for exceptions?
|
H A D | CpuAsm.asm | 21 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions 81 cmp ecx, 32 ; Intel reserved vector for exceptions?
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-cpu-xcpt-2.asm | 3 ; Bootsector test for debug exceptions.
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | syn.h | 372 struct _ListNode *exceptions; /* list of exceptions groups for rule */ member in struct:Junction::_junct
|
H A D | gen.c | 1584 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 D | antlr.g | 947 <<CurRuleBlk->exceptions = CurExGroups;>>
|
H A D | antlr.c | 721 CurRuleBlk->exceptions = CurExGroups;
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstX86-1A.asm | 2344 ; 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 D | CPUMR0A.asm | 102 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 D | CPUMR0UnusedA.asm | 309 ; Set the FPU control word; clearing exceptions first
|
/vbox/src/libs/libxml2-2.6.31/xstc/ |
H A D | xstc.py | 9 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 D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |