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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 20 Jun 2026 09:07PM UTC
Jobs 1
Files 682
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

20 Jun 2026 08:26PM UTC coverage: 84.642% (-0.008%) from 84.65%
27882919892

push

github

web-flow
feat(elreal): non-finite state + conversion/logic/arithmetic suites (#1079 Phase 5) (#1084)

Final phase of the elreal class facade (#1079). class elreal gains a dedicated
IEEE-style non-finite classification (elreal_class finite/pinf/ninf/qnan + _cls).

- operator=(double) classifies NaN/+-Inf; propagates by IEEE-754 through arithmetic
  (inf+finite=inf, inf-inf=nan, inf*0=nan, x/0=+-inf, 0/0=nan, finite/inf=0, nan
  propagates), comparison (elreal_order_of: NaN unordered, -inf<finite<+inf),
  conversion, unary minus, abs. New isnan/isinf/isfinite; sign/scale/iszero are
  non-finite-aware. elreal_cmp stays the finite (depth-bounded) primitive.
- numeric_limits: has_infinity/has_quiet_NaN now true; infinity()/quiet_NaN()
  return the real states (is_iec559 false; snan folds to qnan).
- attributes: free isnan/isinf/isfinite/signbit. manipulators render nan/+-inf
  (to_triple uses an unsigned tag since the sign is a separate field).
- Suites: conversion/, logic/, arithmetic/class_arithmetic (class-level, incl the
  IEEE non-finite table); el_conversion/el_logic CMake targets.

Full elreal ctest 42/42 gcc + clang; gcc Debug-with-assertions green; full CI
(11 platforms + ASan/UBSan/Coverage/Clang-Tidy) green. Completes epic #1079.

Relates to #1079

98 of 98 new or added lines in 4 files covered. (100.0%)

20 existing lines in 3 files now uncovered.

48069 of 56791 relevant lines covered (84.64%)

6845407.93 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
31.43
-3.57% include/sw/universal/verification/test_suite_randoms.hpp
8
93.95
-0.47% include/sw/universal/number/cfloat/cfloat_impl.hpp
2
98.65
-1.35% include/sw/universal/number/elreal/elreal_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 27882919892.1 20 Jun 2026 09:07PM UTC 682
84.64
GitHub Action Run
Source Files on build 27882919892
  • Tree
  • List 682
  • Changed 7
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27882919892
  • 823dff27 on github
  • Prev Build on main (#27843770549)
  • Next Build on main (#27893212284)
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