Home
last modified time | relevance | path

Searched refs:testCosh (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StrictMath/
H A DHyperbolicTests.java156 static int testCosh() { in testCosh() method in HyperbolicTests
271 failures += testCosh(); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java416 static int testCosh() { in testCosh() method in HyperbolicTests
1052 failures += testCosh(); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Math/
H A DHyperbolicTests.java418 static int testCosh() { in testCosh() method in HyperbolicTests
1054 failures += testCosh(); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Math/
H A DHyperbolicTests.java418 static int testCosh() { in testCosh() method in HyperbolicTests
1054 failures += testCosh(); in main()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/simd/
H A DOperationTest.h310 void testCosh ( blaze::TrueType );
311 void testCosh ( blaze::FalseType );
462 testCosh ( blaze::HasSIMDCosh < T >() ); in OperationTest()
3054 void OperationTest<T>::testCosh( blaze::TrueType ) in testCosh() function
3086 void OperationTest<T>::testCosh( blaze::FalseType ) in testCosh() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/userguide/java/org/apache/commons/math3/userguide/
H A DFastMathTestPerformance.java50 testCosh(); in main()
485 private static void testCosh() { in testCosh() method in FastMathTestPerformance
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/
H A DExtendedFieldElementAbstractTest.java181 public void testCosh() { in testCosh() method in ExtendedFieldElementAbstractTest
/dports/lang/smalltalk/smalltalk-3.2.5/packages/complex/
H A Dcomplextests.st175 testCosh [
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_math.py341 def testCosh(self): member in MathTests

12