Searched refs:__cx (Results 1 – 2 of 2) sorted by relevance
880 const _RealType __cx = 2 * __m + _M_d; in _M_initialize() local881 _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()
1790 size_type __cx = __n - (this->__end_ - __p);1791 __construct_at_end(__cx, __x);1792 __n -= __cx;