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

  /src/external/lgpl3/gmp/dist/mpn/generic/
set_str.c 131 size = mpn_dc_set_str (rp, str, str_len, pt, tp);
139 mpn_dc_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, function
153 return mpn_dc_set_str (rp, str, str_len, powtab - 1, tp);
162 hn = mpn_dc_set_str (tp, str, len_hi, powtab - 1, rp);
185 ln = mpn_dc_set_str (tp, str, len_lo, powtab - 1, tp + powtab->n + sn + 1);
set_str.c 131 size = mpn_dc_set_str (rp, str, str_len, pt, tp);
139 mpn_dc_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, function
153 return mpn_dc_set_str (rp, str, str_len, powtab - 1, tp);
162 hn = mpn_dc_set_str (tp, str, len_hi, powtab - 1, rp);
185 ln = mpn_dc_set_str (tp, str, len_lo, powtab - 1, tp + powtab->n + sn + 1);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4363 #define mpn_dc_set_str __MPN(dc_set_str) macro
4364 __GMP_DECLSPEC mp_size_t mpn_dc_set_str (mp_ptr, const unsigned char *, size_t, const powers_t *, mp_ptr);
gmp-impl.h 4363 #define mpn_dc_set_str __MPN(dc_set_str) macro
4364 __GMP_DECLSPEC mp_size_t mpn_dc_set_str (mp_ptr, const unsigned char *, size_t, const powers_t *, mp_ptr);

Completed in 73 milliseconds