Searched refs:__gmp_fac2cnt_table (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dcomb_tables.c45 const unsigned char __gmp_fac2cnt_table[] = { TABLE_2N_MINUS_POPC_2N }; variable
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dfac_ui.c97 count = __gmp_fac2cnt_table[n / 2 - 1];
H A D2fac_ui.c59 count = __gmp_fac2cnt_table[n / 2 - 1];
H A Dbin_uiui.c334 i2cnt = __gmp_fac2cnt_table[k / 2 - 1]; /* low zeros count */
389 << (__gmp_fac2cnt_table[n / 2 - 1] - __gmp_fac2cnt_table[k / 2 - 1] - __gmp_fac2cnt_table[(n-k) / 2 - 1]))
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2054 extern const unsigned char __gmp_fac2cnt_table[];

Completed in 199 milliseconds