Searched refs:powers_t (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | compute_powtab.c | 65 mpn_compute_powtab_mul (powers_t *powtab, mp_ptr powtab_mem, mp_size_t un, in mpn_compute_powtab_mul() 83 powers_t *pt = powtab; in mpn_compute_powtab_mul() 205 mpn_compute_powtab_div (powers_t *powtab, mp_ptr powtab_mem, mp_size_t un, in mpn_compute_powtab_div() 217 powers_t *pt = powtab; in mpn_compute_powtab_div() 353 mpn_compute_powtab (powers_t *powtab, mp_ptr powtab_mem, mp_size_t un, int base) in mpn_compute_powtab()
|
| D | set_str.c | 110 powers_t powtab[GMP_LIMB_BITS]; in mpn_set_str() 112 powers_t *pt; in mpn_set_str() 140 const powers_t *powtab, mp_ptr tp) in mpn_dc_set_str()
|
| D | get_str.c | 311 const powers_t *powtab, mp_ptr tmp) in mpn_dc_get_str() 368 powers_t powtab[GMP_LIMB_BITS]; in mpn_get_str()
|
| /netbsd/src/external/lgpl3/gmp/dist/tune/ |
| D | set_strp.c | 36 mpn_pre_set_str (mp_ptr wp, unsigned char *str, size_t str_len, powers_t *powtab, mp_ptr tp) in mpn_pre_set_str()
|
| D | tuneup.c | 2751 powers_t powtab[GMP_LIMB_BITS]; in speed_mpn_pre_set_str() 2755 powers_t *pt; in speed_mpn_pre_set_str()
|
| D | speed.h | 529 void mpn_pre_set_str (mp_ptr, unsigned char *, size_t, powers_t *, mp_ptr);
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmp-impl.h | 4356 typedef struct powers powers_t; typedef 4362 __GMP_DECLSPEC size_t mpn_compute_powtab (powers_t *, mp_ptr, mp_size_t, int); 4364 __GMP_DECLSPEC mp_size_t mpn_dc_set_str (mp_ptr, const unsigned char *, size_t, const powers_t *, m…
|
| D | ChangeLog | 13914 * gmp-impl.h (struct powers, powers_t): New types.
|