MCPcopy Create free account
hub / github.com/davidgiven/luje / floatToIntBits

Method floatToIntBits

lib/java/lang/Float.java:176–176  ·  view source on GitHub ↗

Converts the specified float value to a binary representation conforming to the IEEE 754 floating-point single precision bit layout. All Not-a-Number (NaN) values are converted to a single NaN representation (0x7ff8000000000000L). @param value the float value to convert.

(float value)

Source from the content-addressed store, hash-verified

174 * @see #intBitsToFloat(int)
175 */
176 public static native int floatToIntBits(float value);
177
178 /**
179 * Converts the specified float value to a binary representation conforming

Callers 13

setFloatMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toHexStringMethod · 0.95
absMethod · 0.95
maxMethod · 0.95
minMethod · 0.95
absMethod · 0.95
hashCodeMethod · 0.95
putFloatMethod · 0.95
binarySearchMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected