Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibRaw/LibRaw
/ roundf
Function
roundf
samples/raw-identify.cpp:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
#ifdef _MSC_VER
52
#if _MSC_VER < 1800 /* below MSVC 2013 */
53
float roundf(float f) { return floorf(f + 0.5); }
54
55
#endif
56
#endif
Callers
1
print_verbose
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected