Home | History | Annotate | Download | only in lang

Lines Matching defs:floatToRawIntBits

744         int result = floatToRawIntBits(value);
776 * method, {@code floatToRawIntBits} does not collapse all the
783 * {@code floatToRawIntBits}.
789 public static native int floatToRawIntBits(float value);
811 * use of the {@code Float.floatToRawIntBits} method.
840 * {@code floatToRawIntBits(intBitsToFloat(start))} may
912 // Cannot use floatToRawIntBits because of possibility of NaNs.