Searched defs:isPow2 (Results 1 – 7 of 7) sorted by relevance
25 inline bool isPow2(int x) in isPow2() function
26 inline bool isPow2(int x) in isPow2() function
167 inline bool isPow2(int x) in isPow2() function
424 ImmediateValue::isPow2() const in isPow2() function in nv50_ir::ImmediateValue
51 #define isPow2(x) (((x)&(x-1))==0) macro
408 bool isPow2(T powerOf2) in isPow2() function