Searched refs:_OverflowOK (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Dlinear_congruential_engine.h30 bool _OverflowOK = ((__m | (__m-1)) > __m), // m = 2^n variable
34 static_assert(__a != 0 || __m != 0 || !_MightOverflow || _OverflowOK || _SchrageOK,
39 !_OverflowOK &&

Completed in 106 milliseconds