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

Function val2

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

Source from the content-addressed store, hash-verified

35float NOINLINE ret_minuspi() { return (float)-3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679; }
36float NOINLINE val() { return 10.f; }
37float NOINLINE val2() { return -10.f; }
38float NOINLINE zero() { return 0.f; }
39float NOINLINE zero2() { return -0.f; }
40

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected