Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ floorf
Function
floorf
cranelift/filetests/src/function_runner.rs:740–742 ·
view source on GitHub ↗
(a: f32)
Source
from the content-addressed store, hash-verified
738
}
739
"floorf"
=> {
740
extern
"C"
fn floorf(a: f32) -> f32 {
741
a.floor()
742
}
743
Some(floorf as *const u8)
744
}
745
"nearbyint"
=> {
Callers
2
wasm_floor
Method · 0.85
wasm_nearest
Method · 0.85
Calls
1
floor
Method · 0.80
Tested by
no test coverage detected