Home
last modified time | relevance | path

Searched refs:stage2 (Results 76 – 100 of 2035) sorted by relevance

12345678910>>...82

/dports/textproc/R-cran-utf8/utf8/src/utf8lite/util/
H A Dgen-normalization.py77 stage2 = []
86 j = len(stage2)
88 stage2.append(block)
90 return (stage1,stage2)
107 stage1,stage2 = compute_tables(block_size) variable
109 nbyte1 = len(stage1) * stage1_item_size(len(stage2))
110 nbyte2 = len(stage2) * block_size
123 stage1,stage2 = compute_tables(block_size) variable
125 type1_size = stage1_item_size(len(stage2))
186 for i in range(len(stage2)):
[all …]
H A Dgen-casefold.py60 stage2 = []
69 j = len(stage2)
71 stage2.append(block)
73 return (stage1,stage2)
89 stage1,stage2 = compute_tables(block_size) variable
92 nbyte2 = len(stage2) * block_size
105 stage1,stage2 = compute_tables(block_size) variable
107 type1_size = stage1_item_size(len(stage2))
171 for i in range(0,len(stage2)):
175 val = stage2[i][j]
[all …]
H A Dgen-charwidth.py99 stage2 = []
108 j = len(stage2)
110 stage2.append(block)
112 return (stage1,stage2)
131 stage1,stage2 = compute_tables(block_size) variable
133 nbyte1 = len(stage1) * stage1_item_size(len(stage2))
134 nbyte2 = len(stage2) * block_size
147 stage1,stage2 = compute_tables(block_size) variable
149 type1_size = stage1_item_size(len(stage2))
208 for i in range(len(stage2)):
[all …]
H A Dgen-compose.py118 stage2 = []
127 j = len(stage2)
129 stage2.append(block)
131 return (stage1,stage2)
149 stage1,stage2 = compute_tables(block_size) variable
151 nbyte1 = len(stage1) * stage1_item_size(len(stage2))
152 nbyte2 = len(stage2) * block_size
165 stage1,stage2 = compute_tables(block_size) variable
167 type1_size = stage1_item_size(len(stage2))
231 for i in range(len(stage2)):
[all …]
/dports/lang/ghc/ghc-8.8.4-boot/utils/check-api-annotations/dist-install/
H A Dpackage-data.mk26stage2/build/.' '/construction/lang/ghc/ghc-8.8.4/compiler/stage2/build/.' '/construction/lang/ghc…
/dports/lang/ghc/ghc-8.8.4-boot/utils/check-ppr/dist-install/
H A Dpackage-data.mk26stage2/build/.' '/construction/lang/ghc/ghc-8.8.4/compiler/stage2/build/.' '/construction/lang/ghc…
/dports/lang/zig-devel/zig-0.9.0/test/
H A Dcases.zig11 try @import("stage2/cbe.zig").addCases(ctx);
12 try @import("stage2/arm.zig").addCases(ctx);
13 try @import("stage2/aarch64.zig").addCases(ctx);
14 try @import("stage2/llvm.zig").addCases(ctx);
15 try @import("stage2/wasm.zig").addCases(ctx);
16 try @import("stage2/riscv64.zig").addCases(ctx);
17 try @import("stage2/plan9.zig").addCases(ctx);
18 try @import("stage2/x86_64.zig").addCases(ctx);
/dports/lang/zig/zig-0.9.0/test/
H A Dcases.zig11 try @import("stage2/cbe.zig").addCases(ctx);
12 try @import("stage2/arm.zig").addCases(ctx);
13 try @import("stage2/aarch64.zig").addCases(ctx);
14 try @import("stage2/llvm.zig").addCases(ctx);
15 try @import("stage2/wasm.zig").addCases(ctx);
16 try @import("stage2/riscv64.zig").addCases(ctx);
17 try @import("stage2/plan9.zig").addCases(ctx);
18 try @import("stage2/x86_64.zig").addCases(ctx);
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/integration/
H A Ddngsdk_glue.cpp186 AutoPtr<dng_simple_image> stage2; in try_dngsdk() local
237 if (stage2->Bounds().W() != S.raw_width || in try_dngsdk()
238 stage2->Bounds().H() != S.raw_height) in try_dngsdk()
242 S.raw_width = S.width = stage2->Bounds().W(); in try_dngsdk()
255 if (stage2->Planes() > 1) in try_dngsdk()
258 imgdata.idata.colors = stage2->Planes(); in try_dngsdk()
266 int pplanes = stage2->Planes(); in try_dngsdk()
267 int ptype = stage2->PixelType(); in try_dngsdk()
270 stage2->GetPixelBuffer(buffer); in try_dngsdk()
272 int pixels = stage2->Bounds().H() * stage2->Bounds().W() * pplanes; in try_dngsdk()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/integration/
H A Ddngsdk_glue.cpp178 AutoPtr<dng_simple_image> stage2; in try_dngsdk() local
229 if (stage2->Bounds().W() != S.raw_width || in try_dngsdk()
230 stage2->Bounds().H() != S.raw_height) in try_dngsdk()
234 S.raw_width = S.width = stage2->Bounds().W(); in try_dngsdk()
247 if (stage2->Planes() > 1) in try_dngsdk()
250 imgdata.idata.colors = stage2->Planes(); in try_dngsdk()
258 int pplanes = stage2->Planes(); in try_dngsdk()
259 int ptype = stage2->PixelType(); in try_dngsdk()
262 stage2->GetPixelBuffer(buffer); in try_dngsdk()
264 int pixels = stage2->Bounds().H() * stage2->Bounds().W() * pplanes; in try_dngsdk()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/integration/
H A Ddngsdk_glue.cpp186 AutoPtr<dng_simple_image> stage2; in try_dngsdk() local
237 if (stage2->Bounds().W() != S.raw_width || in try_dngsdk()
238 stage2->Bounds().H() != S.raw_height) in try_dngsdk()
242 S.raw_width = S.width = stage2->Bounds().W(); in try_dngsdk()
255 if (stage2->Planes() > 1) in try_dngsdk()
258 imgdata.idata.colors = stage2->Planes(); in try_dngsdk()
266 int pplanes = stage2->Planes(); in try_dngsdk()
267 int ptype = stage2->PixelType(); in try_dngsdk()
270 stage2->GetPixelBuffer(buffer); in try_dngsdk()
272 int pixels = stage2->Bounds().H() * stage2->Bounds().W() * pplanes; in try_dngsdk()
[all …]
/dports/lang/ghc/ghc-8.8.4-boot/utils/ghctags/dist-install/build/
H A D.depend.haskell21 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/SrcLoc.hi
22 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/MonadUtils.hi
24 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/Exception.hi
25 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/Bag.hi
26 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/DynFlags.hi
28 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/Panic.hi
29 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/Name.hi
30 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/HscTypes.hi
32 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/Digraph.hi
33 utils/ghctags/dist-install/build/Main.o : compiler/stage2/build/HscTypes.hi
[all …]
/dports/cad/qrouter/qrouter-1.4.85/
H A Dqrouter.tcl.in116 set result [stage2 mask $tempmsize effort 20]
121 set result [stage2 mask none effort 50]
134 set result [stage2 mask none effort $esize]
151 set result [stage2 mask none]
159 set result [stage2 mask none]
207 if {![stage2]} {write_def; quit}
208 set result [stage2 mask none]
209 if {$result < 5} {set result [stage2 mask none]}
216 # (default) stage1 and stage2 routes. If stage2
227 set result [stage2 mask none]
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/paranoia/
H A Doverlap.c93 if(p->stage2.offpoints>=10){ in offset_adjust_settings()
96 long av=(p->stage2.offpoints?p->stage2.offaccum/p->stage2.offpoints:0); in offset_adjust_settings()
126 p->stage2.offaccum=0; in offset_adjust_settings()
127 p->stage2.offmin=0; in offset_adjust_settings()
128 p->stage2.offmax=0; in offset_adjust_settings()
129 p->stage2.offpoints=0; in offset_adjust_settings()
130 p->stage2.newpoints=0; in offset_adjust_settings()
131 p->stage2.offdiff=0; in offset_adjust_settings()
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/paranoia/
H A Doverlap.c93 if(p->stage2.offpoints>=10){ in offset_adjust_settings()
96 long av=(p->stage2.offpoints?p->stage2.offaccum/p->stage2.offpoints:0); in offset_adjust_settings()
126 p->stage2.offaccum=0; in offset_adjust_settings()
127 p->stage2.offmin=0; in offset_adjust_settings()
128 p->stage2.offmax=0; in offset_adjust_settings()
129 p->stage2.offpoints=0; in offset_adjust_settings()
130 p->stage2.newpoints=0; in offset_adjust_settings()
131 p->stage2.offdiff=0; in offset_adjust_settings()
/dports/devel/taskctl/taskctl-1.4.2/pkg/scheduler/
H A Dscheduler_test.go38 stage2 := &Stage{
54 graph, err := NewExecutionGraph(stage1, stage2, stage3, stage4)
81 stage2 := &Stage{
95 graph, err := NewExecutionGraph(stage1, stage2, stage3)
125 stage2 := &Stage{
133 graph, err := NewExecutionGraph(stage1, stage2)
146 if stage1.Status != StatusDone || stage2.Status != StatusSkipped {
185 stage2 := &Stage{
193 graph, err := NewExecutionGraph(stage1, stage2)
206 if stage1.Status != StatusDone || stage2.Status != StatusError {
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/lib/paranoia/
H A Doverlap.c141 if(p->stage2.offpoints>=10){ in offset_adjust_settings()
144 long av=(p->stage2.offpoints?p->stage2.offaccum/p->stage2.offpoints:0); in offset_adjust_settings()
174 p->stage2.offaccum=0; in offset_adjust_settings()
175 p->stage2.offmin=0; in offset_adjust_settings()
176 p->stage2.offmax=0; in offset_adjust_settings()
177 p->stage2.offpoints=0; in offset_adjust_settings()
178 p->stage2.newpoints=0; in offset_adjust_settings()
179 p->stage2.offdiff=0; in offset_adjust_settings()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/
H A DFixtures.java300 ArrayList<Bonk> stage2 = new ArrayList<Bonk>();
303 holyMoley.getBonks().put("zero", stage2);
306 stage2 = new ArrayList<Bonk>();
310 stage2.add(b);
314 stage2.add(b);
315 holyMoley.getBonks().put("two", stage2);
318 stage2 = new ArrayList<Bonk>();
328 holyMoley.getBonks().put("three", stage2);
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/
H A DFixtures.java300 ArrayList<Bonk> stage2 = new ArrayList<Bonk>();
303 holyMoley.getBonks().put("zero", stage2);
306 stage2 = new ArrayList<Bonk>();
310 stage2.add(b);
314 stage2.add(b);
315 holyMoley.getBonks().put("two", stage2);
318 stage2 = new ArrayList<Bonk>();
328 holyMoley.getBonks().put("three", stage2);
/dports/sysutils/cdrkit/cdrkit-1.1.11/libparanoia/
H A Doverlap.c124 if (p->stage2.offpoints >= 10) { in offset_adjust_settings()
129 long av = (p->stage2.offpoints ? p->stage2.offaccum / p->stage2.offpoints : 0); in offset_adjust_settings()
166 p->stage2.offaccum = 0; in offset_adjust_settings()
167 p->stage2.offmin = 0; in offset_adjust_settings()
168 p->stage2.offmax = 0; in offset_adjust_settings()
169 p->stage2.offpoints = 0; in offset_adjust_settings()
170 p->stage2.newpoints = 0; in offset_adjust_settings()
171 p->stage2.offdiff = 0; in offset_adjust_settings()
/dports/sysutils/genisoimage/cdrkit-1.1.11/libparanoia/
H A Doverlap.c124 if (p->stage2.offpoints >= 10) { in offset_adjust_settings()
129 long av = (p->stage2.offpoints ? p->stage2.offaccum / p->stage2.offpoints : 0); in offset_adjust_settings()
166 p->stage2.offaccum = 0; in offset_adjust_settings()
167 p->stage2.offmin = 0; in offset_adjust_settings()
168 p->stage2.offmax = 0; in offset_adjust_settings()
169 p->stage2.offpoints = 0; in offset_adjust_settings()
170 p->stage2.newpoints = 0; in offset_adjust_settings()
171 p->stage2.offdiff = 0; in offset_adjust_settings()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust/
H A Dgxamp2.dsp36 hgroup("stage2", stage2)
41 stage2 = fi.lowpass(1,6531.0) : *(gain1) : tubestage(TB_6V6_250k,194.0,820.0,1.130462);
46 hgroup("stage2", stage2)
51stage2 = fi.lowpass(1,6531.0) : *(gain1) : bifilter : tubestage(TB_6V6_250k,194.0,820.0,1.130462) …
64 … gain1 = vslider(".amp2.stage2.gain1[alias]", 6, -20.0, 20.0, 0.1) : ba.db2linear : smoothi(0.999);
H A Dgxamp2_stereo.dsp36 hgroup("stage2", stage2)
41 stage2 = fi.lowpass(1,6531.0) : *(gain1) : tubestage(TB_6V6_250k,194.0,820.0,1.130462);
46 hgroup("stage2", stage2)
51stage2 = fi.lowpass(1,6531.0) : *(gain1) : bifilter : tubestage(TB_6V6_250k,194.0,820.0,1.130462) …
64 … gain1 = vslider(".amp2.stage2.gain1[alias]", 6, -20.0, 20.0, 0.1) : ba.db2linear : smoothi(0.999);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/faust/
H A Dgxamp2.dsp37 hgroup("stage2", stage2)
42 stage2 = fi.lowpass(1,6531.0) : *(gain1) : tubestage(TB_6V6_250k,194.0,820.0, 0.962132);
47 hgroup("stage2", stage2)
52stage2 = fi.lowpass(1,6531.0) : *(gain1) : bifilter : tubestage(TB_6V6_250k,194.0,820.0, 0.962132)…
65 … gain1 = vslider(".amp2.stage2.gain1[alias]", 6, -20.0, 20.0, 0.1) : ba.db2linear : smoothi(0.999);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/
H A DFixtures.java301 ArrayList<Bonk> stage2 = new ArrayList<Bonk>();
304 holyMoley.getBonks().put("zero", stage2);
307 stage2 = new ArrayList<Bonk>();
311 stage2.add(b);
315 stage2.add(b);
316 holyMoley.getBonks().put("two", stage2);
319 stage2 = new ArrayList<Bonk>();
329 holyMoley.getBonks().put("three", stage2);

12345678910>>...82