Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v6]

2023-03-05 Thread Andrey Turbanov
The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent. -- On Wed, 1 Mar 2023 14:26:44 GMT, Andrey Turbanov wr

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v6]

2023-03-04 Thread Joe Darcy
> Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is being used rather than a > different one. However, I w

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v4]

2023-03-04 Thread Raffaello Giulietti
On Sat, 4 Mar 2023 05:14:54 GMT, Joe Darcy wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add more tests. > >> > > Added tests cases where the different implementation of trig function T > differ in at least one i

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v4]

2023-03-03 Thread Joe Darcy
On Fri, 3 Mar 2023 06:56:57 GMT, Joe Darcy wrote: >> Last and certainly not least in the port of FDLIBM to Java, the >> transcendental methods for sin, cos, and tan. >> >> Some more tests are to be written in the StrictMath directory to verify that >> the StrictMath algorihtm for sin/cos/tan i

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v5]

2023-03-03 Thread Joe Darcy
> Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is being used rather than a > different one. However, I w

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v4]

2023-03-03 Thread Brian Burkhalter
On Fri, 3 Mar 2023 06:56:57 GMT, Joe Darcy wrote: >> Last and certainly not least in the port of FDLIBM to Java, the >> transcendental methods for sin, cos, and tan. >> >> Some more tests are to be written in the StrictMath directory to verify that >> the StrictMath algorihtm for sin/cos/tan i

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v3]

2023-03-02 Thread Joe Darcy
On Fri, 3 Mar 2023 06:35:41 GMT, Joe Darcy wrote: >> Last and certainly not least in the port of FDLIBM to Java, the >> transcendental methods for sin, cos, and tan. >> >> Some more tests are to be written in the StrictMath directory to verify that >> the StrictMath algorihtm for sin/cos/tan i

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v4]

2023-03-02 Thread Joe Darcy
> Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is being used rather than a > different one. However, I w

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v3]

2023-03-02 Thread Joe Darcy
On Wed, 1 Mar 2023 15:42:08 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add note explaining goto translation. > > test/jdk/java/lang/StrictMath/FdlibmTranslit.java line 867: > >> 865: >

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v3]

2023-03-02 Thread Joe Darcy
> Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is being used rather than a > different one. However, I w

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v2]

2023-03-02 Thread Joe Darcy
On Wed, 1 Mar 2023 15:28:24 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request incrementally with 10 additional >> commits since the last revision: >> >> - Update src/java.base/share/classes/java/lang/FdLibm.java >> >>Co-authored-by: Andrey Turbanov >> - Updat

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-03-01 Thread Joseph D. Darcy
On 3/1/2023 8:16 AM, Raffaello Giulietti wrote: On Wed, 1 Mar 2023 14:27:09 GMT, Andrey Turbanov wrote: Last and certainly not least in the port of FDLIBM to Java, the transcendental methods for sin, cos, and tan. Some more tests are to be written in the StrictMath directory to verify that

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v2]

2023-03-01 Thread Joe Darcy
> Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is being used rather than a > different one. However, I w

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-03-01 Thread Raffaello Giulietti
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-03-01 Thread Raffaello Giulietti
On Wed, 1 Mar 2023 14:27:09 GMT, Andrey Turbanov wrote: >> Last and certainly not least in the port of FDLIBM to Java, the >> transcendental methods for sin, cos, and tan. >> >> Some more tests are to be written in the StrictMath directory to verify that >> the StrictMath algorihtm for sin/cos

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-03-01 Thread Andrey Turbanov
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-03-01 Thread Andrey Turbanov
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-02-28 Thread Joe Darcy
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-02-28 Thread Joe Darcy
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-02-28 Thread Joe Darcy
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java

2023-02-28 Thread Joe Darcy
On Wed, 1 Mar 2023 05:28:34 GMT, Joe Darcy wrote: > Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is bei