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

Function zero

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

Source from the content-addressed store, hash-verified

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
41double NOINLINE dret_e() { return (double)2.7182818284590452353602874713526624977572470936999595749669676277240766303535475945713821785251664274; }

Callers 15

sleep_forFunction · 0.85
set_times_checkedMethod · 0.85
sleep_forFunction · 0.85
durationClass · 0.85
hh_mm_ssMethod · 0.85
time_pointMethod · 0.85
all_onesMethod · 0.85
BigIntClass · 0.85
divide_signedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected