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

  /src/external/lgpl3/gmp/dist/mpn/generic/
mu_div_qr.c 59 demonstrated by the fact that the mpn_invertappr function's scratch needs
181 not adapted (3) mpn_invertappr scratch needs not met. */
190 mpn_invertappr (ip, tp, in + 1, tp + in + 1);
200 mpn_invertappr (ip, tp, in + 1, tp + in + 1);
216 mpn_invertappr (tp, tp + in + 1, in + 1, NULL);
220 mpn_invertappr (tp, dp + dn - (in + 1), in + 1, NULL);
mu_divappr_q.c 55 demonstrated by the fact that the mpn_invertappr function's scratch needs
109 not adapted (3) mpn_invertappr scratch needs not met. */
118 mpn_invertappr (ip, tp, in + 1, tp + in + 1);
128 mpn_invertappr (ip, tp, in + 1, tp + in + 1);
144 mpn_invertappr (tp, tp + in + 1, in + 1, NULL);
148 mpn_invertappr (tp, dp + dn - (in + 1), in + 1, NULL);
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/tune/
common.c 945 SPEED_ROUTINE_MPN_INVERTAPPR (mpn_invertappr, mpn_invertappr_itch);
  /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 33 milliseconds