HomeSort by relevance Sort by last modified time
    Searched refs:ICC (Results 1 - 9 of 9) sorted by null

  /external/clang/tools/libclang/
CXComment.cpp 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
125 if (!ICC)
128 return ICC->hasTrailingNewline();
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
141 if (!ICC)
145 return cxstring::createRef(ICC->getCommandName(Traits));
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
151 if (!ICC)
154 switch (ICC->getRenderKind()) {
171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC)
    [all...]
  /external/clang/unittests/AST/
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->getNumArgs() != 1
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 287 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
315 dIcc = (icc[2*e][b]>>1) - (icc[2*e+1][b]>>1);
578 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], /* const input values: unable to declare as const, since it does not poINT to const memory */
591 /* Quantize ICC coefficients */
593 errICC += quantizeCoef(icc[env], psBands, iccQuant, 0, 8, psData->iccIdx[env]);
596 /* Check if ICC coefficients should be used */
665 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
687 /* icc[env][i] = min( pwrCr[env][i] / (float) sqrt(pwrL[env][i] * pwrR[env][i]) , 1.f);
689 FIXP_DBL ICC, invNrg = CalcInvLdData ( -((ldPwrL[env][i]>>1) + (ldPwrR[env][i]>>1) + (FIXP_DBL)1) )
852 FIXP_DBL icc [PS_MAX_ENVELOPES][PS_MAX_BANDS]; local
    [all...]
  /external/chromium_org/third_party/icu/source/
runConfigureICU 45 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
49 Linux/ICC Use the Intel ICC compiler on Linux
189 THE_COMP="the iCC C++"
190 CC=icc; export CC
191 CXX=icc; export CXX
208 Linux/ICC)
210 CC=`which icc`; export CC
222 echo "ICC 9.0 does not work with optimization- disabling optimizations"
  /external/icu/icu4c/source/
runConfigureICU 45 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
49 Linux/ICC Use the Intel ICC compiler on Linux
189 THE_COMP="the iCC C++"
190 CC=icc; export CC
191 CXX=icc; export CXX
208 Linux/ICC)
210 CC=`which icc`; export CC
222 echo "ICC 9.0 does not work with optimization- disabling optimizations"
  /external/chromium_org/v8/test/mjsunit/regress/
regress-667061.js 28 // Test non-ICC case.
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 671 case Sparc::ICC:
675 Op = SparcOperand::CreateToken("%icc", S);
762 if (name.equals("icc")) {
763 RegNo = Sparc::ICC;
770 RegNo = Sparc::ICC;
  /external/llvm/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 979 milliseconds