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

/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c881 #define POW2_P(x) (((x)&((x)-1))==0) macro
940 return floor_log2(x) + !POW2_P(x);

Completed in 70 milliseconds