D | subtract_with_carry.hpp | 59 carry = eng.do_update(j, j + long_lag - short_lag, carry); in apply() 66 carry = eng.do_update(j, j - short_lag, carry); in apply() 76 carry = eng.do_update(j, j + long_lag - short_lag, carry); in apply() 79 carry = eng.do_update(j, j - short_lag, carry); in apply() 86 carry = eng.do_update(j, j + long_lag - short_lag, carry); in apply() 89 carry = eng.do_update(j, j - short_lag, carry); in apply() 205 carry = do_update(k, short_index, carry); in operator ()() 271 IntType do_update(std::size_t current, std::size_t short_index, IntType carry) in do_update() function in boost::random::subtract_with_carry_engine 437 carry = do_update(k, short_index, carry); in operator ()() 501 RealType do_update(std::size_t current, std::size_t short_index, RealType carry) in do_update() function in boost::random::subtract_with_carry_01_engine
|