Home
last modified time | relevance | path

Searched refs:mpn_dc_set_str (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dset_str.c131 size = mpn_dc_set_str (rp, str, str_len, pt, tp); in mpn_set_str()
139 mpn_dc_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, in mpn_dc_set_str() function
153 return mpn_dc_set_str (rp, str, str_len, powtab - 1, tp); in mpn_dc_set_str()
162 hn = mpn_dc_set_str (tp, str, len_hi, powtab - 1, rp); in mpn_dc_set_str()
185 ln = mpn_dc_set_str (tp, str, len_lo, powtab - 1, tp + powtab->n + sn + 1); in mpn_dc_set_str()
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dset_strp.c41 mpn_dc_set_str (wp, str, str_len, powtab, tp); in mpn_pre_set_str()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4363 #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 *, m…
H A DChangeLog5275 * mpn/generic/set_str.c (mpn_dc_set_str): Work around a valgrind issue.
12996 (mpn_dc_set_str): Remove impossible case, replace by an ASSERT.
13495 (mpn_dc_set_str): Remove impossible case, replace by an ASSERT.
13500 (mpn_dc_set_str): Insert ASSERT_ALWAYS in a presumably dead code arm.
13745 * mpn/generic/set_str.c (mpn_dc_set_str): Avoid calling mpn_add_n when