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

/openjdk7/jdk/src/share/classes/java/lang/
H A DFloat.java54 * {@code Float.intBitsToFloat(0x7f800000)}.
61 * {@code Float.intBitsToFloat(0xff800000)}.
68 * {@code Float.intBitsToFloat(0x7fc00000)}.
77 * {@code Float.intBitsToFloat(0x7f7fffff)}.
85 * equal to {@code Float.intBitsToFloat(0x00800000)}.
95 * and also equal to {@code Float.intBitsToFloat(0x1)}.
704 * {@link #intBitsToFloat(int)} method, will produce a floating-point
750 * {@link #intBitsToFloat(int)} method, will produce a
806 * perform this conversion. So {@code intBitsToFloat} may
809 * {@code floatToRawIntBits(intBitsToFloat(star
819 public static native float intBitsToFloat(int bits); method in class:Float
[all...]

Completed in 49 milliseconds