Searched refs:mpz_hamdist (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-hamdist.c1 /* Test mpz_hamdist.
44 got = mpz_hamdist (x, y);
47 printf ("mpz_hamdist wrong on 2 bits pos/pos\n");
61 got = mpz_hamdist (x, y);
64 printf ("mpz_hamdist wrong on 2 bits neg/neg\n");
97 got = mpz_hamdist (x, y);
100 printf ("mpz_hamdist wrong on random\n");
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-logops.c90 if (mpz_popcount (res) + c != mpz_hamdist (a, b))
92 fprintf (stderr, "mpz_popcount(r) + %lu and mpz_hamdist(a,b) differ:\n", c);
97 fprintf (stderr, "mpz_hamdist(a,b) = %lu:\n", mpz_hamdist (a, b));
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dhamdist.c0 /* mpz_hamdist -- calculate hamming distance.
35 mpz_hamdist (mpz_srcptr u, mpz_srcptr v) __GMP_NOTHROW
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c64 mpz_set_ui (w, mpz_hamdist (x, y));
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h241 mp_bitcnt_t mpz_hamdist (const mpz_t, const mpz_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h848 #define mpz_hamdist __gmpz_hamdist macro
849 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h848 #define mpz_hamdist __gmpz_hamdist macro
849 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h843 #define mpz_hamdist __gmpz_hamdist macro
844 __GMP_DECLSPEC mp_bitcnt_t mpz_hamdist (mpz_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;

Completed in 248 milliseconds

12