OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_size
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_sve.h
418
static inline constexpr int
_S_size
= _Width;
420
static inline constexpr bool _S_is_partial = _S_full_size !=
_S_size
;
593
static constexpr size_t
_S_size
= _UsedBytes / sizeof(_Tp);
622
using _MaskMember = _SveMaskWrapper<sizeof(_Tp),
_S_size
<_Tp>>;
635
using _SimdMember = _SveSimdWrapper<_Tp,
_S_size
<_Tp>>; // sve vector type
636
using _MaskMember = _SveMaskWrapper<sizeof(_Tp),
_S_size
<_Tp>>; // sve mask type
647
operator __sve_vector_type_t<_Tp,
_S_size
<_Tp>>() const
653
using _Ap = __sve_vector_type_t<_Tp,
_S_size
<_Tp>>;
869
static constexpr size_t
_S_size
= _Abi::template
_S_size
<_Tp>
[
all
...]
simd_builtin.h
405
constexpr size_t __input_size = _From::
_S_size
* (1 + sizeof...(_More));
819
static constexpr size_t
_S_size
= _UsedBytes / sizeof(_Tp);
868
_VecBuiltin<_UsedBytes>,
_S_size
<_Tp>>,
882
using _MaskMember = _SimdWrapper<_MaskValueType<_Tp>,
_S_size
<_Tp>>;
893
constexpr auto __size =
_S_size
<_Tp>;
902
_GLIBCXX_SIMD_INTRINSIC static constexpr __intrinsic_type_t<_Tp,
_S_size
<_Tp>>
952
static constexpr size_t
_S_size
= _UsedBytes / sizeof(_Tp);
994
using _MaskMember = _SimdWrapper<bool,
_S_size
<_Tp>>;
999
_GnuTraits<_Tp, bool, _VecBltnBtmsk<_UsedBytes>,
_S_size
<_Tp>>,
1013
using _ImplicitMask = _SimdWrapper<bool,
_S_size
<_Tp>>
[
all
...]
simd_fixed_size.h
165
static constexpr size_t
_S_size
() { return simd_size<_Tp, _Abi>::value; }
171
{ return __bits.template _M_extract<_Offset,
_S_size
()>(); }
178
__bits.template _M_extract<_Offset,
_S_size
()>()._M_sanitized());
263
static constexpr size_t
_S_size
() { return 0; }
314
static constexpr size_t
_S_size
()
315
{ return simd_size_v<_Tp, _Abi0> + _SecondType::
_S_size
(); }
484
sizeof(_Tp) * _SimdTuple<_Tp, _As...>::
_S_size
());
552
_GLIBCXX_SIMD_INTRINSIC constexpr friend _SanitizedBitMask<
_S_size
()>
804
_Tp, _SimdTuple<_Tp, _A0, _A1, _Abis...>::
_S_size
()>>
838
sizeof(_Tp) * _R::
_S_size
());
[
all
...]
simd_x86.h
887
static constexpr size_t
_S_size
= _Abi::template
_S_size
<_Tp>;
903
static_assert(_Np ==
_S_size
<_Tp>);
4372
static constexpr size_t
_S_size
= simd_size_v<_Tp, _Abi>;
4401
for (size_t __i = 0; __i <
_S_size
<_Tp>; ++__i)
4416
_BitMask<
_S_size
<_Tp>>(__bits)._M_sanitized());
4419
if constexpr (
_S_size
<_Tp> <= 16 && __have_avx512vl)
4422
__builtin_memcpy(&__a, __mem,
_S_size
<_Tp>);
4425
else if constexpr (
_S_size
<_Tp> <= 32 && __have_avx512vl)
4428
__builtin_memcpy(&__a, __mem,
_S_size
<_Tp>)
[
all
...]
simd_converter.h
64
static_assert(sizeof...(_More) + 1 == _Abi::template
_S_size
<_To>);
193
* _Ret::_FirstAbi::template
_S_size
<_To>;
simd.h
1692
static_assert(_V::
_S_size
== _Np);
2769
static inline constexpr int
_S_size
= _Width;
2770
static inline constexpr bool _S_is_partial = _S_full_size !=
_S_size
;
3083
: _SizeConstant<_Abi::template
_S_size
<_Tp>> {};
4141
_SimdWrapper<_Tp, _SimdTuple<_Tp, _A0, _As...>::
_S_size
() / 2>
4157
fixed_size_simd<_Tp, _SimdTuple<_Tp, _As...>::
_S_size
()>(__private_init,
4608
template <typename _Tp> static constexpr size_t
_S_size
= 1;
4704
_Tp> && _Bp::template
_S_size
<_Tp> <= _Np)
simd_scalar.h
58
static constexpr size_t
_S_size
= 1;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_builtin.h
405
constexpr size_t __input_size = _From::
_S_size
* (1 + sizeof...(_More));
819
static constexpr size_t
_S_size
= _UsedBytes / sizeof(_Tp);
868
_VecBuiltin<_UsedBytes>,
_S_size
<_Tp>>,
882
using _MaskMember = _SimdWrapper<_MaskValueType<_Tp>,
_S_size
<_Tp>>;
893
constexpr auto __size =
_S_size
<_Tp>;
902
_GLIBCXX_SIMD_INTRINSIC static constexpr __intrinsic_type_t<_Tp,
_S_size
<_Tp>>
952
static constexpr size_t
_S_size
= _UsedBytes / sizeof(_Tp);
994
using _MaskMember = _SimdWrapper<bool,
_S_size
<_Tp>>;
999
_GnuTraits<_Tp, bool, _VecBltnBtmsk<_UsedBytes>,
_S_size
<_Tp>>,
1013
using _ImplicitMask = _SimdWrapper<bool,
_S_size
<_Tp>>
[
all
...]
simd_fixed_size.h
165
static constexpr size_t
_S_size
() { return simd_size<_Tp, _Abi>::value; }
171
{ return __bits.template _M_extract<_Offset,
_S_size
()>(); }
178
__bits.template _M_extract<_Offset,
_S_size
()>()._M_sanitized());
263
static constexpr size_t
_S_size
() { return 0; }
314
static constexpr size_t
_S_size
()
315
{ return simd_size_v<_Tp, _Abi0> + _SecondType::
_S_size
(); }
484
sizeof(_Tp) * _SimdTuple<_Tp, _As...>::
_S_size
());
552
_GLIBCXX_SIMD_INTRINSIC constexpr friend _SanitizedBitMask<
_S_size
()>
804
_Tp, _SimdTuple<_Tp, _A0, _A1, _Abis...>::
_S_size
()>>
838
sizeof(_Tp) * _R::
_S_size
());
[
all
...]
simd_x86.h
887
static constexpr size_t
_S_size
= _Abi::template
_S_size
<_Tp>;
903
static_assert(_Np ==
_S_size
<_Tp>);
4372
static constexpr size_t
_S_size
= simd_size_v<_Tp, _Abi>;
4401
for (size_t __i = 0; __i <
_S_size
<_Tp>; ++__i)
4416
_BitMask<
_S_size
<_Tp>>(__bits)._M_sanitized());
4419
if constexpr (
_S_size
<_Tp> <= 16 && __have_avx512vl)
4422
__builtin_memcpy(&__a, __mem,
_S_size
<_Tp>);
4425
else if constexpr (
_S_size
<_Tp> <= 32 && __have_avx512vl)
4428
__builtin_memcpy(&__a, __mem,
_S_size
<_Tp>)
[
all
...]
simd_converter.h
52
static_assert(sizeof...(_More) + 1 == _Abi::template
_S_size
<_To>);
156
* _Ret::_FirstAbi::template
_S_size
<_To>;
simd.h
1657
static_assert(_V::
_S_size
== _Np);
2734
static inline constexpr int
_S_size
= _Width;
2735
static inline constexpr bool _S_is_partial = _S_full_size !=
_S_size
;
3043
: _SizeConstant<_Abi::template
_S_size
<_Tp>> {};
4078
_SimdWrapper<_Tp, _SimdTuple<_Tp, _A0, _As...>::
_S_size
() / 2>
4094
fixed_size_simd<_Tp, _SimdTuple<_Tp, _As...>::
_S_size
()>(__private_init,
4525
template <typename _Tp> static constexpr size_t
_S_size
= 1;
4618
_Tp> && _Bp::template
_S_size
<_Tp> <= _Np)
simd_scalar.h
58
static constexpr size_t
_S_size
= 1;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_util.h
91
_S_size
(_Tp& __t)
142
size() noexcept(noexcept(
_S_size
(_M_derived())))
145
{ return
_S_size
(_M_derived()); }
148
size() const noexcept(noexcept(
_S_size
(_M_derived())))
152
{ return
_S_size
(_M_derived()); }
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_util.h
92
_S_size
(_Tp& __t)
131
size() noexcept(noexcept(
_S_size
(_M_derived())))
134
{ return
_S_size
(_M_derived()); }
137
size() const noexcept(noexcept(
_S_size
(_M_derived())))
141
{ return
_S_size
(_M_derived()); }
/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_iterator.h
108
_S_size
(const _Sequence& __seq)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
safe_iterator.h
92
_S_size
(const _Sequence& __seq)
Completed in 69 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026