Home
last modified time | relevance | path

Searched refs:mpz_clrbit (Results 1 – 25 of 52) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-bit.c66 mpz_clrbit (got, i*GMP_NUMB_BITS-1); in check_clr_extend()
234 mpz_clrbit (x, bit); in check_single()
250 mpz_clrbit (x, bit); in check_single()
315 mpz_clrbit (x, bitindex); in check_random()
353 mpz_clrbit (x, bitindex); in check_random()
H A Dt-popcount.c44 mpz_clrbit (n, i); in check_onebit()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dclrbit.c34 mpz_clrbit (mpz_ptr d, mp_bitcnt_t bit_idx) in mpz_clrbit() function
/netbsd/external/lgpl3/gmp/dist/rand/
H A Drandmts.c131 mpz_clrbit (seed1, 19936L); in randseed_mt()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-bitops.c63 mpz_clrbit (res, b); in testmain()
H A Dhex-random.c403 mpz_clrbit (r, bbits); in hex_random_bit_op()
522 mpz_clrbit (m, *b0); in hex_random_lucm_op()
/netbsd/external/lgpl3/gmp/dist/
H A Dbootstrap.c103 mpz_clrbit (inv, numb_bits); in mpz_preinv_invert()
H A Dgen-bases.c87 mpz_clrbit (big_base_inverted, limb_bits); in generate()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dt-lc2exp.c177 mpz_clrbit (sd, 13L); in check_bigs()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c97 mpz_clrbit (w, n); in e_mpz_clrbit()
/netbsd/external/lgpl3/gmp/dist/tests/
H A Drefmpz.c39 mpz_clrbit (r, bit); in refmpz_combit()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h232 void mpz_clrbit (mpz_t, mp_bitcnt_t);
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.c3337 mpz_clrbit (result->value.integer, pos); in gfc_simplify_ibclr()
3388 mpz_clrbit (result->value.integer, i); in gfc_simplify_ibits()
3789 mpz_clrbit (result->value.integer, i); in simplify_shift()
3794 mpz_clrbit (result->value.integer, i + shift); in simplify_shift()
3807 mpz_clrbit (result->value.integer, i); in simplify_shift()
3812 mpz_clrbit (result->value.integer, i - ashift); in simplify_shift()
3929 mpz_clrbit (result->value.integer, i + shift); in gfc_simplify_ishftc()
3937 mpz_clrbit (result->value.integer, i - delta); in gfc_simplify_ishftc()
3947 mpz_clrbit (result->value.integer, i + delta); in gfc_simplify_ishftc()
3955 mpz_clrbit (result->value.integer, i + shift); in gfc_simplify_ishftc()
H A Dsimplify.cc3370 mpz_clrbit (result->value.integer, pos); in gfc_simplify_ibclr()
3421 mpz_clrbit (result->value.integer, i); in gfc_simplify_ibits()
3822 mpz_clrbit (result->value.integer, i); in simplify_shift()
3827 mpz_clrbit (result->value.integer, i + shift); in simplify_shift()
3840 mpz_clrbit (result->value.integer, i); in simplify_shift()
3845 mpz_clrbit (result->value.integer, i - ashift); in simplify_shift()
3962 mpz_clrbit (result->value.integer, i + shift); in gfc_simplify_ishftc()
3970 mpz_clrbit (result->value.integer, i - delta); in gfc_simplify_ishftc()
3980 mpz_clrbit (result->value.integer, i + delta); in gfc_simplify_ishftc()
3988 mpz_clrbit (result->value.integer, i + shift); in gfc_simplify_ishftc()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c3337 mpz_clrbit (result->value.integer, pos); in gfc_simplify_ibclr()
3388 mpz_clrbit (result->value.integer, i); in gfc_simplify_ibits()
3789 mpz_clrbit (result->value.integer, i); in simplify_shift()
3794 mpz_clrbit (result->value.integer, i + shift); in simplify_shift()
3807 mpz_clrbit (result->value.integer, i); in simplify_shift()
3812 mpz_clrbit (result->value.integer, i - ashift); in simplify_shift()
3929 mpz_clrbit (result->value.integer, i + shift); in gfc_simplify_ishftc()
3937 mpz_clrbit (result->value.integer, i - delta); in gfc_simplify_ishftc()
3947 mpz_clrbit (result->value.integer, i + delta); in gfc_simplify_ishftc()
3955 mpz_clrbit (result->value.integer, i + shift); in gfc_simplify_ishftc()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h688 #define mpz_clrbit __gmpz_clrbit macro
689 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h688 #define mpz_clrbit __gmpz_clrbit macro
689 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h683 #define mpz_clrbit __gmpz_clrbit macro
684 __GMP_DECLSPEC void mpz_clrbit (mpz_ptr, mp_bitcnt_t);

123