OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POW2_P
(Results
1 - 2
of
2
) sorted by relevancy
/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)) \
Completed in 21 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026