Home
last modified time | relevance | path

Searched refs:__xs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h191 const result_type& __xs = __x_[(__i_ + (__r - __s)) % __r]; in operator() local
193 result_type __new_c = __c_ == 0 ? __xs < __xr : __xs != 0 ? __xs <= __xr : 1; in operator()
194 __xr = (__xs - __xr - __c_) & _Max; in operator()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h222 …[&__ptr](auto&&... __xs) { return std::__construct_at(__ptr, std::forward<decltype(__xs)>(__xs)...… in __uninitialized_construct_using_allocator()