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

  /external/clang/tools/libclang/
CXComment.cpp 116 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
117 if (!ICC)
120 return ICC->hasTrailingNewline();
132 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
133 if (!ICC)
137 return cxstring::createRef(ICC->getCommandName(Traits));
142 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
143 if (!ICC)
146 switch (ICC->getRenderKind()) {
163 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 40 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
43 Linux/ICC Use the Intel ICC compiler on Linux
181 THE_COMP="the iCC C++"
182 CC=/usr/bin/icc; export CC
183 CXX=/usr/bin/icc; export CXX
197 Linux/ICC)
199 CC=`which icc`; export CC
211 echo "ICC 9.0 does not work with optimization- disabling optimizations"
  /external/icu4c/
runConfigureICU 45 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
49 Linux/ICC Use the Intel ICC compiler on Linux
188 THE_COMP="the iCC C++"
189 CC=icc; export CC
190 CXX=icc; export CXX
207 Linux/ICC)
209 CC=`which icc`; export CC
221 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/v8/test/mjsunit/regress/
regress-667061.js 28 // Test non-ICC case.
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/bison/
configure     [all...]

Completed in 2862 milliseconds