MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Float

Enum Float

cranelift/codegen/meta/src/shared/types.rs:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
45pub(crate) enum Float {
46 F16 = 16,
47 F32 = 32,
48 F64 = 64,
49 F128 = 128,
50}
51
52/// Iterator through the variants of the Float enum.
53pub(crate) struct FloatIterator {

Callers 4

scan_numberMethod · 0.85
float_from_bitsMethod · 0.85
fromMethod · 0.85
test_typevar_singletonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected