| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-gmp.c | 3437 /* mpz_tstbit(n,bs) or the bit is 0 in $n$ but */ 3439 if (b0 == bs || mpz_tstbit (n, bs)) 3647 mpz_tstbit (const mpz_t d, mp_bitcnt_t bit_index) 3744 if (!mpz_tstbit (d, bit_index)) 3756 if (mpz_tstbit (d, bit_index)) 3768 if (mpz_tstbit (d, bit_index) ^ (d->_mp_size < 0)) 3630 mpz_tstbit (const mpz_t d, mp_bitcnt_t bit_index) function
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1103 #define mpz_tstbit __gmpz_tstbit macro 1104 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/ |
| gmp.h | 1103 #define mpz_tstbit __gmpz_tstbit macro 1104 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sparc/ |
| gmp.h | 1098 #define mpz_tstbit __gmpz_tstbit macro 1099 __GMP_DECLSPEC int mpz_tstbit (mpz_srcptr, mp_bitcnt_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|