Home
last modified time | relevance | path

Searched refs:into_float (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dvalue.rs23 fn into_float(self) -> ValueResult<f64>; in into_float() method
303 fn into_float(self) -> ValueResult<f64> { in into_float() method
H A Dstep.rs1124 let x = arg(0).into_float()? as i128; in step()
1150 let x = x.into_float()? as i128; in step()