HomeSort by: relevance | last modified time | path
    Searched defs:mpn_invertappr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
invertappr.c 0 /* mpn_invertappr and helper functions. Compute I such that
288 mpn_invertappr (mp_ptr ip, mp_srcptr dp, mp_size_t n, mp_ptr scratch) function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1577 #define mpn_invertappr __MPN(invertappr) macro
1578 __GMP_DECLSPEC mp_limb_t mpn_invertappr (mp_ptr, mp_srcptr, mp_size_t, mp_ptr);

Completed in 20 milliseconds