OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POW2_P
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/lgpl3/gmp/dist/rand/
randmui.c
64
bits = GMP_LIMB_BITS - leading - (
POW2_P
(n) != 0);
/src/external/lgpl3/gmp/dist/mpz/
stronglucas.c
84
else if (!
POW2_P
(D % 7))
103
else if (!
POW2_P
(D % 17) && !
POW2_P
(17 - D % 17))
get_str.c
90
if (!
POW2_P
(base))
out_str.c
87
if (!
POW2_P
(base))
urandomm.c
58
pow2 =
POW2_P
(nh) && (size == 1 || mpn_zero_p (np, size - 1));
/src/external/lgpl3/gmp/dist/tests/mpn/
t-mp_bases.c
73
if (
POW2_P
(base))
/src/external/lgpl3/gmp/dist/mpn/generic/
perfpow.c
273
if (s + 1 == n &&
POW2_P
(np[s]))
275
return ! (neg &&
POW2_P
(twos));
325
ans = ! (neg &&
POW2_P
(g));
set_str.c
71
if (
POW2_P
(base))
get_str.c
87
if
POW2_P
(n)
385
if (
POW2_P
(base))
/src/external/lgpl3/gmp/dist/
gen-bases.c
44
#define
POW2_P
(n) (((n) & ((n) - 1)) == 0)
199
if (
POW2_P
(base))
gmp-impl.h
363
(
POW2_P
(m) ? (a) + (-(a))%(m) \
560
#define
POW2_P
(n) (((n) & ((n) - 1)) == 0)
2964
if (
POW2_P
(base)) \
/src/external/lgpl3/gmp/dist/tests/
misc.c
362
return
POW2_P
(ptr[i]); /* high limb power of 2 */
refmpn.c
2416
if (
POW2_P
(base))
2439
if (
POW2_P
(base))
/src/external/lgpl3/gmp/dist/tests/devel/
try.c
2852
if (
POW2_P
(base))
Completed in 34 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026