Home
last modified time | relevance | path

Searched refs:mpz_remove (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c549 mpz_remove (ref1, in1, in2); in testmain()
553 mpz_remove (res1, res1, in2); in testmain()
556 FAIL2 (mpz_remove, in1, in2, NULL); in testmain()
559 mpz_remove (res1, in1, res1); in testmain()
562 FAIL2 (mpz_remove, in1, in2, NULL); in testmain()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dreuse.c689 refretval = mpz_remove (ref1, in1, in2); in main()
693 retval = mpz_remove (res1, res1, in2); in main()
696 FAIL2 (mpz_remove, in1, in2, NULL); in main()
699 retval = mpz_remove (res1, in1, res1); in main()
702 FAIL2 (mpz_remove, in1, in2, NULL); in main()
H A Dt-remove.c76 pwr = mpz_remove (dest, dividend, divisor); in main()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dremove.c34 mpz_remove (mpz_ptr dest, mpz_srcptr src, mpz_srcptr f) in mpz_remove() function
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-minvert.c116 mpz_remove (a, a, g); in main()
/netbsd/external/lgpl3/gmp/dist/
H A DNEWS329 * A rare sign flip in mpz_remove has been fixed.
359 * The mpz_remove function now handles negative divisors.
603 * The function mpz_remove uses a much faster algorithm, is better tuned,
1008 mpz_nextprime, mpz_perfect_power_p, mpz_remove, mpz_root, mpz_swap,
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1000 #define mpz_remove __gmpz_remove macro
1001 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1000 #define mpz_remove __gmpz_remove macro
1001 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h995 #define mpz_remove __gmpz_remove macro
996 __GMP_DECLSPEC mp_bitcnt_t mpz_remove (mpz_ptr, mpz_srcptr, mpz_srcptr);

12