Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ box_f64
Function
box_f64
crates/virtual-machine/src/cpu/alu.rs:49–51 ·
view source on GitHub ↗
(v: f64)
Source
from the content-addressed store, hash-verified
47
48
#[inline]
49
fn box_f64(v: f64) -> u64 {
50
v.to_bits()
51
}
52
53
// --- Base integer ALU, RV64I ---
54
Callers
14
fp_add_d
Function · 0.85
fp_sub_d
Function · 0.85
fp_mul_d
Function · 0.85
fp_div_d
Function · 0.85
fp_sqrt_d
Function · 0.85
fp_sgnj_d
Function · 0.85
fp_sgnjn_d
Function · 0.85
fp_sgnjx_d
Function · 0.85
fp_min_d
Function · 0.85
fp_max_d
Function · 0.85
fp_fmadd_d
Function · 0.85
fp_fmsub_d
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected