MCPcopy Create free account
hub / github.com/cpputest/cpputest / set_overflow_c

Function set_overflow_c

tests/CppUTestExt/IEEE754PluginTest_c.c:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void set_overflow_c(void)
40{
41 f = 1e38f;
42 f *= f;
43}
44
45void set_underflow_c(void)
46{

Callers 1

set_everything_cFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected