Searched refs:multiplier (Results 1 – 3 of 3) sorted by relevance
37 static_assert((LCE::multiplier == a), ""); in test1()43 where(LCE::multiplier); in test1()
694 T multiplier = 1; in lcast_ret_unsigned() local718 T const multiplier_10 = multiplier * 10; in lcast_ret_unsigned()719 if (multiplier_10 / 10 != multiplier) multiplier_overflowed = true; in lcast_ret_unsigned()733 multiplier *= 10; in lcast_ret_unsigned()766 T const multiplier_10 = multiplier * 10; in lcast_ret_unsigned()767 if (multiplier_10 / 10 != multiplier) multiplier_overflowed = true; in lcast_ret_unsigned()781 multiplier *= 10; in lcast_ret_unsigned()
32 static constexpr result_type multiplier = a;1851 static _LIBCPP_CONSTEXPR const result_type multiplier = __a;1935 linear_congruential_engine<_UIntType, __a, __c, __m>::multiplier;