Home
last modified time | relevance | path

Searched refs:stage0 (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/math/hpipm/hpipm-0.1.1/interfaces/matlab_octave/
H A Docp_qp_sol_get.c73 int stage0 = mxGetScalar( prhs[2] ); in mexFunction() local
89 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
96 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
104 plhs[0] = mxCreateNumericMatrix(nx[stage0], 1, mxDOUBLE_CLASS, mxREAL); in mexFunction()
106 d_ocp_qp_sol_get(field, stage0, sol, x); in mexFunction()
114 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
121 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
131 d_ocp_qp_sol_get(field, stage0, sol, u); in mexFunction()
139 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
146 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
[all …]
H A Docp_qp_get.c74 int stage0 = mxGetScalar( prhs[2] ); in mexFunction() local
91 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
98 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
106 plhs[0] = mxCreateNumericMatrix(nx[stage0], nx[stage0+1], mxDOUBLE_CLASS, mxREAL); in mexFunction()
108 d_ocp_qp_get(field, stage0, qp, mat); in mexFunction()
117 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
124 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
132 plhs[0] = mxCreateNumericMatrix(nbx[stage0], 1, mxDOUBLE_CLASS, mxREAL); in mexFunction()
134 d_ocp_qp_get(field, stage0, qp, mat); in mexFunction()
H A Dhpipm_ocp_qp_sol.m57 stage0 = varargin{4}; variable
58 ocp_qp_sol_set(obj.C_sol, field, value, stage0);
63 stage0 = varargin{4}; variable
65 ocp_qp_sol_set(obj.C_sol, field, value, stage0, stage1);
75 stage0 = varargin{3}; variable
76 value = ocp_qp_sol_get(obj.C_sol, field, stage0);
80 stage0 = varargin{3}; variable
82 value = ocp_qp_sol_get(obj.C_sol, field, stage0, stage1);
H A Dhpipm_ocp_qp.m66 stage0 = varargin{4}; variable
67 ocp_qp_set(obj.C_qp, field, value, stage0);
72 stage0 = varargin{4}; variable
74 ocp_qp_set(obj.C_qp, field, value, stage0, stage1);
84 stage0 = varargin{3}; variable
85 value = ocp_qp_get(obj.C_qp, field, stage0);
89 stage0 = varargin{3}; variable
91 value = ocp_qp_get(obj.C_qp, field, stage0, stage1);
H A Docp_qp_dim_set.c68 int stage0 = mxGetScalar( prhs[3] ); in mexFunction() local
81 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
88 d_ocp_qp_dim_set(field, stage0, value, dim); in mexFunction()
H A Docp_qp_set.c69 int stage0 = mxGetScalar( prhs[3] ); in mexFunction() local
82 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
89 d_ocp_qp_set(field, stage0, value, qp); in mexFunction()
H A Docp_qp_sol_set.c69 int stage0 = mxGetScalar( prhs[3] ); in mexFunction() local
82 for(ii=stage0; ii<=stage1; ii++) in mexFunction()
89 d_ocp_qp_sol_set(field, stage0, value, sol); in mexFunction()
H A Dhpipm_ocp_qp_dim.m62 stage0 = varargin{4}; variable
63 ocp_qp_dim_set(obj.C_dim, field, value, stage0);
68 stage0 = varargin{4}; variable
70 ocp_qp_dim_set(obj.C_dim, field, value, stage0, stage1);
82 stage0 = varargin{3}; variable
83 value = ocp_qp_dim_get(obj.C_dim, field, stage0);
H A Docp_qp_dim_get.c96 int stage0 = mxGetScalar( prhs[2] ); in mexFunction() local
101 d_ocp_qp_dim_get(dim, field, stage0, &tmp_int); in mexFunction()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/
H A Dghc-lib-parser.cabal14 data-dir: ghc-lib/stage0/lib
21 ghc-lib/stage0/lib/ghcautoconf.h
22 ghc-lib/stage0/lib/ghcplatform.h
23 ghc-lib/stage0/lib/GhclibDerivedConstants.h
26 ghc-lib/stage0/lib/GHCConstantsHaskellType.hs
42 ghc-lib/stage0/compiler/build/Config.hs
44 ghc-lib/stage0/compiler/build/Parser.hs
45 ghc-lib/stage0/compiler/build/Lexer.hs
60 ghc-lib/stage0/lib
61 ghc-lib/stage0/compiler/build
[all …]
/dports/math/fricas/fricas-1.3.7/src/boot/
H A DMakefile.in50 .PRECIOUS: stage0/%.clisp
51 .PRECIOUS: stage0/%.$(LISPOBJEXT)
53 stage0_boot_clisp = $(addprefix stage0/, $(boot_clisp))
55 stage0_boot_objects = $(addprefix stage0/, $(boot_objects))
57 stage0/stamp_bootsys:
59 [ -d stage0 ] || $(mkinstalldirs) stage0
63 $(MAKE) OBJECTS="$(stage0_boot_objects)" stage0/bootsys$(EXEEXT)
64 $(LN_S) stage0 prev-stage
67 stage0/%.$(LISPOBJEXT): $(srcdir)/compiled/%.clisp
70 stage1/stamp_bootsys: stage0/stamp_bootsys
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/
H A Dghc-lib-parser.cabal14 data-dir: ghc-lib/stage0/lib
21 ghc-lib/stage0/lib/ghcautoconf.h
22 ghc-lib/stage0/lib/ghcplatform.h
23 ghc-lib/stage0/lib/DerivedConstants.h
24 ghc-lib/stage0/lib/GHCConstantsHaskellExports.hs
26 ghc-lib/stage0/lib/GHCConstantsHaskellType.hs
45 ghc-lib/stage0/compiler/build/GHC/Parser.hs
62 ghc-lib/stage0/lib
63 ghc-lib/stage0/compiler/build
131 ghc-lib/stage0/libraries/ghc-boot/build
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/
H A DMakefile21 BOOTSTRAP_COMPILER?=stage0/oo2c
57 -${MAKE} -C stage0 -f Makefile.ext clean
72 rm -Rf autom4te.cache stage0/bin bin
77 rm -Rf stage0
124 rm -Rf stage0
125 mkdir stage0 stage0/lib
126 ln -s ../src stage0/src
127 ln -s ../../lib/src stage0/lib/src
128 …bin/oo2c --config oo2crc-install.xml -v --make -r stage0/lib -r stage0 --cc "" $(OFLAGS) stage0/sr…
129 rm -Rf stage0/sym/* stage0/lib/sym/*
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/
H A Dghc-lib-parser.cabal14 data-dir: ghc-lib/stage0/lib
20 ghc-lib/stage0/lib/ghcautoconf.h
21 ghc-lib/stage0/lib/ghcplatform.h
22 ghc-lib/stage0/lib/GhclibDerivedConstants.h
29 ghc-lib/stage0/compiler/build/primop-list.hs-incl
33 ghc-lib/stage0/compiler/build/primop-tag.hs-incl
42 ghc-lib/stage0/compiler/build/GHC/Parser.hs
58 ghc-lib/stage0/lib
59 ghc-lib/stage0/compiler/build
128 ghc-lib/stage0/libraries/ghc-boot/build
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dbootstrap.py398 bin_root = self.bin_root(stage0)
401 if not stage0:
417 if stage0:
458 if self.downloading_llvm() and stage0:
536 if stage0:
545 if stage0:
559 do_verify=stage0,
739 def rustc_stamp(self, stage0): argument
779 def bin_root(self, stage0): argument
795 if stage0:
[all …]
H A DREADME.md34 # build stage0 libstd
37 # build a particular crate in stage0
67 # execute tests in the standard library in stage0
70 # execute tests in the core and standard library in stage0,
114 stage0 artifacts.
135 compilation for the stage0 -> stage1 compilation -- this is because
159 # Output directory for building this build system itself. The stage0
211 stage0/
229 # inside of stage0/. When we run the stage0 compiler to bootstrap more
233 # sysroot for the stage0 compiler being run.
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/building/
H A Dbootstrapping.md25 The stage0 compiler is usually the current _beta_ `rustc` compiler
47 In particular, the stage1 compiler itself was built by stage0
98 `#![feature(...)]` when built with `stage0`, but not for `stage1`.
151 - binaries, like `stage0-rustc/rustc-main`
188 In short, _stage 0 uses the stage0 compiler to create stage0 artifacts which
359 | `stage0` builds `test`/`std` | `build/HOST/stage0-std/TARGET` …
360 | copy `stage0-std` (HOST only) | `build/HOST/stage0-sysroot/lib/rustli…
361 | `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` …
362 | copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustli…
364 | `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` …
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/ci/
H A Dpgo.sh51 RUSTC=/checkout/obj/build/$PGO_HOST/stage0/bin/rustc \
53 /checkout/obj/build/$PGO_HOST/stage0/bin/cargo build -p collector
58 RUSTC=/checkout/obj/build/$PGO_HOST/stage0/bin/rustc \
60 /checkout/obj/build/$PGO_HOST/stage0/bin/cargo run -p collector --bin collector -- \
66 --cargo /checkout/obj/build/$PGO_HOST/stage0/bin/cargo \
/dports/graphics/clutter-gtk3/clutter-gtk-1.8.4/examples/
H A Dgtk-clutter-multistage.c9 ClutterActor *stage0, *stage1, *stage2, *tex1, *tex2; in main() local
30 stage0 = gtk_clutter_embed_get_stage (GTK_CLUTTER_EMBED (clutter0)); in main()
31 clutter_actor_set_background_color (stage0, &col0); in main()
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/functionTypes/
H A Dmapping_of_functions.sol6 function stage0() internal {
19 stages[msg.sender] = stage0;
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/integration/build/
H A Dbuild_test.go138 FROM busybox AS stage0
142 FROM stage0
146 FROM stage0
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/integration/build/
H A Dbuild_test.go138 FROM busybox AS stage0
142 FROM stage0
146 FROM stage0
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/
H A Dprofiling.md55 for f in build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mi…
58 cargo llvm-lines --files ./build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/rel…
61 for f in build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/*.no-opt…
64 cargo llvm-lines --files ./build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/rel…
97 # but compiling more than stage0 rustc becomes unbearably slow.
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A Dcrm_verify.c30 extern gboolean stage0(pe_working_set_t * data_set);
245 stage0(data_set); in main()
/dports/lang/rust/rustc-1.58.1-src/src/tools/bump-stage0/
H A DCargo.toml2 name = "bump-stage0"

12345678