/external/clang/tools/libclang/ |
D | CXComment.cpp | 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline() local 125 if (!ICC) in clang_InlineContentComment_hasTrailingNewline() 128 return ICC->hasTrailingNewline(); in clang_InlineContentComment_hasTrailingNewline() 140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName() local 141 if (!ICC) in clang_InlineCommandComment_getCommandName() 145 return cxstring::createRef(ICC->getCommandName(Traits)); in clang_InlineCommandComment_getCommandName() 150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind() local 151 if (!ICC) in clang_InlineCommandComment_getRenderKind() 154 switch (ICC->getRenderKind()) { in clang_InlineCommandComment_getRenderKind() 171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs() local [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 266 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt() 272 StringRef ActualName = ICC->getCommandName(Traits); in HasInlineCommandAt() 286 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt() 293 if (ICC->getNumArgs() != 0) in HasInlineCommandAt() 295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), " in HasInlineCommandAt() 304 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt() 311 if (ICC->getNumArgs() != 1) in HasInlineCommandAt() [all …]
|
/external/aac/libSBRenc/src/ |
D | ps_encode.cpp | 689 …FIXP_DBL ICC, invNrg = CalcInvLdData ( -((ldPwrL[env][i]>>1) + (ldPwrR[env][i]>>1) + (FIXP_DBL)1) … in calculateICC() local 693 ICC = fMult(pwrCr[env][i], invNrg<<invScale) ; in calculateICC() 694 icc[env][i] = SATURATE_LEFT_SHIFT(ICC, scale, DFRACT_BITS); in calculateICC() 699 FIXP_DBL cNrgR, cNrgI, ICC; in calculateICC() local 705 …ICC = CalcInvLdData( (CalcLdData((cNrgR + cNrgI)>>1)>>1) - (FIXP_DBL)((sc1-1)<<(DFRACT_BITS-1-LD_D… in calculateICC() 711 sc2 = CountLeadingBits(ICC); in calculateICC() 712 ICC = fMult(ICC<<sc2,invNrg); in calculateICC() 716 ICC >>= -sc1; in calculateICC() 719 if (ICC >= ((FIXP_DBL)MAXVAL_DBL>>sc1) ) in calculateICC() 720 ICC = (FIXP_DBL)MAXVAL_DBL; in calculateICC() [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 343 // permutations of selection between i32/f32/f64 on ICC and FCC. 345 let Uses = [ICC], usesCustomInserter = 1 in { 492 let Defs = [ICC] in { 516 let Defs = [ICC] in 519 let Uses = [ICC] in 522 let Uses = [ICC], Defs = [ICC] in 527 let Uses = [ICC], Defs = [ICC] in 530 let Defs = [ICC] in 533 let Uses = [ICC] in 536 let Defs = [ICC], rd = 0 in { [all …]
|
D | SparcInstrVIS.td | 168 let Uses = [ICC] in 171 let Defs = [ICC], Uses = [ICC] in
|
D | SparcInstr64Bit.td | 310 let Uses = [ICC], cc = 0b10 in 314 let Uses = [ICC], Constraints = "$f = $rd" in { 513 Defs = [ICC] in 539 Defs = [ICC], Predicates = [Is64Bit] in 545 let Predicates = [Is64Bit], hasSideEffects = 1, Uses = [ICC], cc = 0b10 in
|
D | SparcRegisterInfo.td | 53 def ICC : SparcCtrlReg<0, "ICC">; // This represents icc and xcc in 64-bit code.
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 49 Linux/ICC Use the Intel ICC compiler on Linux 209 Linux/ICC)
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 9 * ICC: \c -openmp
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 353 string(REGEX MATCH "icpc|ICC" ei_has_icpc ${VERSTRING}) 482 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 11.0 20081105" "icpc" "11.0") 485 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 12.0.5 20110719" "icpc" "12.0.5")
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 668 case Sparc::ICC: in parseSparcAsmOperand() 760 RegNo = Sparc::ICC; in matchRegisterName() 767 RegNo = Sparc::ICC; in matchRegisterName()
|
/external/bison/m4/ |
D | frexp.m4 | 108 ICC 10.0 has a bug when optimizing the expression -zero.
|
/external/valgrind/ |
D | Makefile.vex.am | 78 # ICC also emits the constants differently with a leading # #define
|
/external/eigen/ |
D | CMakeLists.txt | 153 …ei_add_cxx_compiler_flag("-wd981") # disable ICC's "operands are evaluated in u… 154 …ei_add_cxx_compiler_flag("-wd2304") # disbale ICC's "warning #2304: non-explicit…
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 580 # When an ICC profile is read, or png_set, it will be checked for a match 596 # just a waste of time since all currently approved ICC sRGB profiles have 599 # The rendering intent. An ICC profile stores an intended rendering intent, 807 # the corresponding cHRM/gAMA chunks) if full ICC is supported.
|
/external/valgrind/docs/internals/ |
D | release-HOWTO.txt | 61 to build (make && make check) valgrind with ICC.
|
D | 3_10_BUGSTATUS.txt | 272 339542 Experiences with compiling valgrind with ICC
|
/external/libunwind/ |
D | NEWS | 45 from Intel ICC-compiled programs. Reported by Tommy Hoffner.
|
/external/eigen/Eigen/ |
D | Core | 97 …// Doing so triggers some issues with ICC. However old gcc versions seems to not have this file, t…
|
/external/valgrind/VEX/ |
D | Makefile-gcc | 224 # ICC also emits the constants differently with a leading # #define
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 238 cycles? Note: ICC generates this: 616 suggests using the 32-bit register (which is what ICC uses). 845 the argument area. ICC apparently produces:
|
/external/llvm/docs/ |
D | Vectorizers.rst | 374 The chart below compares GCC-4.7, ICC-13, and Clang-SVN with and without loop vectorization at -O3,…
|
/external/llvm/autoconf/ |
D | configure.ac | 1481 dnl ICC; we use GCC specific options in the makefiles so the compiler needs 1485 ICC=no 1489 ICC=yes 1496 if test "$GCC" != "yes" && test "$ICC" != "yes"
|
/external/marisa-trie/ |
D | aclocal.m4 | 201 # both Tru64's cc and ICC support -MD to output dependencies as a 202 # side effect of compilation, but ICC will put the dependencies in
|
/external/openfst/ |
D | aclocal.m4 | 208 # both Tru64's cc and ICC support -MD to output dependencies as a 209 # side effect of compilation, but ICC will put the dependencies in
|