Lines Matching defs:wnum
269 BN_ULONG *resp, *wnum, *wnumtop;
319 wnum = &(snum->d[loop]);
343 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv
355 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2];
424 wnum--;
429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1);
433 * the calculation of q, sdiv * q might be greater than wnum (but
434 * then (q-1) * sdiv is less or equal than wnum)
438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n);