Home
last modified time | relevance | path

Searched defs:AllTrue (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/
H A DTraits.h15 struct AllTrue struct
/dports/devel/upp/upp/uppsrc/Core/
H A DSIMD_NEON.h56 force_inline bool AllTrue(uint32x4_t v) { in AllTrue() function
61 force_inline bool AllTrue(f32x4 a) { in AllTrue() function
125 force_inline bool AllTrue(i16x8 a) { in AllTrue() function
179 force_inline bool AllTrue(i32x4 a) { in AllTrue() function
H A DSIMD_SSE2.h40 force_inline bool AllTrue(f32x4 a) { return _mm_movemask_ps(a.data) == 0xf; } in AllTrue() function
97 force_inline bool AllTrue(i16x8 a) { return _mm_movemask_epi8(a.data) == 0xffff; } in AllTrue() function
131 force_inline bool AllTrue(i32x4 a) { return _mm_movemask_epi8(a.data) == 0xffff; } in AllTrue() function
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBitVector.h109 bool AllTrue() const in AllTrue() function
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBitVector.h109 bool AllTrue() const in AllTrue() function
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Dbit_set.h158 static BitSet AllTrue(std::size_t count) { in AllTrue() function
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Dbit_set.h158 static BitSet AllTrue(std::size_t count) { in AllTrue() function
/dports/sysutils/terraform/terraform-1.0.11/internal/lang/funcs/
H A Dcollection.go649 func AllTrue(collection cty.Value) (cty.Value, error) { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dbounded_inline_vector_impl.h31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dbounded_inline_vector_impl.h31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dbounded_inline_vector_impl.h31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DBitSet.h181 constexpr static BitSet AllTrue(size_t count) in AllTrue() function
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dbounded_inline_vector_impl.h31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dlogic.py438 class AllTrue(_ManyTrue): class
/dports/devel/highway/highway-0.15.0/hwy/ops/
H A Dwasm_256-inl.h2730 HWY_INLINE bool AllTrue(hwy::SizeTag<1> /*tag*/, const Mask128<T> m) { in AllTrue() function
2734 HWY_INLINE bool AllTrue(hwy::SizeTag<2> /*tag*/, const Mask128<T> m) { in AllTrue() function
2738 HWY_INLINE bool AllTrue(hwy::SizeTag<4> /*tag*/, const Mask128<T> m) { in AllTrue() function
2745 HWY_API bool AllTrue(const Simd<T, N> /* tag */, const Mask128<T> m) { in AllTrue() function
2759 HWY_API bool AllTrue(const Simd<T, N> d, const Mask128<T, N> m) { in AllTrue() function
3423 HWY_API bool AllTrue(const Mask128<T, N> mask) { in AllTrue() function
H A Dscalar-inl.h1214 HWY_API bool AllTrue(Sisd<T> /* tag */, const Mask1<T> mask) { in AllTrue() function
1319 HWY_API bool AllTrue(const Mask1<T> mask) { in AllTrue() function
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/ops/
H A Dwasm_256-inl.h2442 HWY_INLINE bool AllTrue(hwy::SizeTag<1> /*tag*/, const Mask128<T> m) { in AllTrue() function
2446 HWY_INLINE bool AllTrue(hwy::SizeTag<2> /*tag*/, const Mask128<T> m) { in AllTrue() function
2450 HWY_INLINE bool AllTrue(hwy::SizeTag<4> /*tag*/, const Mask128<T> m) { in AllTrue() function
2457 HWY_API bool AllTrue(const Full256<T> /* tag */, const Mask128<T> m) { in AllTrue() function
H A Dscalar-inl.h1277 HWY_API bool AllTrue(Sisd<T> /* tag */, const Mask1<T> mask) { in AllTrue() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Parser/
H A DAffineParser.cpp44 /// expressions, and integer sets), maintaining the state transient to their
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h1109 HWY_INLINE bool AllTrue(const Mask1<T> mask) { in AllTrue() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h1109 HWY_INLINE bool AllTrue(const Mask1<T> mask) { in AllTrue() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DSIMD.cpp953 AllTrue(JSContext* cx, unsigned argc, Value* vp) in AllTrue() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DSIMD.cpp1010 static bool AllTrue(JSContext* cx, unsigned argc, Value* vp) { in AllTrue() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMIR.cpp4644 static bool AllTrue(const T& v) { in AllTrue() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp35 AllTrue = 0, enumerator

12