HomeSort by relevance Sort by last modified time
    Searched refs:SEE (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 6 // License. See LICENSE.TXT for details.
357 SCEVExpander &SEE) {
377 Value *InitialPtr = SEE.expandCodeFor(PtrSCEV->getStart(), Ptr->getType(),
479 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getModule()->getDataLayout(),
482 propagateStoredValueToLoadUsers(Cand, SEE);
  /external/ImageMagick/PerlMagick/
Magick.pm 14 # See the License for the specific language governing permissions and
124 A web page has been set up for this extension. See:
141 =head1 SEE ALSO
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 14 # See the License for the specific language governing permissions and
123 A web page has been set up for this extension. See:
140 =head1 SEE ALSO
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 200 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
211 static final int SEE = 6;
444 case SEE:
GatherAPIDataOld.java 437 case SEE:
485 private static final int SEE = 6;
496 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
GatherAPIData.java 553 case SEE:
601 private static final int SEE = 6;
612 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see",
CheckAPI.java     [all...]
  /external/eigen/blas/fortran/
drotm.f 26 * SEE DROTMG FOR A DESCRIPTION OF DATA STORAGE IN DPARAM.
srotm.f 26 * SEE SROTMG FOR A DESCRIPTION OF DATA STORAGE IN SPARAM.
  /external/llvm/utils/
codegen-diff 127 =head1 SEE ALSO
  /external/llvm/lib/Support/
regcomp.c 126 #define SEE(c) (MORE() && PEEK() == (c))
128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
301 assert(!MORE() || SEE(stop));
330 if (!SEE(')'))
790 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 117 #define SEE(c) (MORE() && PEEK() == (c))
119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
285 assert(!MORE() || SEE(stop));
313 if (!SEE(')'))
746 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 186 #define SEE(c) (MORE() && PEEK() == (c))
188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
386 assert(!MORE() || SEE(stop));
419 if (!SEE(')'))
887 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /external/autotest/client/tools/
boottool 705 =head1 SEE ALSO
980 =head1 SEE ALSO
1030 Also see L<Linux::Bootloader> for functions available from the base class.
1134 =head1 SEE ALSO
1188 Also see L<Linux::Bootloader> for functions available from the base class.
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
texi2pod.pl 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # along with GCC; see the file COPYING. If not, write to
139 # Discard comments. (Can't do it above, because then we'd never see
347 $head =~ s/SEEALSO/SEE ALSO/;
  /external/eigen/blas/testing/
dblat1.f 657 * SEE REMARK ABOVE ABOUT DT11X(1,2,7)
    [all...]
sblat1.f 661 * SEE REMARK ABOVE ABOUT DT11X(1,2,7)
    [all...]
cblat1.f 525 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
zblat1.f 525 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 5 # see file 'COPYING' for use and warranty information
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
631 You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
661 You can see the types associated with a port by using the following command:
726 You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
878 .SH "SEE ALSO"
1051 For more details you can see semanage man page.
    [all...]
  /external/cblas/testing/
c_dblat1.f 602 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_sblat1.f 602 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_cblat1.f 526 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_zblat1.f 526 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 1940 milliseconds

1 2