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