Home
last modified time | relevance | path

Searched refs:factor2_digit (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c2640 const bigDigitType factor2_digit, const bigIntType product) in uBigMultPositiveWithDigit() argument
2647 mult_carry = (doubleBigDigitType) factor1->bigdigits[0] * factor2_digit; in uBigMultPositiveWithDigit()
2651 mult_carry += (doubleBigDigitType) factor1->bigdigits[pos] * factor2_digit; in uBigMultPositiveWithDigit()
2661 const bigDigitType factor2_digit, const bigIntType product) in uBigMultNegativeWithDigit() argument
2671 mult_carry = (negate_carry & BIGDIGIT_MASK) * factor2_digit; in uBigMultNegativeWithDigit()
2679 mult_carry += (negate_carry & BIGDIGIT_MASK) * factor2_digit; in uBigMultNegativeWithDigit()
2693 const bigDigitType factor2_digit, const bigIntType product) in uBigMultPositiveWithNegatedDigit() argument
2701 mult_carry = (doubleBigDigitType) factor1->bigdigits[0] * factor2_digit; in uBigMultPositiveWithNegatedDigit()
2720 const bigDigitType factor2_digit, const bigIntType product) in uBigMultNegativeWithNegatedDigit() argument
2729 mult_carry = (negate_carry & BIGDIGIT_MASK) * factor2_digit; in uBigMultNegativeWithNegatedDigit()
[all …]