reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1580 __x = std::floor(__y); 1592 __x = std::floor(-__y); 1603 __x = std::floor(__y); 1615 __x = std::floor(-__y); 1620 __reject = __reject || __x < -__np || __x > __t - __np; 1620 __reject = __reject || __x < -__np || __x > __t - __np; 1624 std::lgamma(__np + __x + 1) 1625 + std::lgamma(__t - (__np + __x) + 1); 1627 + __x * __param._M_lp1p; 1630 __reject |= __x + __np >= __thr; 1634 __x += __np + __naf; 1636 const _IntType __z = _M_waiting(__urng, __t - _IntType(__x), 1638 __ret = _IntType(__x) + __z;