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

Function do_floor_l_d

LiveRecomp/live_generator.cpp:875–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875int64_t do_floor_l_d(double num) {
876 return (int64_t)floor(num);
877}
878
879void N64Recomp::LiveGenerator::load_relocated_address(const InstructionContext& ctx, int reg) const {
880 // Get the pointer to the section address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected