• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stillwater-sc / universal / 23762858847
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix/issue-1068-mul-online-host-floor
DEFAULT BRANCH: master
Ran 30 Mar 2026 07:41PM UTC
Jobs 1
Files 630
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Mar 2026 07:12PM UTC coverage: 84.347% (+0.02%) from 84.328%
23762858847

push

github

web-flow
feat(ucalc): dd/qd error-free transformation steps (#680)

* feat(ucalc): dd/qd error-free transformation steps (#657)

Add double-double/quad-double step-by-step decomposition showing:

Addition:
  1. Decompose: (hi, lo) limb pairs
  2. two_sum(a.hi, b.hi): sum + error = a.hi + b.hi EXACTLY
  3. Accumulate error terms: two_sum_error + a.lo + b.lo
  4. Renormalize with fast_two_sum
  5. Result: (hi, lo) pair

Multiplication:
  1. Decompose limb pairs
  2. two_prod(a.hi, b.hi): product + error via FMA (EXACT)
  3. Cross terms: a.hi*b.lo + a.lo*b.hi
  4. Accumulate errors
  5. Renormalize
  6. Result

Students see how error-free transformations capture rounding errors
in lower limbs, giving ~32 digits from double-precision hardware.

Detects dd/qd/cascade types by type_tag.

Resolves #657

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(ucalc): resolve CodeRabbit review items for dd steps

Three fixes:

1. Labels corrected: "Renormalize with two_sum" (was "fast_two_sum"
   but code calls two_sum_eft). Detail strings also updated.

2. Added "triple-double" to type detection so td_cascade routes to
   explain_dd instead of falling through to IEEE decomposition.

3. The lo=0 limitation is already documented in the existing comment
   at line 42-44: "Since we only have the double approximation,
   a_hi = a_val, a_lo = 0."

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

44584 of 52858 relevant lines covered (84.35%)

6089760.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23762858847.1 30 Mar 2026 07:41PM UTC 630
84.35
GitHub Action Run
Source Files on build 23762858847
  • Tree
  • List 630
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23762858847
  • 16516573 on github
  • Prev Build on main (#23759427046)
  • Next Build on main (#23769032919)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc