jdk-24/test/jdk/java/lang/Math
vamsi-parasa 212e32931c 8338694: x86_64 intrinsic for tanh using libm
Reviewed-by: kvn, jbhateja, sgibbons, sviswanathan
2024-09-24 15:11:13 +00:00
..
AbsPositiveZero.java
AbsTests.java 6506405: Math.abs(float) is slow 2021-07-14 15:50:51 +00:00
Atan2Tests.java 8302028: Port fdlibm atan2 to Java 2023-02-22 22:49:59 +00:00
CeilAndFloorTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
Clamp.java 8301226: Add clamp() methods to java.lang.Math and to StrictMath 2023-02-14 05:39:07 +00:00
CubeRootTests.java 8302800: Augment NaN handling tests of FDLIBM methods 2023-02-21 18:31:22 +00:00
DivModTests.java 8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family 2021-09-22 16:16:14 +00:00
DoubleConsts.java
ExactArithTests.java 8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family 2021-09-22 16:16:14 +00:00
ExpCornerCaseTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
Expm1Tests.java 8302800: Augment NaN handling tests of FDLIBM methods 2023-02-21 18:31:22 +00:00
FloatConsts.java
FusedMultiplyAddTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
HyperbolicTests.java 8338694: x86_64 intrinsic for tanh using libm 2024-09-24 15:11:13 +00:00
HypotTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
Ieee754SpecialCaseTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
IeeeRecommendedTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
IeeeRemainderTests.java 8304028: Port fdlibm IEEEremainder to Java 2023-03-31 19:48:03 +00:00
InverseTrigTests.java 8302800: Augment NaN handling tests of FDLIBM methods 2023-02-21 18:31:22 +00:00
Log1pTests.java 8302800: Augment NaN handling tests of FDLIBM methods 2023-02-21 18:31:22 +00:00
Log10Tests.java 8302800: Augment NaN handling tests of FDLIBM methods 2023-02-21 18:31:22 +00:00
LogTests.java 8301202: Port fdlibm log to Java 2023-02-11 02:15:46 +00:00
MinMax.java
MultiplicationTests.java 8188044: We need Math.unsignedMultiplyHigh 2021-07-02 18:15:35 +00:00
PowTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
Rint.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
RoundTests.java 8279508: Auto-vectorize Math.round API 2022-04-02 18:00:33 +00:00
SinCosCornerCasesTests.java 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
SinCosTests.java 8302027: Port fdlibm trig functions (sin, cos, tan) to Java 2023-03-04 23:52:03 +00:00
SqrtTests.java 8302040: Port fdlibm sqrt to Java 2023-02-28 18:33:53 +00:00
TanTests.java 8302027: Port fdlibm trig functions (sin, cos, tan) to Java 2023-03-04 23:52:03 +00:00
Tests.java 8316708: Augment WorstCaseTests with more cases 2024-03-01 19:30:35 +00:00
WorstCaseTests.java 8327487: Further augment WorstCaseTests with more cases 2024-03-12 16:46:00 +00:00