HomeSort by relevance Sort by last modified time
    Searched refs:NS (Results 126 - 150 of 223) sorted by null

1 2 3 4 56 7 8 9

  /external/expat/lib/
xmltok.c 1775 #define ns macro
1780 #undef ns macro
1785 #define ns macro
1792 #undef ns macro
    [all...]
  /external/python/cpython2/Modules/expat/
xmltok.c 1775 #define ns macro
1780 #undef ns macro
1785 #define ns macro
1792 #undef ns macro
    [all...]
  /external/python/cpython3/Modules/expat/
xmltok.c 1778 #define ns macro
1783 #undef ns macro
1788 #define ns macro
1795 #undef ns macro
    [all...]
  /external/cblas/testing/
c_cblat2.f 500 $ NL, NS
635 NS = N
690 ISAME( 3 ) = NS.EQ.N
    [all...]
c_dblat2.f 491 $ NL, NS
626 NS = N
680 ISAME( 3 ) = NS.EQ.N
    [all...]
c_sblat2.f 491 $ NL, NS
626 NS = N
680 ISAME( 3 ) = NS.EQ.N
    [all...]
c_zblat2.f 501 $ NL, NS
636 NS = N
691 ISAME( 3 ) = NS.EQ.N
    [all...]
  /external/eigen/blas/testing/
cblat2.f 475 $ NL, NS
602 NS = N
656 ISAME( 3 ) = NS.EQ.N
819 $ N, NARGS, NC, NK, NS
    [all...]
dblat2.f 465 $ NL, NS
592 NS = N
646 ISAME( 3 ) = NS.EQ.N
805 $ N, NARGS, NC, NK, NS
    [all...]
sblat2.f 465 $ NL, NS
592 NS = N
646 ISAME( 3 ) = NS.EQ.N
805 $ N, NARGS, NC, NK, NS
    [all...]
zblat2.f 477 $ NL, NS
604 NS = N
658 ISAME( 3 ) = NS.EQ.N
822 $ N, NARGS, NC, NK, NS
    [all...]
dblat1.f 358 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4)
380 DATA NS/0, 1, 2, 4/
602 N = NS(KN)
699 + MWPINY(11), MWPN(11), NS(4)
710 DATA NS/0, 1, 2, 4/
    [all...]
sblat1.f 359 INTEGER INCXS(4), INCYS(4), LENS(4,2), NS(4)
381 DATA NS/0, 1, 2, 4/
606 N = NS(KN)
703 + MWPINY(11), MWPN(11), NS(4)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfo.cpp 100 else if (auto *NS = dyn_cast<DINamespace>(Entity))
101 processScope(NS->getScope());
168 } else if (auto *NS = dyn_cast<DINamespace>(Scope)) {
169 processScope(NS->getScope());
833 LLVMMetadataRef NS,
837 unwrapDI<DINamespace>(NS),
    [all...]
DebugInfoMetadata.cpp 160 if (auto *NS = dyn_cast<DINamespace>(this))
161 return NS->getScope();
176 if (auto *NS = dyn_cast<DINamespace>(this))
177 return NS->getName();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 144 DeclContext *NS = UD->getNominatedNamespace();
145 if (!visited.insert(NS).second)
149 addUsingDirectives(NS, EffectiveDC);
159 DeclContext *NS = UD->getNominatedNamespace();
160 if (visited.insert(NS).second) {
162 queue.push_back(NS);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 230 UINT32 NS:1;
282 UINT32 NS:1;
    [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 204 namespace NS HIDDEN {
205 // f is in NS which is hidden.
210 namespace NS {
211 // g is in NS, but this NS decl is not hidden.
    [all...]
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 467 MappingNormalization<NStorageClass, uint8_t> NS(IO, S.Header.StorageClass);
474 IO.mapRequired("StorageClass", NS->StorageClass);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIBuilder.h     [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 280 UINT32 NS:1;
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 255 DIE *getOrCreateNameSpace(const DINamespace *NS);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_complex.py 225 class NS(object):
229 self.assertEqual(complex(NS(1+10j)), 1+10j)
231 self.assertRaises(TypeError, complex, NS(None))
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java 54 private static final short NS = (short)-1;
    [all...]

Completed in 1313 milliseconds

1 2 3 4 56 7 8 9