Re: RFR: 8358540: Enhance MathUtils in view of FloatingDecimal enhancements [v3]

2025-07-14 Thread Joe Darcy
On Mon, 30 Jun 2025 18:05:58 GMT, Raffaello Giulietti wrote: >> Another step in enhancing floating-point <-> decimal conversions. > > Raffaello Giulietti has updated the pull request with a new target base due > to a merge or a rebase. The incremental webrev excludes the unrelated changes > br

Re: RFR: 8358540: Enhance MathUtils in view of FloatingDecimal enhancements [v3]

2025-06-30 Thread Raffaello Giulietti
> Another step in enhancing floating-point <-> decimal conversions. Raffaello Giulietti has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional

Re: RFR: 8358540: Enhance MathUtils in view of FloatingDecimal enhancements [v2]

2025-06-06 Thread Raffaello Giulietti
> Another step in enhancing floating-point <-> decimal conversions. Raffaello Giulietti has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional

Re: RFR: 8358540: Enhance MathUtils in view of FloatingDecimal enhancements

2025-06-04 Thread Raffaello Giulietti
On Wed, 4 Jun 2025 14:22:43 GMT, Raffaello Giulietti wrote: > Another step in enhancing floating-point <-> decimal conversions. Changes include, but are not limited to: - Accessing `g0()` and `g1()` with the exponent rather than the negated exponent. - Inverting the order of the `MathUtils.g`

RFR: 8358540: Enhance MathUtils in view of FloatingDecimal enhancements

2025-06-04 Thread Raffaello Giulietti
Another step in enhancing floating-point <-> decimal conversions. - Commit messages: - 8358540: Enhance MathUtils in view of FloatingDecimal enhancements Changes: https://git.openjdk.org/jdk/pull/25641/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25641&range=00 Issue: