/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 | 377 // permutations of selection between i32/f32/f64 on ICC and FCC. 379 let Uses = [ICC], usesCustomInserter = 1 in { 564 let Defs = [ICC] in { 588 let Defs = [ICC] in 591 let Uses = [ICC] in 594 let Uses = [ICC], Defs = [ICC] in 599 let Uses = [ICC], Defs = [ICC] in 602 let Defs = [ICC] in 605 let Uses = [ICC] in 609 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 | 311 let Uses = [ICC], cc = 0b10 in 315 let Uses = [ICC], Constraints = "$f = $rd" in { 514 Defs = [ICC] in 540 Defs = [ICC], Predicates = [Is64Bit] in 546 let Predicates = [Is64Bit], hasSideEffects = 1, Uses = [ICC], cc = 0b10 in
|
D | SparcRegisterInfo.td | 59 def ICC : SparcCtrlReg<0, "ICC">; // This represents icc and xcc in 64-bit code.
|
/external/opencv3/cmake/ |
D | OpenCVDetectCXXCompiler.cmake | 22 # Detect Intel ICC compiler -- for -fPIC in 3rdparty ( UNIX ONLY ): 23 # see include/opencv/cxtypes.h file for related ICC & CV_ICC defines.
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 49 Linux/ICC Use the Intel ICC compiler on Linux 209 Linux/ICC)
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0000-use-colorspace.patch | 20 /** size of ICC profile */
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 9 * ICC: \c -openmp
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 360 string(REGEX MATCH "icpc|ICC" ei_has_icpc ${VERSTRING}) 489 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 11.0 20081105" "icpc" "11.0") 492 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 12.0.5 20110719" "icpc" "12.0.5")
|
/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/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 818 case Sparc::ICC: in parseSparcAsmOperand() 927 RegNo = Sparc::ICC; in matchRegisterName() 958 RegNo = Sparc::ICC; in matchRegisterName()
|
/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 | 583 # When an ICC profile is read, or png_set, it will be checked for a match 601 # just a waste of time since all currently approved ICC sRGB profiles have 604 # The rendering intent. An ICC profile stores an intended rendering intent, 807 # the corresponding cHRM/gAMA chunks) if full ICC is supported.
|
/external/libdaemon/m4/ |
D | attributes.m4 | 128 dnl and ICC flag that tells the compiler to treat all the warnings
|
/external/valgrind/docs/internals/ |
D | release-HOWTO.txt | 61 to build (make && make check) 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 | 1504 dnl ICC; we use GCC specific options in the makefiles so the compiler needs 1508 ICC=no 1512 ICC=yes 1519 if test "$GCC" != "yes" && test "$ICC" != "yes"
|