Home
last modified time | relevance | path

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

/lib/crypto/mpi/
A Dmpi-internal.h108 #define UDIV_QRNND_PREINV(q, r, nh, nl, d, di) \ argument
113 umul_ppmm(_q, _ql, (nh), (di)); \
114 _q += (nh); /* DI is 2**BITS_PER_MPI_LIMB too small */ \
116 sub_ddmmss(_xh, _r, (nh), (nl), _xh, _xl); \
A Dlonglong.h287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
291 : "1" ((USItype)(nh)), \
486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
491 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
827 #define sdiv_qrnnd(q, r, nh, nl, d) \ argument
830 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d)))
1345 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
1348 (q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \

Completed in 8 milliseconds