HomeSort by relevance Sort by last modified time
    Searched refs:NS (Results 276 - 300 of 358) sorted by null

<<1112131415

  /external/eigen/blas/testing/
zblat3.f 444 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
558 NS = N
599 ISAME( 4 ) = NS.EQ.N
729 $ NARGS, NC, NS
830 NS = N
874 ISAME( 4 ) = NS.EQ.N
    [all...]
cblat1.f 335 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4)
350 DATA NS/0, 1, 2, 4/
524 N = NS(KN)
zblat1.f 335 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4)
350 DATA NS/0, 1, 2, 4/
524 N = NS(KN)
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 313 scrollTargetY.grid(row=1,column=1,sticky=NS)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 313 scrollTargetY.grid(row=1,column=1,sticky=NS)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 313 scrollTargetY.grid(row=1,column=1,sticky=NS)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 313 scrollTargetY.grid(row=1,column=1,sticky=NS)
316 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
317 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp 776 if (const NamespaceDecl *NS = dyn_cast<NamespaceDecl>(ND)) {
777 if (NS->isAnonymousNamespace()) {
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 45 std::string V, N, NS;
51 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {}
59 NS = Spelling.getValueAsString("Namespace");
66 const std::string &nameSpace() const { return NS; }
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
parallel.d 48 a0: 02 cc 35 0c R6.L = R6.L \+ R5.L \(NS\) \|\| B\[P1\] = R0 \|\| R4.L = W\[I3\+\+\];
222 358: 23 cc 1b 40 R0.H = R3.L - R3.H \(NS\) \|\| R5 = W\[P2\+\+\] \(X\) \|\| \[I2\] = R2;
  /external/cblas/testing/
c_cblat1.f 293 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4)
307 DATA NS/0, 1, 2, 4/
481 N = NS(KN)
c_zblat1.f 293 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4)
307 DATA NS/0, 1, 2, 4/
481 N = NS(KN)
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 200 SmallString<128> NS;
201 llvm::raw_svector_ostream OS(NS);
840 SmallString<128> NS;
841 llvm::raw_svector_ostream OS(NS);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 355 scrollTargetY.grid(row=1, column=1, sticky=NS)
358 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
359 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
    [all...]
  /external/python/cpython3/Lib/idlelib/
configdialog.py 358 scrollTargetY.grid(row=1, column=1, sticky=NS)
361 self.radioKeysBuiltin.grid(row=0, column=0, sticky=W+NS)
362 self.radioKeysCustom.grid(row=1, column=0, sticky=W+NS)
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
rel.conf 507 ~c200,~c405=NS # Suriname
  /toolchain/binutils/binutils-2.27/gas/config/
bfin-lex.l 116 [nN][sS] return NS;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 239 std::vector<int> Ns;
240 auto PrintBBs = [&OS,&P] (std::vector<int> Ns) -> void {
241 unsigned N = Ns.size();
242 for (auto I : Ns) {
252 Ns.push_back(I->getNumber());
253 PrintBBs(Ns);
255 unsigned NS = BB->succ_size();
256 OS << " succs(" << NS << "): ";
257 Ns.clear();
259 Ns.push_back(I->getNumber())
    [all...]

Completed in 1289 milliseconds

<<1112131415