Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c5134 intType bigdigit_log2; in bigLog2() local
5167 bigdigit_log2 = digitMostSignificantBit(big1->bigdigits[big1->size - 1]); in bigLog2()
5168 if (bigdigit_log2 == -1) { in bigLog2()
5171 logarithm->bigdigits[0] |= (bigDigitType) bigdigit_log2; in bigLog2()