MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_f64

Method get_f64

pulley/src/interp.rs:559–562  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

557 }
558
559 pub fn get_f64(&self) -> f64 {
560 let val = unsafe { self.0.f64 };
561 f64::from_le_bytes(val.to_ne_bytes())
562 }
563
564 pub fn set_f32(&mut self, val: f32) {
565 self.0.f32 = u32::from_ne_bytes(val.to_le_bytes());

Callers 15

fmtMethod · 0.45
fstore64le_o32Method · 0.45
fstore64be_o32Method · 0.45
fstore64le_zMethod · 0.45
fstore64le_g32Method · 0.45
feq64Method · 0.45
fneq64Method · 0.45
flt64Method · 0.45
flteq64Method · 0.45
fselect64Method · 0.45
x32_from_f64_sMethod · 0.45

Calls

no outgoing calls

Tested by 1

assert_oneFunction · 0.36