MCPcopy 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

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected