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

/libcore/luni/src/main/java/java/lang/
H A DFloat.java200 * representation ({@code 0x7fc00000}) (compare to {@link #floatToRawIntBits}).
210 public static native int floatToRawIntBits(float value); method in class:Float
380 int f1 = floatToRawIntBits(float1);
381 int f2 = floatToRawIntBits(float2);

Completed in 59 milliseconds