MCPcopy 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
18unsigned int Float2Int(float f) {
19 union fi a;
20 a.f = f;
21 return a.i;
22}
23
24float Fminf(float x, float y) {
25 if (x < y || !(y == y))

Callers 5

FminfFunction · 0.85
FmaxfFunction · 0.85
TestMinFunction · 0.85
TestMaxFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected