MCPcopy 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_floorMethod · 0.85
wasm_nearestMethod · 0.85

Calls 1

floorMethod · 0.80

Tested by

no test coverage detected