mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Spelling fixes (#2902)
This commit is contained in:
parent
d9d55c91be
commit
49b2734bf1
29 changed files with 54 additions and 54 deletions
|
@ -26,7 +26,7 @@ extended: 1
|
|||
clamp: 1
|
||||
rounding: half_even
|
||||
|
||||
-- These tests comprese three parts:
|
||||
-- These tests comprise three parts:
|
||||
-- 1. Sanity checks and other three-operand tests (especially those
|
||||
-- where the fused operation makes a difference)
|
||||
-- 2. Multiply tests (third operand is neutral zero [0E+emax])
|
||||
|
@ -458,7 +458,7 @@ ddfma2756 fma 1e-277 -1e-311 0e+384 -> -0E-398 Underflow Subnormal Inexact
|
|||
ddfma2757 fma -1e-277 1e-311 0e+384 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped
|
||||
ddfma2758 fma -1e-277 -1e-311 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
|
||||
|
||||
-- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
|
||||
-- 'subnormal' boundary (all hard underflow or overflow in base arithmetic)
|
||||
ddfma2760 fma 1e-291 1e-101 0e+384 -> 1E-392 Subnormal
|
||||
ddfma2761 fma 1e-291 1e-102 0e+384 -> 1E-393 Subnormal
|
||||
ddfma2762 fma 1e-291 1e-103 0e+384 -> 1E-394 Subnormal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue