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

/libcore/ojluni/src/main/java/java/lang/
H A DFloat.java746 int result = floatToRawIntBits(value);
778 * method, {@code floatToRawIntBits} does not collapse all the
785 * {@code floatToRawIntBits}.
791 public static native int floatToRawIntBits(float value); method in class:Float
813 * use of the {@code Float.floatToRawIntBits} method.
842 * {@code floatToRawIntBits(intBitsToFloat(start))} may
914 // Cannot use floatToRawIntBits because of possibility of NaNs.

Completed in 69 milliseconds