Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void set_overflow_c(void)
40
{
41
f = 1e38f;
42
f *= f;
43
}
44
45
void set_underflow_c(void)
46
{
Callers
1
set_everything_c
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected