Searched refs:powers_t (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | set_str.c | 102 powers_t powtab[GMP_LIMB_BITS]; in mpn_set_str() 128 mpn_set_str_compute_powtab (powers_t *powtab, mp_ptr powtab_mem, mp_size_t un, int base) in mpn_set_str_compute_powtab() 214 const powers_t *powtab, mp_ptr tp) in mpn_dc_set_str()
|
| HD | get_str.c | 302 const powers_t *powtab, mp_ptr tmp) in mpn_dc_get_str() 361 powers_t powtab[GMP_LIMB_BITS]; in mpn_get_str()
|
| /dragonfly/contrib/gmp/ |
| HD | gmp-impl.h | 3846 typedef struct powers powers_t; typedef 3853 …e_t mpn_dc_set_str __GMP_PROTO ((mp_ptr, const unsigned char *, size_t, const powers_t *, mp_ptr)); 3857 __GMP_DECLSPEC void mpn_set_str_compute_powtab __GMP_PROTO ((powers_t *, mp_ptr, mp_size_t, in…
|