Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
floor
Function · 0.80
floorf
Function · 0.80
le
Function · 0.80
Ze
Function · 0.80
moment.min.2.30.1.js
File · 0.80
Un
Function · 0.80
addReleases
Function · 0.80
floor_f32
Method · 0.80
floor_f64
Method · 0.80
floor_f32x4
Method · 0.80
floor_f64x2
Method · 0.80
wasm_floor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected