Home
last modified time | relevance | path

Searched refs:floatToIntBits (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DPoint.java55 result = prime * result + Float.floatToIntBits(x); in hashCode()
56 result = prime * result + Float.floatToIntBits(y); in hashCode()
57 result = prime * result + Float.floatToIntBits(z); in hashCode()
77 if (Float.floatToIntBits(x) != Float.floatToIntBits(other.x)) in equals()
81 if (Float.floatToIntBits(y) != Float.floatToIntBits(other.y)) in equals()
85 if (Float.floatToIntBits(z) != Float.floatToIntBits(other.z)) in equals()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DReinterpretStampTest.java59 Float.floatToIntBits(-42.0f), // random negative number
60 Float.floatToIntBits(Float.NEGATIVE_INFINITY) - 1, // smallest negative number
61 Float.floatToIntBits(Float.NEGATIVE_INFINITY), // -Inf
62 Float.floatToIntBits(Float.NEGATIVE_INFINITY) + 1, // smallest negative NaN
67 Float.floatToIntBits(42.0f), // random positive number
68 Float.floatToIntBits(Float.POSITIVE_INFINITY) - 1, // largest positive number
69 Float.floatToIntBits(Float.POSITIVE_INFINITY), // +Inf
70 Float.floatToIntBits(Float.POSITIVE_INFINITY) + 1, // smallest positive NaN
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.md2viewer/src/net/sourceforge/ufoai/md2viewer/util/
H A DVector3.java45 result = prime * result + Float.floatToIntBits(x); in hashCode()
46 result = prime * result + Float.floatToIntBits(y); in hashCode()
47 result = prime * result + Float.floatToIntBits(z); in hashCode()
60 if (Float.floatToIntBits(x) != Float.floatToIntBits(other.x)) in equals()
62 if (Float.floatToIntBits(y) != Float.floatToIntBits(other.y)) in equals()
64 if (Float.floatToIntBits(z) != Float.floatToIntBits(other.z)) in equals()
H A DVector2.java33 result = prime * result + Float.floatToIntBits(x); in hashCode()
34 result = prime * result + Float.floatToIntBits(y); in hashCode()
47 if (Float.floatToIntBits(x) != Float.floatToIntBits(other.x)) in equals()
49 if (Float.floatToIntBits(y) != Float.floatToIntBits(other.y)) in equals()
/dports/games/spring/spring_98.0/AI/Wrappers/JavaOO/src/main/java/com/springrts/ai/oo/
H A DAIFloat3.java91 result = prime * result + Float.floatToIntBits(x); in hashCode()
92 result = prime * result + Float.floatToIntBits(y); in hashCode()
93 result = prime * result + Float.floatToIntBits(z); in hashCode()
108 if (Float.floatToIntBits(x) != Float.floatToIntBits(other.x)) { in equals()
110 } else if (Float.floatToIntBits(y) != Float.floatToIntBits(other.y)) { in equals()
112 } else if (Float.floatToIntBits(z) != Float.floatToIntBits(other.z)) { in equals()
/dports/astro/kstars/kstars-3.5.6/packaging/android/apk/src/org/kde/kstars/math/
H A DVector4.java321 result = prime * result + Float.floatToIntBits(x); in hashCode()
322 result = prime * result + Float.floatToIntBits(y); in hashCode()
323 result = prime * result + Float.floatToIntBits(z); in hashCode()
324 result = prime * result + Float.floatToIntBits(w); in hashCode()
340 if (Float.floatToIntBits(x) != Float.floatToIntBits(other.x)) in equals()
342 if (Float.floatToIntBits(y) != Float.floatToIntBits(other.y)) in equals()
344 if (Float.floatToIntBits(z) != Float.floatToIntBits(other.z)) in equals()
346 if (Float.floatToIntBits(w) != Float.floatToIntBits(other.w)) in equals()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DHomeTexture.java244 + Float.floatToIntBits(this.width) in hashCode()
245 + Float.floatToIntBits(this.height) in hashCode()
246 + Float.floatToIntBits(this.xOffset) in hashCode()
247 + Float.floatToIntBits(this.yOffset) in hashCode()
248 + Float.floatToIntBits(this.angle) in hashCode()
249 + Float.floatToIntBits(this.scale); in hashCode()
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DT4.java85 return T3.floatToIntBits(x) ^ T3.floatToIntBits(y) in hashCode()
86 ^ T3.floatToIntBits(z) ^ T3.floatToIntBits(w); in hashCode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DFloat.java687 return floatToIntBits(value); in hashCode()
732 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
767 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
935 int thisBits = Float.floatToIntBits(f1); in compare()
936 int anotherBits = Float.floatToIntBits(f2); in compare()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DFloat.java664 return floatToIntBits(value); in hashCode()
709 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
743 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
913 int thisBits = Float.floatToIntBits(f1); in compare()
914 int anotherBits = Float.floatToIntBits(f2); in compare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DFloat.java687 return floatToIntBits(value); in hashCode()
732 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
767 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
935 int thisBits = Float.floatToIntBits(f1); in compare()
936 int anotherBits = Float.floatToIntBits(f2); in compare()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/util/
H A DColorExt.java177 if (Float.floatToIntBits(rgbReplacementBlue) in equals()
178 != Float.floatToIntBits(other.rgbReplacementBlue)) { in equals()
181 if (Float.floatToIntBits(rgbReplacementGreen) in equals()
182 != Float.floatToIntBits(other.rgbReplacementGreen)) { in equals()
185 if (Float.floatToIntBits(rgbReplacementRed) in equals()
186 != Float.floatToIntBits(other.rgbReplacementRed)) { in equals()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DFloat.java664 return floatToIntBits(value); in hashCode()
709 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
743 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
913 int thisBits = Float.floatToIntBits(f1); in compare()
914 int anotherBits = Float.floatToIntBits(f2); in compare()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/model/
H A DRGBColorSelection.java100 return Float.floatToIntBits( red ) ^ in hashCode()
101 Float.floatToIntBits( green ) ^ in hashCode()
102 Float.floatToIntBits( blue ) ^ in hashCode()
103 Float.floatToIntBits( radius ) ^ in hashCode()
104 Float.floatToIntBits( luminosityLower ) ^ in hashCode()
105 Float.floatToIntBits( luminosityLowerFeather ) ^ in hashCode()
106 Float.floatToIntBits( luminosityUpper ) ^ in hashCode()
107 Float.floatToIntBits( luminosityUpperFeather ) ^ in hashCode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DFloat.java693 return floatToIntBits(value); in hashCode()
738 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
773 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
941 int thisBits = Float.floatToIntBits(f1); in compare()
942 int anotherBits = Float.floatToIntBits(f2); in compare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DFloat.java693 return floatToIntBits(value); in hashCode()
738 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
773 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
941 int thisBits = Float.floatToIntBits(f1); in compare()
942 int anotherBits = Float.floatToIntBits(f2); in compare()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DCMYKColor.java126 …return Float.floatToIntBits(cyan) ^ Float.floatToIntBits(magenta) ^ Float.floatToIntBits(yellow) ^… in hashCode()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/math/
H A DFloatRange.java371 return (Float.floatToIntBits(min) == Float.floatToIntBits(range.min) && in equals()
372 Float.floatToIntBits(max) == Float.floatToIntBits(range.max)); in equals()
384 hashCode = 37 * hashCode + Float.floatToIntBits(min); in hashCode()
385 hashCode = 37 * hashCode + Float.floatToIntBits(max); in hashCode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DFloat.java700 return floatToIntBits(value); in hashCode()
744 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value)); in equals()
779 public static int floatToIntBits(float value) { in floatToIntBits() method in Float
947 int thisBits = Float.floatToIntBits(f1); in compare()
948 int anotherBits = Float.floatToIntBits(f2); in compare()

12345678910>>...33