Searched defs:floatToIntBits (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DFloat.java626 * by the method {@link #floatToIntBits(float)}, of the primitive
633 return floatToIntBits(value);
644 * same if and only if the method {@link #floatToIntBits(float)}
674 * @see java.lang.Float#floatToIntBits(float)
678 && (floatToIntBits(((Float)obj).value) == floatToIntBits(value));
705 * value the same as the argument to {@code floatToIntBits}
712 public static int floatToIntBits(float value) { method in class:Float
744 * the actual NaN value. Unlike the {@code floatToIntBits}
882 int thisBits = Float.floatToIntBits(f
[all...]

Completed in 32 milliseconds