> Restarting the port of FDLIBM to Java with the log10 method.
>
> There are two port, the first a near-transliteration from C port to use as a
> test reference in
>
> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
>
> and a more idiomatic Java port in
>
> src/java.base/share/classes/java/
On Fri, 27 Jan 2023 17:53:40 GMT, Joe Darcy wrote:
>> Restarting the port of FDLIBM to Java with the log10 method.
>>
>> There are two port, the first a near-transliteration from C port to use as a
>> test reference in
>>
>> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
>>
>> and a more i
On Fri, 27 Jan 2023 13:47:07 GMT, Raffaello Giulietti
wrote:
>> src/java.base/share/classes/java/lang/FdLibm.java line 820:
>>
>>> 818: hx = (hx & 0x000f_) | ((0x3ff - i) << 20);
>>> 819: y = (double)(k + i);
>>> 820: x = __HI(x, hx);
>>
>> `
> Restarting the port of FDLIBM to Java with the log10 method.
>
> There are two port, the first a near-transliteration from C port to use as a
> test reference in
>
> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
>
> and a more idiomatic Java port in
>
> src/java.base/share/classes/java/
On Fri, 27 Jan 2023 06:52:31 GMT, Joe Darcy wrote:
> Restarting the port of FDLIBM to Java with the log10 method.
>
> There are two port, the first a near-transliteration from C port to use as a
> test reference in
>
> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
>
> and a more idiomatic
On Fri, 27 Jan 2023 13:45:18 GMT, Raffaello Giulietti
wrote:
>> Restarting the port of FDLIBM to Java with the log10 method.
>>
>> There are two port, the first a near-transliteration from C port to use as a
>> test reference in
>>
>> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
>>
>> a
On Fri, 27 Jan 2023 06:52:31 GMT, Joe Darcy wrote:
> Restarting the port of FDLIBM to Java with the log10 method.
>
> There are two port, the first a near-transliteration from C port to use as a
> test reference in
>
> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
>
> and a more idiomatic
Restarting the port of FDLIBM to Java with the log10 method.
There are two port, the first a near-transliteration from C port to use as a
test reference in
test/jdk/java/lang/StrictMath/FdlibmTranslit.java
and a more idiomatic Java port in
src/java.base/share/classes/java/lang/FdLibm.java
Fi