Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dimmediates.rs753 match parse_float(s, Self::EXPONENT_BITS, Self::SIGNIFICAND_BITS) {
971 fn parse_float(s: &str, w: u8, t: u8) -> Result<u128, &'static str> { in parse_float() function