/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/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 254 // permutations of selection between i32/f32/f64 on ICC and FCC. 256 let Uses = [ICC], usesCustomInserter = 1 in { 467 let Defs = [ICC] in 470 let Uses = [ICC] in 475 let Uses = [ICC] in 478 let Defs = [ICC] in 481 let Uses = [ICC], Defs = [ICC] in 519 let Uses = [ICC] in 548 ICC, FCC, Y] in { 703 let Uses = [ICC] in { [all …]
|
D | SparcRegisterInfo.td | 45 def ICC : SparcCtrlReg<"ICC">;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 428 // permutations of selection between i32/f32/f64 on ICC and FCC. 430 let Uses = [ICC], usesCustomInserter = 1 in { 679 let Defs = [ICC] in { 703 let Defs = [ICC] in 706 let Uses = [ICC] in 709 let Uses = [ICC], Defs = [ICC] in 714 let Uses = [ICC], Defs = [ICC] in 717 let Defs = [ICC] in 720 let Uses = [ICC] in 724 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 { 513 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/icu/icu4c/source/ |
D | runConfigureICU | 51 Linux/ICC Use the Intel ICC compiler on Linux 211 Linux/ICC)
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0000-use-colorspace.patch | 20 /** size of ICC profile */
|
/external/libcups/filter/ |
D | raster-driver.shtml | 160 <p>CUPS uses ICC color profiles to provide more accurate color reproduction. The <a href='spec-ppd.… 163 …te'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile 169 …e.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile 170 …le.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile 177 …ell the system to use the corresponding colorspace instead of an arbitrary ICC color profile when …
|
D | postscript-driver.shtml | 251 <p>CUPS uses ICC color profiles to provide more accurate color reproduction. The <a href='spec-ppd.… 254 …te'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile 260 …e.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile 261 …le.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 9 * ICC: \c -openmp
|
/external/bison/m4/ |
D | frexp.m4 | 108 ICC 10.0 has a bug when optimizing the expression -zero.
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 570 string(REGEX MATCH "icpc|ICC" ei_has_icpc ${VERSTRING}) 715 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 11.0 20081105" "icpc" "11.0") 718 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 12.0.5 20110719" "icpc" "12.0.5")
|
/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 | 871 case Sparc::ICC: in parseSparcAsmOperand() 979 RegNo = Sparc::ICC; in matchRegisterName() 1028 RegNo = Sparc::ICC; in matchRegisterName()
|
/external/ImageMagick/PerlMagick/t/reference/write/jp2/ |
D | read_pgx.miff | 11 …desc��cprt<+wtpthkTRC|desc,Restricted ICC profile describing …
|
/external/eigen/ |
D | CMakeLists.txt | 169 …ei_add_cxx_compiler_flag("-wd981") # disable ICC's "operands are evaluated in u… 170 …ei_add_cxx_compiler_flag("-wd2304") # disable ICC's "warning #2304: non-explicit…
|
/external/fmtlib/doc/ |
D | index.rst | 156 Compiler (ICC) 14.0.2
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 584 # When an ICC profile is read, or png_set, it will be checked for a match 602 # just a waste of time since all currently approved ICC sRGB profiles have 605 # The rendering intent. An ICC profile stores an intended rendering intent, 808 # 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.
|
/external/kmod/m4/ |
D | attributes.m4 | 121 dnl and ICC flag that tells the compiler to treat all the warnings
|
/external/libdaemon/m4/ |
D | attributes.m4 | 128 dnl and ICC flag that tells the compiler to treat all the warnings
|