HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 101 - 125 of 253) sorted by null

1 2 3 45 6 7 8 91011

  /external/cblas/testing/
c_dblat2.f 491 $ NL, NS
582 NL = M
585 NL = N
590 LX = ABS( INCX )*NL
595 CALL DMAKE( 'ge', ' ', ' ', 1, NL, X, 1, XX,
596 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
597 IF( NL.GT.1 )THEN
598 X( NL/2 ) = ZERO
599 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
c_sblat2.f 491 $ NL, NS
582 NL = M
585 NL = N
590 LX = ABS( INCX )*NL
595 CALL SMAKE( 'ge', ' ', ' ', 1, NL, X, 1, XX,
596 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
597 IF( NL.GT.1 )THEN
598 X( NL/2 ) = ZERO
599 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
  /external/eigen/blas/testing/
dblat2.f 426 $ NL, NS
509 NL = M
512 NL = N
517 LX = ABS( INCX )*NL
522 CALL DMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
523 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
524 IF( NL.GT.1 )THEN
525 X( NL/2 ) = ZERO
526 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
sblat2.f 426 $ NL, NS
509 NL = M
512 NL = N
517 LX = ABS( INCX )*NL
522 CALL SMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
523 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
524 IF( NL.GT.1 )THEN
525 X( NL/2 ) = ZERO
526 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 385 /// \param NL The preferred representation of a newline.
388 const char *NL, const char *Sep);
Checker.h 476 const char *NL, const char *Sep) const { }
  /ndk/sources/host-tools/nawk-20071023/
lex.c 201 RET(NL);
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 37 NL = '\n'
105 # data after the final RE. In the case of a NL/CR terminated string,
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 37 NL = '\n'
105 # data after the final RE. In the case of a NL/CR terminated string,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 37 NL = '\n'
105 # data after the final RE. In the case of a NL/CR terminated string,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 37 NL = '\n'
105 # data after the final RE. In the case of a NL/CR terminated string,
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 608 const char *NL, const char *Sep) {
611 I->second->printState(Out, State, NL, Sep);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 127 private static final String NL = "\n"; //$NON-NLS-1$
655 ret += tmp + NL;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 489 ~c365=NL # Netherlands
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 296 const char *NL, const char *Sep) override;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 222 const char *NL, const char *Sep) const override;
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 

Completed in 640 milliseconds

1 2 3 45 6 7 8 91011