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

Method floor

cranelift/interpreter/src/value.rs:710–712  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

708 }
709
710 fn floor(self) -> ValueResult<Self> {
711 unary_match!(floor(&self); [F32, F64])
712 }
713
714 fn trunc(self) -> ValueResult<Self> {
715 unary_match!(trunc(&self); [F32, F64])

Callers 12

floorFunction · 0.80
floorfFunction · 0.80
leFunction · 0.80
ZeFunction · 0.80
UnFunction · 0.80
addReleasesFunction · 0.80
floor_f32Method · 0.80
floor_f64Method · 0.80
floor_f32x4Method · 0.80
floor_f64x2Method · 0.80
wasm_floorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected