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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lm32/
csr.s 6 wcsr ICC, r0
7 wcsr ICC, r31
csr.d 14 10: d0 60 00 00 wcsr ICC,r0
15 14: d0 7f 00 00 wcsr ICC,ba
  /external/clang/tools/libclang/
CXComment.cpp 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
125 if (!ICC)
128 return ICC->hasTrailingNewline();
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
141 if (!ICC)
145 return cxstring::createRef(ICC->getCommandName(Traits));
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
151 if (!ICC)
154 switch (ICC->getRenderKind()) {
171 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/icu/icu4c/source/
runConfigureICU 45 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
49 Linux/ICC Use the Intel ICC compiler on Linux
190 THE_COMP="the iCC C++"
191 CC=icc; export CC
192 CXX=icc; export CXX
209 Linux/ICC)
211 CC=`which icc`; export CC
223 echo "ICC 9.0 does not work with optimization- disabling optimizations"
  /external/v8/test/mjsunit/regress/
regress-667061.js 28 // Test non-ICC case.
  /external/ImageMagick/www/api/
profile.php 184 <p>ICC and ICM profiles are handled as follows: If the image does not have an associated color profile, the one you provide is associated with the image and the image pixels are not transformed. Otherwise, the colorspace transform defined by the existing and new profile are applied to the image pixels and the new profile is associated with the image.</p>
205 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>
magick-property.php 436 <dd>Name of profile to return: ICC, IPTC, or generic profile. </dd>
987 <p>MagickProfileImage() adds or removes a ICC, IPTC, or generic profile from an image. If the profile is NULL, it is removed from the image otherwise added. Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
1008 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 818 case Sparc::ICC:
822 Op = SparcOperand::CreateToken("%icc", S);
926 if (name.equals("icc")) {
927 RegNo = Sparc::ICC;
958 RegNo = Sparc::ICC;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c 164 #define ICC (0) /* v9 */
    [all...]
  /external/llvm/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 1168 milliseconds