Searched refs:POW2_P (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dsizeinbase.c50 if (POW2_P (base))
H A Dperfpow.c355 if (s + 1 == nn && POW2_P (np[s]))
357 ans = ! (neg && POW2_P (twos));
476 ans = ! (neg && POW2_P (g));
H A Dset_str.c63 if (POW2_P (base))
H A Dget_str.c78 if POW2_P (n)
379 if (POW2_P (base))
/haiku-buildtools/gcc/gmp/
H A Drandmui.c54 bits = GMP_LIMB_BITS - leading - (POW2_P(n) != 0);
H A Dgen-bases.c34 #define POW2_P(n) (((n) & ((n) - 1)) == 0) macro
123 if (POW2_P (base))
H A Dgmp-impl.h322 (POW2_P(m) ? (a) + (-(a))%(m) \
501 #define POW2_P(n) (((n) & ((n) - 1)) == 0) macro
2500 if (POW2_P (base)) \
/haiku-buildtools/gcc/gmp/mpz/
H A Dget_str.c80 if (! POW2_P (base))
H A Durandomm.c46 pow2 = POW2_P (*nlast);
/haiku-buildtools/gcc/gmp/tests/mpn/
H A Dt-mp_bases.c74 if (POW2_P (base))
/haiku-buildtools/gcc/gmp/tests/
H A Dmisc.c320 return POW2_P (ptr[i]); /* high limb power of 2 */
H A Drefmpn.c1967 if (POW2_P (base))
1990 if (POW2_P (base))
/haiku-buildtools/gcc/gmp/tests/devel/
H A Dtry.c2363 if (POW2_P (base))

Completed in 281 milliseconds