[BACK]Return to gmp.info-3 CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Diff for /OpenXM_contrib/gmp/Attic/gmp.info-3 between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/09/09 14:12:19 version 1.1.1.3, 2000/12/01 05:44:46
Line 177  For example, {s1p, s1size}.
Line 177  For example, {s1p, s1size}.
      S2SIZE.  The destination must be distinct from either input       S2SIZE.  The destination must be distinct from either input
      operands.       operands.
   
  - Function: mp_limb_t mpn_tdiv_qr (mp_limb_t *QP, mp_limb_t *RP,   - Function: void mpn_tdiv_qr (mp_limb_t *QP, mp_limb_t *RP, mp_size_t
           mp_size_t QXN, const mp_limb_t *NP, mp_size_t NN, const            QXN, const mp_limb_t *NP, mp_size_t NN, const mp_limb_t *DP,
           mp_limb_t *DP, mp_size_t DN)            mp_size_t DN)
      Divide {NP, NN} by {DP, DN}.  Write the quotient at QP and the       Divide {NP, NN} by {DP, DN}.  Write the quotient at QP and the
      remainder at RP.       remainder at RP.
   

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>