Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/N64Recomp/N64Recomp
/ fpr_to_string
Function
fpr_to_string
src/cgenerator.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
static std::string fpr_to_string(int fpr_index) {
89
return fmt::format(
"ctx->f{}.fl"
, fpr_index);
90
}
91
92
static std::string fpr_double_to_string(int fpr_index) {
93
return fmt::format(
"ctx->f{}.d"
, fpr_index);
Callers
1
get_operand_string
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected