Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ Float2Int
Function
Float2Int
test/test_minmax.c:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
};
17
18
unsigned int Float2Int(float f) {
19
union fi a;
20
a.f = f;
21
return a.i;
22
}
23
24
float Fminf(float x, float y) {
25
if (x < y || !(y == y))
Callers
5
Fminf
Function · 0.85
Fmaxf
Function · 0.85
TestMin
Function · 0.85
TestMax
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected