Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h55 struct simd_abi::_Scalar struct
58 static constexpr size_t _S_size = 1;
61 static constexpr size_t _S_full_size = 1;
64 static constexpr bool _S_is_partial = false;
66 struct _IsValidAbiTag : true_type {};
69 struct _IsValidSizeFor : true_type {};
72 struct _IsValid : __is_vectorizable<_Tp> {};
75 static constexpr bool _S_is_valid_v = _IsValid<_Tp>::value;
78 _S_masked(bool __x) in _S_masked()
81 using _CommonImpl = _CommonImplScalar;
[all …]