Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/N64Recomp/N64Recomp
/ do_round_w_d
Function
do_round_w_d
LiveRecomp/live_generator.cpp:835–837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
}
834
835
int32_t do_round_w_d(double num) {
836
return lround(num);
837
}
838
839
int64_t do_round_l_s(float num) {
840
return llroundf(num);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected