MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / dzero

Function dzero

test/test_float_literals.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43double NOINLINE dval() { return 10.0; }
44double NOINLINE dval2() { return -10.0; }
45double NOINLINE dzero() { return 0.0; }
46double NOINLINE dzero2() { return -0.0; }
47
48const float e = ret_e();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected