Searched refs:abs_n (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1046 unsigned int abs_n; local
1076 abs_n = (n >= 0 ? n : -n);
1078 pow5_ptr = (mp_limb_t *) malloc (((int)(abs_n * (2.322f / GMP_LIMB_BITS)) + 1
1090 if (abs_n > 0)
1098 for (n13 = 0; n13 <= abs_n; n13 += 13)
1100 mp_limb_t digit1 = small_pow5[n13 + 13 <= abs_n ? 13 : abs_n - n13];

Completed in 33 milliseconds