Searched defs:IsPow2 (Results 1 – 4 of 4) sorted by relevance
22 TEST(IsPow2, Int_Negative) { in TEST() argument29 TEST(IsPow2, Zero) { in TEST() argument37 TEST(IsPow2, Int_Positive_PowersOf2) { in TEST() argument48 TEST(IsPow2, Int_Positive_NonPowersOf2) { in TEST() argument54 TEST(IsPow2, Uint_Positive_PowersOf2) { in TEST() argument65 TEST(IsPow2, Uint_Positive_NonPowersOf2) { in TEST() argument
330 static inline UINT_32 IsPow2( in IsPow2() function345 static inline UINT_64 IsPow2( in IsPow2() function
1973 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local1977 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local3255 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()
253 inline bool IsPow2(T x) in IsPow2() function