Home
last modified time | relevance | path

Searched refs:ooc (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/lang/voc/voc-63008f6/src/tools/make/
H A Doberon.mk244 ooc:
246 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocLowRea…
249 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocOakMat…
254 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocAscii.…
256 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocString…
261 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocRealSt…
263 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocIntStr…
264 cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocMsg.Mod
266 …cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocTime.M…
269 cd $(BUILDDIR)/$(MODEL); "$(ROOTDIR)/$(OBECOMP)" -Fs -O$(MODEL) ../../../src/library/ooc/oocRts.Mod
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/rsrc/OOC/TestFramework/
H A Dsample-oo2crc24 /tmp/ooc-tests/mod;
27 /tmp/ooc-tests/sym;
30 /tmp/ooc-tests/obj;
34 /tmp/ooc-tests/bin;
/dports/lang/voc/voc-63008f6/
H A Dmake.cmd334 :ooc label
335 echo.Making ooc library for -O%MODEL%
337 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocLowReal.Mod || exit /b
338 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocLowLReal.Mod || exit /b
339 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocRealMath.Mod || exit /b
340 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocOakMath.Mod || exit /b
341 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocLRealMath.Mod || exit /b
342 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocLongInts.Mod || exit /b
343 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocComplexMath.Mod || exit /b
344 %ROOTDIR%\%OBECOMP% -Ffs -O%MODEL% ../../../src/library/ooc/oocLComplexMath.Mod || exit /b
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dmatrixutils.hh152 void printGlobalSparseMatrix(const M& mat, C& ooc, std::ostream& os) in printGlobalSparseMatrix() argument
160 for(IIter idx=ooc.indexSet().begin(), eidx=ooc.indexSet().end(); in printGlobalSparseMatrix()
164 gmax=ooc.communicator().max(gmax); in printGlobalSparseMatrix()
165 ooc.buildGlobalLookup(); in printGlobalSparseMatrix()
167 for(IIter idx=ooc.indexSet().begin(), eidx=ooc.indexSet().end(); in printGlobalSparseMatrix()
180 =ooc.globalLookup().pair(c.index()); in printGlobalSparseMatrix()
189 cur=ooc.communicator().min(rowidx); in printGlobalSparseMatrix()
200 ooc.freeGlobalLookup(); in printGlobalSparseMatrix()
203 while(cur!=ooc.communicator().min(cur)) ; in printGlobalSparseMatrix()
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/device-adapters/
H A Devohome_device.lua75 function device.setMode(mode, dParm, action, ooc)
122 local ooc = ( ooc and '&ooc=' .. binary(ooc, 0) ) or '&ooc=0'
129 ooc
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Hamiltonians/
H A DRealDenseHamiltonian.h34 …OneBodyHamiltonian(info, std::move(h), nucE, fzcE), TG(tg_), fileName(""), batched("no"), ooc("no") in OneBodyHamiltonian()
44 m_param.add(ooc, "ooc"); in OneBodyHamiltonian()
92 std::string ooc; variable
H A DRealDenseHamiltonian_v2.h38 ooc("no"), in OneBodyHamiltonian()
50 m_param.add(ooc, "ooc"); in OneBodyHamiltonian()
104 std::string ooc; variable
H A DKPFactorizedHamiltonian.h41 ooc("no"), in OneBodyHamiltonian()
54 m_param.add(ooc, "ooc"); in OneBodyHamiltonian()
103 std::string ooc; variable
/dports/devel/R-cran-proto/proto/
H A DREADME.md63 ooc <- oo$proto(a = 10)
65 ooc$addtwice(1) # inherit addtwice from parent oo
66 ooc$ls() # "a"
67 ooc$a # 12 - addtwice from oo used "a" in ooc!
/dports/lang/oo2c/oo2c_64-2.1.11/
H A DREADME105 ~/sf-ooc/ooc2$ make cvsclean
106 ~/sf-ooc/ooc2$ cvs update -d
107 ~/sf-ooc/ooc2$ ./configure --prefix /tmp/test
113 ~/sf-ooc/ooc2$ . ENV
114 ~/sf-ooc/ooc2$ make $OOC_DEV_ROOT/oo2crc-install.xml
115 ~/sf-ooc/ooc2$ ~/local-ooc2/bin/oo2c -M --config oo2crc-install.xml oo2c
119 ~/sf-ooc/ooc2$ make install BOOTSTRAP_COMPILER=bin/oo2c
H A DENV.in3 MAIN_MAKEFILE="$OOC_DEV_ROOT/rsrc/OOC/Makefile.ooc-main"
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/cuda/
H A Dconv2d_hwnc_tensorcore.py284 oc, ooc = s[output].split(oc, factor=wmma_n)
286 hc, wc, nc, oc, nnc, ooc = output.op.axis
296 s[output].reorder(block_k, split_block_k, block_i, block_j, nc, oc, nci, oci, nnc, ooc)
297 t = s[output].fuse(nnc, ooc)
308 hc, wc, nc, oc, nnc, ooc = OL.op.axis
313 s[OL].reorder(nc, oc, nci, oci, nnc, ooc)
/dports/security/aws-c-auth/aws-c-auth-0.6.5/tests/fuzz/corpus/parse_config_profile/
H A D11cd8328d88b2c5080756a1090abceaf087d8b181 ooc eflifM
H A De700967c6b4f6efa44f1e1573e2ae868623800ec1 ooc fM
/dports/security/aws-c-auth/aws-c-auth-0.6.5/tests/fuzz/corpus/parse_credentials_profile/
H A D11cd8328d88b2c5080756a1090abceaf087d8b181 ooc eflifM
H A De700967c6b4f6efa44f1e1573e2ae868623800ec1 ooc fM
/dports/devel/R-cran-gsubfn/gsubfn/man/
H A Dfn.Rd85 setClass('ooc', representation(a = 'numeric'))
87 fn$setMethod('incr', 'ooc', x + value ~ {x@a <- x@a+value; x})
88 oo <- new('ooc',a=1)
/dports/lang/oo2c/oo2c_64-2.1.11/rsrc/OOC/xml/
H A Dxsl.sh4 xsltproc /home/ooc-devel/ooc2/misc/xml/module-interface-to-html.xsl "$1" >"$out"
/dports/math/taucs/taucs-2.2_23/progs/
H A Dmanual_test_cilk_snmf.c95 char* ooc[] = {"taucs.ooc=true", "taucs.ooc.basename=/tmp/taucs-test", NULL}; in test_spd_factorizations() local
98 rc = taucs_factor_solve(A,NULL,1, y,b,ooc,opt_arg); in test_spd_factorizations()
/dports/lang/voc/voc-63008f6/triage/
H A DREADME.md31ooc (optimizing oberon-2 compiler) library port.
45 ooc library is distributed under GPL.
49 ulm and ooc libraries were distributed under GPL, thus static linking to those modules from libVish…
/dports/lang/fpc-source/fpc-3.2.2/tests/bench/shootout/
H A Dfpascal2.diff40 automake nhc98,nice,objc,ocaml,ocamlb,ooc,oz,parrot,pike,poly,python,psyco,
116 automake mlton,mzc,nhc98,nice,oberon2,objc,ocaml,ocamlb,ooc,oz,parrot,pike,
140 automake mzc,nhc98,nice,oberon2,objc,ocaml,ocamlb,ooc,oz,poly,python,psyco,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp562 ObjcObjectChecker ooc(M, m_checker_functions.m_objc_object_check); in runOnModule() local
564 if (!ooc.Inspect(*function)) in runOnModule()
567 if (!ooc.Instrument()) in runOnModule()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp562 ObjcObjectChecker ooc(M, m_checker_functions.m_objc_object_check);
564 if (!ooc.Inspect(*function))
567 if (!ooc.Instrument())
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp564 ObjcObjectChecker ooc(M, m_checker_functions.m_objc_object_check); in runOnModule() local
566 if (!ooc.Inspect(*function)) in runOnModule()
569 if (!ooc.Instrument()) in runOnModule()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp562 ObjcObjectChecker ooc(M, m_checker_functions.m_objc_object_check); in runOnModule() local
564 if (!ooc.Inspect(*function)) in runOnModule()
567 if (!ooc.Instrument()) in runOnModule()

12345678910>>...19