MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / do_floor_w_d

Function do_floor_w_d

LiveRecomp/live_generator.cpp:867–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867int32_t do_floor_w_d(double num) {
868 return (int32_t)floor(num);
869}
870
871int64_t do_floor_l_s(float num) {
872 return (int64_t)floorf(num);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected