cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

Finish decimal128_fast #654

Closed mborland closed 2 weeks ago

mborland commented 2 weeks ago

Closes: #645 Closes: #651 Closes: #652

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.5%. Comparing base (00cd5ea) to head (7170194).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cppalliance/decimal/pull/654/graphs/tree.svg?width=650&height=150&src=pr&token=drvY8nnV5S&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance)](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) ```diff @@ Coverage Diff @@ ## develop #654 +/- ## ========================================= + Coverage 98.5% 98.5% +0.1% ========================================= Files 221 221 Lines 15681 15692 +11 Branches 1724 1724 ========================================= + Hits 15444 15455 +11 Misses 237 237 ``` | [Files](https://app.codecov.io/gh/cppalliance/decimal/pull/654?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) | Coverage Δ | | |---|---|---| | [include/boost/decimal/bid\_conversion.hpp](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&filepath=include%2Fboost%2Fdecimal%2Fbid_conversion.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9kZWNpbWFsL2JpZF9jb252ZXJzaW9uLmhwcA==) | `100.0% <100.0%> (ø)` | | | [include/boost/decimal/cmath.hpp](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&filepath=include%2Fboost%2Fdecimal%2Fcmath.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9kZWNpbWFsL2NtYXRoLmhwcA==) | `100.0% <ø> (ø)` | | | [include/boost/decimal/cstdlib.hpp](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&filepath=include%2Fboost%2Fdecimal%2Fcstdlib.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9kZWNpbWFsL2NzdGRsaWIuaHBw) | `98.0% <ø> (ø)` | | | [include/boost/decimal/decimal128\_fast.hpp](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&filepath=include%2Fboost%2Fdecimal%2Fdecimal128_fast.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9kZWNpbWFsL2RlY2ltYWwxMjhfZmFzdC5ocHA=) | `97.7% <ø> (ø)` | | | [include/boost/decimal/hash.hpp](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&filepath=include%2Fboost%2Fdecimal%2Fhash.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9kZWNpbWFsL2hhc2guaHBw) | `100.0% <ø> (ø)` | | | [test/test\_bid\_conversions.cpp](https://app.codecov.io/gh/cppalliance/decimal/pull/654?src=pr&el=tree&filepath=test%2Ftest_bid_conversions.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-dGVzdC90ZXN0X2JpZF9jb252ZXJzaW9ucy5jcHA=) | `100.0% <100.0%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/cppalliance/decimal/pull/654/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/cppalliance/decimal/pull/654?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/cppalliance/decimal/pull/654?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). Last update [00cd5ea...7170194](https://app.codecov.io/gh/cppalliance/decimal/pull/654?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance).