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