Home
last modified time | relevance | path

Searched refs:doubleTestValue1 (Results 1 – 7 of 7) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java78 static final double doubleTestValue1 = 0; field in MemoryArithmeticTest
2531 if (f.doubleValue == doubleTestValue1) { in testDoubleCompareConstant1()
2575 if (f.doubleValue < doubleTestValue1) { in testDoubleCompareLessConstant1()
2619 if (doubleTestValue1 < f.doubleValue) { in testDoubleSwappedCompareLessConstant1()
2663 if (f.doubleValue <= doubleTestValue1) { in testDoubleCompareLessEqualConstant1()
2707 if (doubleTestValue1 <= f.doubleValue) { in testDoubleSwappedCompareLessEqualConstant1()
2751 if (f.doubleValue > doubleTestValue1) { in testDoubleCompareGreaterConstant1()
2795 if (doubleTestValue1 > f.doubleValue) { in testDoubleSwappedCompareGreaterConstant1()
2839 if (f.doubleValue >= doubleTestValue1) { in testDoubleCompareGreaterEqualConstant1()
2883 if (doubleTestValue1 >= f.doubleValue) { in testDoubleSwappedCompareGreaterEqualConstant1()
[all …]