Home
last modified time | relevance | path

Searched refs:NOT_POW2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dcmp2.c285 if (MPFR_LIKELY (NOT_POW2 (dif))) in mpfr_cmp2()
H A Dmpfr-impl.h1612 #define NOT_POW2(X) (((X) & ((X) - 1)) != 0) macro
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog39534 Macros IS_POW2 and NOT_POW2.