Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
testFloat
Method · 0.80
write
Method · 0.80
writeVector
Method · 0.80
Calls
1
writeInt
Method · 0.95
Tested by
1
testFloat
Method · 0.64