Home
last modified time | relevance | path

Searched refs:mp_double_limb_t (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd2.c60 static inline mp_double_limb_t
63 mp_double_limb_t res; in div1()
72 static mp_double_limb_t
75 mp_double_limb_t res; in div1()
108 static inline mp_double_limb_t
111 mp_double_limb_t res; in div1()
269 static inline mp_double_limb_t
277 mp_double_limb_t res; in div1()
365 static inline mp_double_limb_t
374 mp_double_limb_t res; in div1()
[all …]
H A Dgcd_22.c38 mp_double_limb_t
41 mp_double_limb_t g; in mpn_gcd_22()
H A Dgcd.c227 mp_double_limb_t g; in mpn_gcd()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-gcd_22.c33 mp_double_limb_t r = mpn_gcd_22 (mpz_getlimbn (a, 1), mpz_getlimbn (a, 0), in one_test()
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dgcd_22.asm89 dnl ABI_SUPPORT(DOS64) C returns mp_double_limb_t in memory
/netbsd/external/lgpl3/gmp/dist/tests/
H A Dtests.h235 mp_double_limb_t refmpn_gcd_22 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t);
H A Drefmpn.c2004 mp_double_limb_t
2007 mp_double_limb_t g; in refmpn_gcd_22()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h3978 } mp_double_limb_t; typedef
3981 __GMP_DECLSPEC mp_double_limb_t mpn_gcd_22 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t);
H A DChangeLog423 mp_double_limb_t, replacing the DIV1 macro.
574 * gmp-impl.h (mp_double_limb_t): New (typedef) struct.