Home
last modified time | relevance | path

Searched refs:__bools (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h614 const auto __bools = in _S_store_bool_array()
623 _S_store<__todo>(__bools, __mem + __offset); in _S_store_bool_array()
632 __vector_type16_t<_UChar> __bools; in _S_store_bool_array()
642 __bools = __vector_bitcast<_UChar>( in _S_store_bool_array()
655 __bools = (__tmp2 == 0) + 1; // 0xff -> 0x00 | 0x00 -> 0x01 in _S_store_bool_array()
657 _S_store<__todo>(__bools, __mem + __offset); in _S_store_bool_array()
4236 const auto __bools = -__x._M_data; in _S_to_bits() local
4241 return _ULLong(__bools[+__i]) << __i; in _S_to_bits()
4513 int __bools = 0; in _S_load() local
4514 __builtin_memcpy(&__bools, __mem, _S_size<_Tp>); in _S_load()
[all …]
H A Dsimd_builtin.h2671 const auto __bools in _S_to_bits() local
2676 __r |= _ULLong(__bools[__i.value]) << __i; in _S_to_bits()
2721 const auto __bools in _S_load() local
2724 return __bools > 0; in _S_load()
H A Dsimd_fixed_size.h1842 const simd<_Ip, _Abi> __bools(reinterpret_cast<const __may_alias<_Ip>*>(
1845 return __data(__bools != 0);