Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
360 self.context.traps[error] = 1
372 self.context.traps[error] = 0
1160 ctx.traps[InvalidOperation] = 1
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2336 newcontext.traps[exception] = 0
3755 traps=None, flags=None, argument
3778 if traps is None:
3779 self.traps = dc.traps.copy()
3780 elif not isinstance(traps, dict):
3781 self.traps = dict((s, int(s in traps)) for s in _signals)
3783 self.traps = traps
3800 names = [t.__name__ for t, v in self.traps.items() if v]
3811 nc = Context(self.prec, self.rounding, self.traps,
3818 nc = Context(self.prec, self.rounding, self.traps.copy(),
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat-specialize42 Raises the exceptions specified by `flags'. Floating-point traps can be
44 substitute a result value. If traps are not implemented, this routine
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Dsoftfloat-specialize48 Raises the exceptions specified by `flags'. Floating-point traps can be
50 substitute a result value. If traps are not implemented, this routine
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-specialize52 Raises the exceptions specified by `flags'. Floating-point traps can be
54 substitute a result value. If traps are not implemented, this routine
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DddMin.decTest265 -- misalignment traps for little-endian
DdqMin.decTest265 -- misalignment traps for little-endian
Dcompare.decTest268 -- misalignment traps for little-endian
402 -- check some unit-y traps
DdqCompare.decTest267 -- misalignment traps for little-endian
393 -- check some unit-y traps
DddCompare.decTest269 -- misalignment traps for little-endian
395 -- check some unit-y traps
DdqMax.decTest276 -- misalignment traps for little-endian
DddMax.decTest276 -- misalignment traps for little-endian
Dmax.decTest398 -- misalignment traps for little-endian
Dmin.decTest388 -- misalignment traps for little-endian
DddCompareSig.decTest378 -- check some unit-y traps
DdqCompareSig.decTest378 -- check some unit-y traps
DdqCompareTotal.decTest391 -- check some unit-y traps
DdqCompareTotalMag.decTest391 -- check some unit-y traps
DddCompareTotal.decTest391 -- check some unit-y traps
DddCompareTotalMag.decTest391 -- check some unit-y traps
Dcomparetotmag.decTest389 -- check some unit-y traps
Dcomparetotal.decTest397 -- check some unit-y traps
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices310 mon 2583/tcp # MON traps
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.rst241 unexpected traps into the higher exception levels and disable secure
246 traps in the higher exception levels.