MCPcopy Create free account
hub / github.com/demoth/jake2 / writeFloat

Method writeFloat

qcommon/src/main/java/jake2/qcommon/sizebuf_t.java:155–157  ·  view source on GitHub ↗
(float f)

Source from the content-addressed store, hash-verified

153 }
154
155 public void writeFloat(float f) {
156 writeInt(Float.floatToIntBits(f));
157 }
158
159 public float readFloat() {
160 return Float.intBitsToFloat(readInt());

Callers 10

writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
testFloatMethod · 0.80
writeMethod · 0.80
writeVectorMethod · 0.80

Calls 1

writeIntMethod · 0.95

Tested by 1

testFloatMethod · 0.64