Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ round_f
Function
round_f
src/myFunc.cpp:1339–1341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1337
}
1338
1339
int round_f(float r) {
1340
return (r > 0.0) ? floor(r + 0.5) : ceil(r - 0.5);
1341
}
1342
//int round(double r) {
1343
// return (r > 0.0) ? floor(r + 0.5) : ceil(r - 0.5);
1344
//}
Callers
15
lrbuilds
Function · 0.85
lrbuildzs
Function · 0.85
lrunpack
Function · 0.85
lrprocess
Function · 0.85
lrrmserror
Function · 0.85
lravgerror
Function · 0.85
lravgrelerror
Function · 0.85
lrcopy
Function · 0.85
lrserialize
Function · 0.85
lrunserialize
Function · 0.85
getBAFinfo
Function · 0.85
getCopyNumbers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected