Home
last modified time | relevance | path

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

/external/eigen/test/
Dpacketmath_test_shared.h64 EIGEN_TEST_MAKE_BITWISE(andnot, bit_andnot()) in EIGEN_TEST_MAKE_BITWISE() argument
/external/rust/crates/ppv-lite86/src/
Dtypes.rs6 fn andnot(self, rhs: Self) -> Self::Output; in andnot() method