Home
last modified time | relevance | path

Searched defs:andNot (Results 1 – 25 of 139) sorted by relevance

123456

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Type/
H A DBitSet.php173 public function andNot(BitSet $set): void function in TYPO3\\CMS\\Core\\Type\\BitSet
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Type/
H A DBitSet.php173 public function andNot(BitSet $set): void function in TYPO3\\CMS\\Core\\Type\\BitSet
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/catalog/
H A Dpg_depend.h28 *------------------------------------------------------------------------- in UnmodifiableBitSet()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/collection/
H A DBitSet.scala135 def andNot(other: BitSet): BitSet = { method
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/scalar/
H A Dscalar.h311 static inline float andNot(float a, float b) in andNot() function
702 static inline double andNot(double a, double b) in andNot() function
890 static inline std::int32_t andNot(std::int32_t a, std::int32_t b) in andNot() function
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86misc.h317 ASMJIT_INLINE void andNot(const X86RegMask& other) noexcept { in andNot() function
321 ASMJIT_INLINE void andNot(uint32_t kind, uint32_t mask) noexcept { in andNot() function
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DBSUtil.java70 public static BS andNot(BS a, BS b) { in andNot() method in BSUtil
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_avx2_256/
H A Dimpl_x86_avx2_256_simd_float.h141 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_ibm_vsx/
H A Dimpl_ibm_vsx_simd_float.h197 static inline SimdFloat gmx_simdcall andNot(SimdFloat a, SimdFloat b) in andNot() function
436 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
H A Dimpl_ibm_vsx_simd_double.h219 static inline SimdDouble gmx_simdcall andNot(SimdDouble a, SimdDouble b) in andNot() function
510 static inline SimdDInt32 gmx_simdcall andNot(SimdDInt32 a, SimdDInt32 b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_avx_512/
H A Dimpl_x86_avx_512_simd_double.h164 static inline SimdDouble gmx_simdcall andNot(SimdDouble a, SimdDouble b) in andNot() function
434 static inline SimdDInt32 gmx_simdcall andNot(SimdDInt32 a, SimdDInt32 b) in andNot() function
H A Dimpl_x86_avx_512_simd_float.h164 static inline SimdFloat gmx_simdcall andNot(SimdFloat a, SimdFloat b) in andNot() function
426 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_mic/
H A Dimpl_x86_mic_simd_double.h174 static inline SimdDouble gmx_simdcall andNot(SimdDouble a, SimdDouble b) in andNot() function
441 static inline SimdDInt32 gmx_simdcall andNot(SimdDInt32 a, SimdDInt32 b) in andNot() function
H A Dimpl_x86_mic_simd_float.h174 static inline SimdFloat gmx_simdcall andNot(SimdFloat a, SimdFloat b) in andNot() function
420 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
H A Dimpl_x86_mic_simd4_double.h114 static inline Simd4Double gmx_simdcall andNot(Simd4Double a, Simd4Double b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_sse2/
H A Dimpl_x86_sse2_simd_float.h172 static inline SimdFloat gmx_simdcall andNot(SimdFloat a, SimdFloat b) in andNot() function
438 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
H A Dimpl_x86_sse2_simd_double.h173 static inline SimdDouble gmx_simdcall andNot(SimdDouble a, SimdDouble b) in andNot() function
450 static inline SimdDInt32 gmx_simdcall andNot(SimdDInt32 a, SimdDInt32 b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_ibm_vmx/
H A Dimpl_ibm_vmx_simd_float.h161 static inline SimdFloat gmx_simdcall andNot(SimdFloat a, SimdFloat b) in andNot() function
415 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
H A Dimpl_ibm_vmx_simd4_float.h105 static inline Simd4Float gmx_simdcall andNot(Simd4Float a, Simd4Float b) in andNot() function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/
H A DVectorMask.java428 public abstract VectorMask<E> andNot(VectorMask<E> m); in andNot() method in VectorMask
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/
H A DVectorMask.java428 public abstract VectorMask<E> andNot(VectorMask<E> m); in andNot() method in VectorMask
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_arm_neon/
H A Dimpl_arm_neon_simd_float.h169 static inline SimdFloat gmx_simdcall andNot(SimdFloat a, SimdFloat b) in andNot() function
476 static inline SimdFInt32 gmx_simdcall andNot(SimdFInt32 a, SimdFInt32 b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_arm_neon_asimd/
H A Dimpl_arm_neon_asimd_simd_double.h169 static inline SimdDouble gmx_simdcall andNot(SimdDouble a, SimdDouble b) in andNot() function
424 static inline SimdDInt32 gmx_simdcall andNot(SimdDInt32 a, SimdDInt32 b) in andNot() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_x86_avx_256/
H A Dimpl_x86_avx_256_simd_double.h178 static inline SimdDouble gmx_simdcall andNot(SimdDouble a, SimdDouble b) in andNot() function
455 static inline SimdDInt32 gmx_simdcall andNot(SimdDInt32 a, SimdDInt32 b) in andNot() function
H A Dimpl_x86_avx_256_simd4_float.h110 static inline Simd4Float gmx_simdcall andNot(Simd4Float a, Simd4Float b) in andNot() function

123456