Lines Matching refs:d1
187 BN_ULONG d0,d1;
257 d1=(div_n == 1)?0:sdiv->d[div_n-2];
297 q=bn_div_3_words(wnump,d1,d0);
328 t2=(BN_ULLONG)d1*q;
337 t2 -= d1;
353 BN_UMULT_LOHI(t2l,t2h,d1,q);
355 t2l = d1 * q;
356 t2h = BN_UMULT_HIGH(d1,q);
360 t2l=LBITS(d1); t2h=HBITS(d1);
362 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
374 if (t2l < d1) t2h--; t2l -= d1;
432 BN_ULONG d0,d1;
495 d1=(div_n == 1)?0:sdiv->d[div_n-2];
524 q=bn_div_3_words(wnump,d1,d0);
555 t2=(BN_ULLONG)d1*q;
564 t2 -= d1;
580 BN_UMULT_LOHI(t2l,t2h,d1,q);
582 t2l = d1 * q;
583 t2h = BN_UMULT_HIGH(d1,q);
587 t2l=LBITS(d1); t2h=HBITS(d1);
589 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
601 if (t2l < d1) t2h--; t2l -= d1;