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

/openjdk7/jdk/src/share/classes/java/lang/
H A DFloat.java713 int result = floatToRawIntBits(value);
745 * method, {@code floatToRawIntBits} does not collapse all the
752 * {@code floatToRawIntBits}.
758 public static native int floatToRawIntBits(float value); method in class:Float
780 * use of the {@code Float.floatToRawIntBits} method.
809 * {@code floatToRawIntBits(intBitsToFloat(start))} may
881 // Cannot use floatToRawIntBits because of possibility of NaNs.

Completed in 31 milliseconds