Searched defs:_MaskImplNeon (Results 1 – 1 of 1) sorted by relevance
394 struct _MaskImplNeon : _MaskImplNeonMixin, _MaskImplBuiltin<_Abi> struct398 using _Base = _MaskImplBuiltin<_Abi>;403 _GLIBCXX_SIMD_INTRINSIC static bool _S_all_of(simd_mask<_Tp, _Abi> __k) in _S_all_of()422 _GLIBCXX_SIMD_INTRINSIC static bool _S_any_of(simd_mask<_Tp, _Abi> __k) in _S_any_of()441 _GLIBCXX_SIMD_INTRINSIC static bool _S_none_of(simd_mask<_Tp, _Abi> __k) in _S_none_of()458 _GLIBCXX_SIMD_INTRINSIC static bool _S_some_of(simd_mask<_Tp, _Abi> __k) in _S_some_of()475 _GLIBCXX_SIMD_INTRINSIC static int _S_popcount(simd_mask<_Tp, _Abi> __k) in _S_popcount()508 _S_find_first_set(simd_mask<_Tp, _Abi> __k) in _S_find_first_set()518 _S_find_last_set(simd_mask<_Tp, _Abi> __k) in _S_find_last_set()
Completed in 7 milliseconds