Home
last modified time | relevance | path

Searched refs:globS (Results 1 – 19 of 19) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/parallel/
H A Dtest_pblas.py100 globS = grid.new_descriptor(M, M, M, M)
109 S0 = globS.zeros(dtype=dtype) # zeros needed for rank-updates
117 assert globD.check(D0) and globS.check(S0) and globU.check(U0)
137 S1 = globS.zeros(dtype=dtype) # zeros needed for rank-updates
139 Redistributor(world, distS, globS).redistribute(S, S1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/PCH/
H A Dcxx-required-decls.h7 static S globS; variable
/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dybios.c1094 static glob_t globS; in bios() local
1607 globError = glob(cpmCommandLine, GLOB_ERR, NULL, &globS); in bios()
1623 globfree(&globS); in bios()
1629 if (globPosNameList < globS.gl_pathc) in bios()
1631 if (!(i = globS.gl_pathv[globPosNameList][globPosName++])) in bios()
1639 globfree(&globS); in bios()
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_sio.c239 static glob_t globS; variable
1343 if (globPosNameList < globS.gl_pathc) { in simh_in()
1344 if (!(result = globS.gl_pathv[globPosNameList][globPosName++])) { in simh_in()
1352 globfree(&globS); in simh_in()
1656 globError = glob(cpmCommandLine, GLOB_ERR, NULL, &globS); in simh_out()
1662 globfree(&globS); in simh_out()
1783 globfree(&globS); in simh_out()