Searched refs:ICC (Results 1 - 9 of 9) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp116 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); local
117 if (!ICC)
120 return ICC->hasTrailingNewline();
132 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local
133 if (!ICC)
137 return cxstring::createRef(ICC->getCommandName(Traits));
142 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local
143 if (!ICC)
146 switch (ICC->getRenderKind()) {
163 const InlineCommandComment *ICC local
172 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp266 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
974 InlineCommandComment *ICC; local
991 InlineCommandComment *ICC; local
1009 InlineCommandComment *ICC; local
1026 InlineCommandComment *ICC; local
1044 InlineCommandComment *ICC; local
[all...]
/external/aac/libSBRenc/src/
H A Dps_encode.cpp591 /* 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...]
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU43 Linux/ICC Use the Intel ICC compiler on Linux
197 Linux/ICC)
211 echo "ICC 9.0 does not work with optimization- disabling optimizations"
/external/icu4c/
H A DrunConfigureICU49 Linux/ICC Use the Intel ICC compiler on Linux
207 Linux/ICC)
221 echo "ICC 9.0 does not work with optimization- disabling optimizations"
/external/llvm/
H A Dconfigure11604 ICC=no
11608 ICC=yes
11615 if test "$GCC" != "yes" && test "$ICC" != "yes"
/external/llvm/projects/sample/
H A Dconfigure12004 ICC=no
12008 ICC=yes
12015 if test "$GCC" != "yes" && test "$ICC" != "yes"
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5044 All GNU driven makefiles (including the makefile for ICC) use a set of common variables to control the build and install process. Most of the
5273 When this has been defined the library will not use any inline assembler. Only a few platforms support assembler inlines but various versions of ICC and GCC
/external/bison/
H A Dconfigure5261 # both Tru64's cc and ICC support -MD to output dependencies as a
5262 # side effect of compilation, but ICC will put the dependencies in
5938 # both Tru64's cc and ICC support -MD to output dependencies as a
5939 # side effect of compilation, but ICC will put the dependencies in
21620 ICC 10.0 has a bug when optimizing the expression -zero.
26826 ICC 10.0 has a bug when optimizing the expression -zero.

Completed in 662 milliseconds