Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c5135 memSizeType logarithm_size; in bigLog2() local
5148 logarithm_size = sizeof(memSizeType) / (BIGDIGIT_SIZE >> 3) + 1; in bigLog2()
5149 if (unlikely(!ALLOC_BIG_SIZE_OK(logarithm, logarithm_size))) { in bigLog2()
5152 logarithm->size = logarithm_size; in bigLog2()
5155 for (pos = 1; pos < logarithm_size; pos++) { in bigLog2()