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

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

Build:
Build:
LAST BUILD BRANCH: losborn_bugfix_elreal_subnormal_blocks_aug26
DEFAULT BRANCH: master
Ran 20 Jul 2026 11:58AM UTC
Jobs 1
Files 700
Run time 2min
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

20 Jul 2026 11:15AM UTC coverage: 84.782% (+0.01%) from 84.771%
29737947253

push

github

web-flow
feat(efloat): implement math/numerics.hpp -- frexp, ldexp (#1169)

efloat was missing frexp/ldexp (ereal already has them). Both only move efloat's
binary exponent, so they are exact at any precision -- no double round-trip:

- ldexp(x, n) = x * 2^n via setexponent(scale() + n).
- frexp(x, &e) returns m in [0.5,1) with x == m * 2^e: e = scale()+1, and m is x
  with its exponent set to -1 (leading bit at 2^-1).

Zero/inf/nan handled per <cmath> (frexp sets *exp = 0 for those). Wired into
mathlib.hpp.

Regression test elastic/efloat/math/numerics.cpp: ldexp/frexp vs std for
double-range values, mantissa-in-[0.5,1), ldexp(frexp(x))==x round-trips
(including a beyond-double 1 + 2^-300 that stays exact), and special values.
PASS on gcc and clang; cppcheck-clean.

Resolves #1164
Relates to #582

18 of 18 new or added lines in 1 file covered. (100.0%)

6 existing lines in 1 file now uncovered.

49780 of 58715 relevant lines covered (84.78%)

7035108.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
80.58
-1.34% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 29737947253.1 20 Jul 2026 11:58AM UTC 700
84.78
GitHub Action Run
Source Files on build 29737947253
  • Tree
  • List 700
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29737947253
  • 6ca51bb6 on github
  • Prev Build on main (#29737938726)
  • Next Build on main (#29741065847)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc