Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c4716 intType lowestSetBitA; in bigGcd() local
4749 lowestSetBitA = bigLowestSetBit(big1_help); in bigGcd()
4751 if (lowestSetBitA < shift) { in bigGcd()
4752 shift = lowestSetBitA; in bigGcd()
4754 bigRShiftAssign(&big1_help, lowestSetBitA); in bigGcd()