Searched refs:testDouble (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/test/compiler/floatingpoint/
H A DNaNTest.java49 static void testDouble() { method in class:NaNTest
69 testDouble();
/openjdk10/hotspot/test/compiler/intrinsics/klass/
H A DTestIsPrimitive.java53 testOK(true, InlineConstants::testDouble);
64 testOK(true, StaticConstants::testDouble);
76 testOK(true, NoConstants::testDouble);
136 static boolean testDouble() { return double.class.isPrimitive(); } method in class:TestIsPrimitive.InlineConstants
149 static boolean testDouble() { return staticClassDouble.isPrimitive(); } method in class:TestIsPrimitive.StaticConstants
163 static boolean testDouble() { return classDouble.isPrimitive(); } method in class:TestIsPrimitive.NoConstants
/openjdk10/hotspot/test/compiler/intrinsics/unsafe/
H A DAllocateUninitializedArray.java81 testOK(double[].class, 10, AllConstants::testDouble);
90 testOK(double[].class, 10, LengthIsConstant::testDouble);
99 testOK(double[].class, 10, ClassIsConstant::testDouble);
108 testOK(double[].class, 10, NothingIsConstant::testDouble);
163 static Object testDouble() { return UNSAFE.allocateUninitializedArray(double.class, 10); } method in class:AllocateUninitializedArray.AllConstants
179 static Object testDouble() { return UNSAFE.allocateUninitializedArray(double.class, sampleLen); } method in class:AllocateUninitializedArray.ClassIsConstant
195 static Object testDouble() { return UNSAFE.allocateUninitializedArray(classDouble, 10); } method in class:AllocateUninitializedArray.LengthIsConstant
211 static Object testDouble() { return UNSAFE.allocateUninitializedArray(classDouble, sampleLen); } method in class:AllocateUninitializedArray.NothingIsConstant
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/
H A DBC_arraylength.java67 public static int testDouble(double[] arg) { method in class:BC_arraylength
111 runTest("testDouble", array6);
H A DBC_multianewarray04.java43 i += testDouble(a);
48 private static int testDouble(int a) { method in class:BC_multianewarray04
/openjdk10/jdk/test/java/lang/
H A DHashCode.java101 void testDouble() { method in class:HashCode
136 testDouble();
/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReference31.java191 static void testDouble() { method in class:MethodReference31
214 testDouble();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.api.directives.test/src/org/graalvm/compiler/api/directives/test/
H A DOpaqueDirectiveTest.java104 public void testDouble() { method in class:OpaqueDirectiveTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64.test/src/org/graalvm/compiler/core/amd64/test/
H A DConstantStackMoveTest.java209 public double testDouble() { method in class:ConstantStackMoveTest
215 runTest("testDouble");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DNegateNodeCanonicalizationTest.java115 public void testDouble() { method in class:NegateNodeCanonicalizationTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.jtt/src/org/graalvm/compiler/lir/jtt/
H A DStackMoveTest.java173 public double[] testDouble(double a, double[] out) { method in class:StackMoveTest
183 runTest("testDouble", Double.MIN_VALUE, supply(() -> new double[3]));
184 runTest("testDouble", -1., supply(() -> new double[3]));
185 runTest("testDouble", -0.1, supply(() -> new double[3]));
186 runTest("testDouble", 0., supply(() -> new double[3]));
187 runTest("testDouble", 0.1, supply(() -> new double[3]));
188 runTest("testDouble", 1., supply(() -> new double[3]));
189 runTest("testDouble", Double.MAX_VALUE, supply(() -> new double[3]));
/openjdk10/langtools/test/tools/javac/boxing/
H A DT6348760.java268 static void testDouble(T6348760<Double> i, T6348760<Double> j, T6348760<Boolean> a) { method in class:T6348760
367 testDouble (new T6348760<Double>(42.0D),
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DArrayCopyIntrinsificationTest.java151 public void testDouble() { method in class:ArrayCopyIntrinsificationTest

Completed in 208 milliseconds