MCPcopy 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 */
53float roundf(float f) { return floorf(f + 0.5); }
54
55#endif
56#endif

Callers 1

print_verboseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected