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

Function do_ceil_l_d

LiveRecomp/live_generator.cpp:859–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859int64_t do_ceil_l_d(double num) {
860 return (int64_t)ceil(num);
861}
862
863int32_t do_floor_w_s(float num) {
864 return (int32_t)floorf(num);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected