Home
last modified time | relevance | path

Searched refs:bitwise_not (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h52 void bitwise_not() override { hwloc_bitmap_not(mask, mask); } in bitwise_not() function
397 void bitwise_not() override { in bitwise_not() function
614 void bitwise_not() override { in bitwise_not() function
H A Dkmp.h716 #define KMP_CPU_COMPLEMENT(max_bit_number, mask) (mask)->bitwise_not()
764 virtual void bitwise_not() {} in bitwise_not() function
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h968 LIBC_INLINE constexpr void bitwise_not() {
974 bitwise_not();