Searched refs:traps (Results 1 – 24 of 24) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_decimal.py | 59 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/ |
D | decimal.py | 2336 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/ |
D | softfloat-specialize | 42 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/ |
D | softfloat-specialize | 48 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/ |
D | softfloat-specialize | 52 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/ |
D | ddMin.decTest | 265 -- misalignment traps for little-endian
|
D | dqMin.decTest | 265 -- misalignment traps for little-endian
|
D | compare.decTest | 268 -- misalignment traps for little-endian 402 -- check some unit-y traps
|
D | dqCompare.decTest | 267 -- misalignment traps for little-endian 393 -- check some unit-y traps
|
D | ddCompare.decTest | 269 -- misalignment traps for little-endian 395 -- check some unit-y traps
|
D | dqMax.decTest | 276 -- misalignment traps for little-endian
|
D | ddMax.decTest | 276 -- misalignment traps for little-endian
|
D | max.decTest | 398 -- misalignment traps for little-endian
|
D | min.decTest | 388 -- misalignment traps for little-endian
|
D | ddCompareSig.decTest | 378 -- check some unit-y traps
|
D | dqCompareSig.decTest | 378 -- check some unit-y traps
|
D | dqCompareTotal.decTest | 391 -- check some unit-y traps
|
D | dqCompareTotalMag.decTest | 391 -- check some unit-y traps
|
D | ddCompareTotal.decTest | 391 -- check some unit-y traps
|
D | ddCompareTotalMag.decTest | 391 -- check some unit-y traps
|
D | comparetotmag.decTest | 389 -- check some unit-y traps
|
D | comparetotal.decTest | 397 -- check some unit-y traps
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | services | 310 mon 2583/tcp # MON traps
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | change-log.rst | 241 unexpected traps into the higher exception levels and disable secure 246 traps in the higher exception levels.
|