Home
last modified time | relevance | path

Searched refs:__s2s (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc1251 const _RealType __s2s = _M_s2 * _M_s2; in _M_initialize() local
1252 _M_s = (_M_a123 + 2 * __s2s / _M_d2 in _M_initialize()
1253 * std::exp(-_M_d2 * _M_d2 / (2 * __s2s))); in _M_initialize()
1324 const _RealType __s2s = _M_s2 * _M_s2; in operator ()() local
1373 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()()
1375 __v = -__e2 - _M_d2 * __y / (2 * __s2s); in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc1251 const _RealType __s2s = _M_s2 * _M_s2; in _M_initialize() local
1252 _M_s = (_M_a123 + 2 * __s2s / _M_d2 in _M_initialize()
1253 * std::exp(-_M_d2 * _M_d2 / (2 * __s2s))); in _M_initialize()
1324 const _RealType __s2s = _M_s2 * _M_s2; in operator ()() local
1373 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()()
1375 __v = -__e2 - _M_d2 * __y / (2 * __s2s); in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.tcc1471 const double __s2s = _M_s2 * _M_s2; in _M_initialize() local
1472 _M_s = (_M_a123 + 2 * __s2s / _M_d2 in _M_initialize()
1473 * std::exp(-_M_d2 * _M_d2 / (2 * __s2s))); in _M_initialize()
1553 const double __s2s = __param._M_s2 * __param._M_s2; in operator ()() local
1604 + 2 * __s2s * __e1 / __param._M_d2; in operator ()()
1606 __v = -__e2 - __param._M_d2 * __y / (2 * __s2s); in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.tcc1514 const double __s2s = _M_s2 * _M_s2; in _M_initialize() local
1515 _M_s = (_M_a123 + 2 * __s2s / _M_d2 in _M_initialize()
1516 * std::exp(-_M_d2 * _M_d2 / (2 * __s2s))); in _M_initialize()
1596 const double __s2s = __param._M_s2 * __param._M_s2; in operator ()() local
1647 + 2 * __s2s * __e1 / __param._M_d2; in operator ()()
1649 __v = -__e2 - __param._M_d2 * __y / (2 * __s2s); in operator ()()