Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c4715 bigIntType big2_help; in bigGcd() local
4736 if ((big1_help->size > big2_help->size && in bigGcd()
4742 bigDestr(big2_help); in bigGcd()
4743 big2_help = big1_help; in bigGcd()
4746 gcd = big2_help; in bigGcd()
4750 shift = bigLowestSetBit(big2_help); in bigGcd()
4756 bigRShiftAssign(&big2_help, bigLowestSetBit(big2_help)); in bigGcd()
4762 big1_help = big2_help; in bigGcd()
4763 big2_help = help_big; in bigGcd()
4765 } while (big2_help->size != 1 || big2_help->bigdigits[0] != 0); in bigGcd()
[all …]