Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/N64Recomp/N64Recomp
/ do_ceil_w_d
Function
do_ceil_w_d
LiveRecomp/live_generator.cpp:851–853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
849
}
850
851
int32_t do_ceil_w_d(double num) {
852
return (int32_t)ceil(num);
853
}
854
855
int64_t do_ceil_l_s(float num) {
856
return (int64_t)ceilf(num);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected