Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom.tcc880 const _RealType __cx = 2 * __m + _M_d; in _M_initialize() local
881 _M_scx = std::sqrt(__cx / 2); in _M_initialize()
882 _M_1cx = 1 / __cx; in _M_initialize()
884 _M_c2b = std::sqrt(__pi_4 * __cx) * std::exp(_M_1cx); in _M_initialize()
885 _M_cb = 2 * __cx * std::exp(-_M_d * _M_1cx * (1 + _M_d / 2)) / _M_d; in _M_initialize()
/openbsd/gnu/llvm/libcxx/include/
H A Dvector1790 size_type __cx = __n - (this->__end_ - __p);
1791 __construct_at_end(__cx, __x);
1792 __n -= __cx;