Searched refs:__full_stores (Results 1 – 1 of 1) sorted by relevance
1524 constexpr size_t __full_stores = _Np / __vsize; in _S_store() local1528 __execute_n_times<__full_stores>([&](auto __i) constexpr { in _S_store()1531 if constexpr (__full_stores < __stores) in _S_store()1532 _CommonImpl::template _S_store<(_Np - __full_stores * __vsize) in _S_store()1534 __converted[__full_stores], __mem + __full_stores * __vsize); in _S_store()
Completed in 7 milliseconds