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

Function do_round_l_d

LiveRecomp/live_generator.cpp:843–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843int64_t do_round_l_d(double num) {
844 return llround(num);
845}
846
847int32_t do_ceil_w_s(float num) {
848 return (int32_t)ceilf(num);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected