Home
last modified time | relevance | path

Searched defs:from_bitmask_integer (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/portable-simd/crates/core_simd/src/masks/
Dbitmask.rs152 pub fn from_bitmask_integer<U>(bitmask: U) -> Self in from_bitmask_integer() function
Dfull_masks.rs227 pub(crate) fn from_bitmask_integer<U: ReverseBits>(bitmask: U) -> Self in from_bitmask_integer() function