Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ dzero2
Function
dzero2
test/test_float_literals.cpp:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
double NOINLINE dval2() { return -10.0; }
45
double NOINLINE dzero() { return 0.0; }
46
double NOINLINE dzero2() { return -0.0; }
47
48
const float e = ret_e();
49
const float negpi = ret_minuspi();
Callers
1
test_float_literals.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected