master
8187443: Forest Consolidation: Move files to unified layout
6506405: Math.abs(float) is slow
8302028: Port fdlibm atan2 to Java
8270476: Make floating-point test infrastructure more lambda and method reference friendly
8301226: Add clamp() methods to java.lang.Math and to StrictMath
8302800: Augment NaN handling tests of FDLIBM methods
8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family
8362207: Add more test cases for possible double-rounding in fma
8377603: Review worst-case testing of inverse hyperbolic methods
8379443: Correct build tags in some math tests
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
8301202: Port fdlibm log to Java
8188044: We need Math.unsignedMultiplyHigh
8279508: Auto-vectorize Math.round API
8302027: Port fdlibm trig functions (sin, cos, tan) to Java
8302040: Port fdlibm sqrt to Java
8316708: Augment WorstCaseTests with more cases
8370370: Add still more cases to WorstCaseTests