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_abs
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_builtin.h
1985
//
_S_abs
{{{3
1988
_S_abs
(_SimdWrapper<_Tp, _Np> __x) noexcept
2103
const auto __abs_x = _SuperImpl::
_S_abs
(__x);
2149
const auto __absn = __vector_bitcast<_Ip>(_SuperImpl::
_S_abs
(__x));
2170
const auto __absn = __vector_bitcast<_Ip>(_SuperImpl::
_S_abs
(__x));
2203
return _SuperImpl::template _S_equal_to<_Tp, _Np>(_SuperImpl::
_S_abs
(__x),
2211
_S_abs
(__x)._M_data)
2225
const auto __absn = __vector_bitcast<_Ip>(_SuperImpl::
_S_abs
(__x));
2255
= __vector_bitcast<_I>(__to_intrin(_SuperImpl::
_S_abs
(__x)));
simd_neon.h
182
return _Base::
_S_abs
(__x)._M_data < 0x1p23f
simd_sve.h
1349
_S_abs
(_SveSimdWrapper<_Tp, _Np> __x) noexcept
1411
const __sve_vector_type_t<_Ip, _Np> __absn = __sve_reinterpret_cast<_Ip>(
_S_abs
(__x));
1427
return _S_equal_to<_Tp, _Np>(
_S_abs
(__x), _S_broadcast(__infinity_v<_Tp>));
1450
const _V __absn = __sve_reinterpret_cast<_Ip>(
_S_abs
(__x));
simd_scalar.h
431
_S_abs
(_Tp __x)
simd_math.h
873
{ return {__private_init, _Abi::_SimdImpl::
_S_abs
(__data(__x))}; }
simd_x86.h
2612
using _Base::
_S_abs
;
3139
const auto absn = __vector_bitcast<_I>(
_S_abs
(__x));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_builtin.h
1985
//
_S_abs
{{{3
1988
_S_abs
(_SimdWrapper<_Tp, _Np> __x) noexcept
2103
const auto __abs_x = _SuperImpl::
_S_abs
(__x);
2149
const auto __absn = __vector_bitcast<_Ip>(_SuperImpl::
_S_abs
(__x));
2170
const auto __absn = __vector_bitcast<_Ip>(_SuperImpl::
_S_abs
(__x));
2203
return _SuperImpl::template _S_equal_to<_Tp, _Np>(_SuperImpl::
_S_abs
(__x),
2211
_S_abs
(__x)._M_data)
2225
const auto __absn = __vector_bitcast<_Ip>(_SuperImpl::
_S_abs
(__x));
2244
= __vector_bitcast<_I>(__to_intrin(_SuperImpl::
_S_abs
(__x)));
simd_neon.h
182
return _Base::
_S_abs
(__x)._M_data < 0x1p23f
simd_scalar.h
431
_S_abs
(_Tp __x)
simd_math.h
861
{ return {__private_init, _Abi::_SimdImpl::
_S_abs
(__data(__x))}; }
simd_x86.h
2612
using _Base::
_S_abs
;
3139
const auto absn = __vector_bitcast<_I>(
_S_abs
(__x));
Completed in 43 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026