Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IEEE 754 TiesToAway rounding mode #8515

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Add IEEE 754 TiesToAway rounding mode

b6dd050
Select commit
Loading
Failed to load commit list.
Open

Add IEEE 754 TiesToAway rounding mode #8515

Add IEEE 754 TiesToAway rounding mode
b6dd050
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 26, 2025 in 1s

77.73% (-1.19%) compared to 3d79560

View this Pull Request on Codecov

77.73% (-1.19%) compared to 3d79560

Details

Codecov Report

Attention: Patch coverage is 61.85286% with 140 lines in your changes missing coverage. Please review.

Project coverage is 77.73%. Comparing base (3d79560) to head (b6dd050).

Files with missing lines Patch % Lines
src/util/ieee_float.cpp 51.45% 100 Missing ⚠️
src/solvers/smt2/smt2_conv.cpp 28.57% 10 Missing ⚠️
src/ansi-c/goto-conversion/goto_check_c.cpp 40.00% 6 Missing ⚠️
src/goto-programs/interpreter_evaluate.cpp 0.00% 4 Missing ⚠️
src/solvers/smt2/smt2_parser.cpp 33.33% 4 Missing ⚠️
src/solvers/floatbv/float_bv.cpp 70.00% 3 Missing ⚠️
src/solvers/floatbv/float_utils.h 72.72% 3 Missing ⚠️
src/util/ieee_float.h 90.90% 3 Missing ⚠️
src/analyses/interval_domain.cpp 0.00% 2 Missing ⚠️
...src/java_bytecode/java_bytecode_convert_method.cpp 75.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8515      +/-   ##
===========================================
- Coverage    78.92%   77.73%   -1.19%     
===========================================
  Files         1732     1732              
  Lines       198953   202018    +3065     
  Branches     18560    18570      +10     
===========================================
+ Hits        157021   157039      +18     
- Misses       41932    44979    +3047     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.