Searched defs:ICC (Results 1 - 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
H A D | CXComment.cpp | 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); local 125 if (!ICC) 128 return ICC->hasTrailingNewline(); 140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local 141 if (!ICC) 145 return cxstring::createRef(ICC->getCommandName(Traits)); 150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local 151 if (!ICC) 154 switch (ICC->getRenderKind()) { 171 const InlineCommandComment *ICC local 180 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local [all...] |
/external/clang/unittests/AST/ |
H A D | CommentParser.cpp | 266 InlineCommandComment *&ICC, 268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); 272 StringRef ActualName = ICC->getCommandName(Traits); 286 InlineCommandComment *&ICC, 289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); 293 if (ICC->getNumArgs() != 0) 295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), " 304 InlineCommandComment *&ICC, 307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); 311 if (ICC 263 HasInlineCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, InlineCommandComment *&ICC, StringRef Name) argument 283 HasInlineCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, InlineCommandComment *&ICC, StringRef Name, NoArgs) argument 301 HasInlineCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, InlineCommandComment *&ICC, StringRef Name, StringRef Arg) argument 999 InlineCommandComment *ICC; local 1016 InlineCommandComment *ICC; local 1034 InlineCommandComment *ICC; local 1051 InlineCommandComment *ICC; local 1069 InlineCommandComment *ICC; local [all...] |
/external/aac/libSBRenc/src/ |
H A D | ps_encode.cpp | 591 /* Quantize ICC coefficients */ 596 /* Check if ICC coefficients should be used */ 689 FIXP_DBL ICC, invNrg = CalcInvLdData ( -((ldPwrL[env][i]>>1) + (ldPwrR[env][i]>>1) + (FIXP_DBL)1) ); local 693 ICC = fMult(pwrCr[env][i], invNrg<<invScale) ; 694 icc[env][i] = SATURATE_LEFT_SHIFT(ICC, scale, DFRACT_BITS); 699 FIXP_DBL cNrgR, cNrgI, ICC; local 705 ICC = CalcInvLdData( (CalcLdData((cNrgR + cNrgI)>>1)>>1) - (FIXP_DBL)((sc1-1)<<(DFRACT_BITS-1-LD_DATA_SHIFT)) ); 711 sc2 = CountLeadingBits(ICC); 712 ICC = fMult(ICC<<sc [all...] |
Completed in 106 milliseconds