reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
112 bool __big_enough = (!(__m & (__m - 1)) 112 bool __big_enough = (!(__m & (__m - 1)) 113 || (_Tp(-1) - __c) / __a >= __m - 1), 114 bool __schrage_ok = __m % __a < __m / __a> 114 bool __schrage_ok = __m % __a < __m / __a> 118 + std::__lg(__m) + 2>::type _Tp2; 121 { return static_cast<_Tp>((_Tp2(__a) * __x + __c) % __m); }