Searched refs:mpn_hgcd_itch (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd.c60 mpn_hgcd_itch (mp_size_t n) function
H A Dhgcd_reduce.c204 itch = mpn_hgcd_itch (n-p);
213 itch = 2*(n-p) + mpn_hgcd_itch (n-p);
H A Dgcd.c117 hgcd_scratch = mpn_hgcd_itch (n);
121 hgcd_scratch = mpn_hgcd_itch (n - p);
H A Djacobi.c185 hgcd_scratch = mpn_hgcd_itch (n - p);
H A Dgcdext.c240 hgcd_scratch = mpn_hgcd_itch (n - min_p);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd.c211 hgcd_scratch = mpn_hgcd_itch (asize);
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1670 SPEED_ROUTINE_MPN_HGCD_CALL (mpn_hgcd, mpn_hgcd_itch);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4280 #define mpn_hgcd_itch __MPN (hgcd_itch) macro
4281 __GMP_DECLSPEC mp_size_t mpn_hgcd_itch (mp_size_t) ATTRIBUTE_CONST;

Completed in 117 milliseconds