Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h192 result_type& __xr = __x_[__i_]; 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()
197 return __xr; in operator()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvector1572 const_pointer __xr = pointer_traits<const_pointer>::pointer_to(__x);
1573 if (__p <= __xr && __xr < this->__end_)
1574 ++__xr;
1575 *__p = *__xr;
1644 const_pointer __xr = pointer_traits<const_pointer>::pointer_to(__x);
1645 if (__p <= __xr && __xr < this->__end_)
1646 __xr += __old_n;
1647 std::fill_n(__p, __n, *__xr);