MCPcopy 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

ceilFunction · 0.80
ceilfFunction · 0.80
setup_guest_profilerMethod · 0.80
leFunction · 0.80
UnFunction · 0.80
ceil_f32Method · 0.80
ceil_f64Method · 0.80
ceil_f32x4Method · 0.80
ceil_f64x2Method · 0.80
wasm_ceilMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected