Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ PlatformSpecificFabs
Function
PlatformSpecificFabs
src/Platforms/Symbian/UtestPlatform.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
double PlatformSpecificFabs(double d) {
104
return fabs(d);
105
}
106
107
void* PlatformSpecificMalloc(size_t size) {
108
return malloc(size);
Callers
1
doubles_equal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected