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

Method leading_zeros

cranelift/interpreter/src/value.rs:808–810  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

806 }
807
808 fn leading_zeros(self) -> ValueResult<Self> {
809 unary_match!(leading_zeros(&self); [I8, I16, I32, I64, I128]; [i8, i16, i32, i64, i128])
810 }
811
812 fn trailing_zeros(self) -> ValueResult<Self> {
813 unary_match!(trailing_zeros(&self); [I8, I16, I32, I64, I128]; [i8, i16, i32, i64, i128])

Callers 9

stepFunction · 0.80
maxMethod · 0.80
write_hexFunction · 0.80
parse_floatFunction · 0.80
maybe_from_u64Method · 0.80
numberMethod · 0.80
sclass_for_lengthFunction · 0.80
xclz32Method · 0.80
xclz64Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected