Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/N64Recomp/N64Recomp
/ do_floor_w_s
Function
do_floor_w_s
LiveRecomp/live_generator.cpp:863–865 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
int32_t do_floor_w_s(float num) {
864
return (int32_t)floorf(num);
865
}
866
867
int32_t do_floor_w_d(double num) {
868
return (int32_t)floor(num);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected