Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ceil
Method
ceil
cranelift/interpreter/src/value.rs:706–708 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
704
}
705
706
fn ceil(self) -> ValueResult<Self> {
707
unary_match!(ceil(&self); [F32, F64])
708
}
709
710
fn floor(self) -> ValueResult<Self> {
711
unary_match!(floor(&self); [F32, F64])
Callers
11
ceil
Function · 0.80
ceilf
Function · 0.80
setup_guest_profiler
Method · 0.80
le
Function · 0.80
moment.min.2.30.1.js
File · 0.80
Un
Function · 0.80
ceil_f32
Method · 0.80
ceil_f64
Method · 0.80
ceil_f32x4
Method · 0.80
ceil_f64x2
Method · 0.80
wasm_ceil
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected