Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c80 #define BIGDIGIT_LOG2_SIZE 3 macro
124 #define BIGDIGIT_LOG2_SIZE 4 macro
168 #define BIGDIGIT_LOG2_SIZE 5 macro
3673 if (unlikely(big1->size >= MAX_MEM_INDEX >> BIGDIGIT_LOG2_SIZE)) { in bigBitLength()
3680 bitLength = (intType) ((big1->size - 1) << BIGDIGIT_LOG2_SIZE); in bigBitLength()
5166 uBigLShift(logarithm, BIGDIGIT_LOG2_SIZE); in bigLog2()
5222 pos = (memSizeType) (bits - 1) >> BIGDIGIT_LOG2_SIZE; in bigLowerBits()
5318 pos = (memSizeType) (bits - 1) >> BIGDIGIT_LOG2_SIZE; in bigLowerBitsTemp()
5432 result += (intType) (pos << BIGDIGIT_LOG2_SIZE); in bigLowestSetBit()
6793 } else if (big1->size <= (uintType) rshift >> BIGDIGIT_LOG2_SIZE) { in bigRShift()
[all …]