MCPcopy 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]
49fn box_f64(v: f64) -> u64 {
50 v.to_bits()
51}
52
53// --- Base integer ALU, RV64I ---
54

Callers 14

fp_add_dFunction · 0.85
fp_sub_dFunction · 0.85
fp_mul_dFunction · 0.85
fp_div_dFunction · 0.85
fp_sqrt_dFunction · 0.85
fp_sgnj_dFunction · 0.85
fp_sgnjn_dFunction · 0.85
fp_sgnjx_dFunction · 0.85
fp_min_dFunction · 0.85
fp_max_dFunction · 0.85
fp_fmadd_dFunction · 0.85
fp_fmsub_dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected