Home
last modified time | relevance | path

Searched refs:Constrain (Results 1 – 25 of 1539) sorted by relevance

12345678910>>...62

/dports/graphics/p5-Image-Math-Constrain/Image-Math-Constrain-1.02/
H A DREADME6 use Image::Math::Constrain;
9 my $math = Image::Math::Constrain->new(64, 48);
21 # Constrain based on width only
22 $math = Image::Math::Constrain->new(100, 0);
24 # Constrain based on height only
25 $math = Image::Math::Constrain->new(0, 100);
30 # Constrain height and width by the same value
31 $math = Image::Math::Constrain->new(100);
35 $math = Image::Math::Constrain->new('300x200');
37 $math = Image::Math::Constrain->new('100w');
[all …]
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/xilinx/
H A Dattributes_test.ys5 cd block_ram # Constrain all select calls below inside the top module
13 cd distributed_ram # Constrain all select calls below inside the top module
21 cd block_ram # Constrain all select calls below inside the top module
29 cd block_ram # Constrain all select calls below inside the top module
37 cd distributed_ram_manual # Constrain all select calls below inside the top module
44 cd distributed_ram_manual_syn # Constrain all select calls below inside the top module
H A Ddffs.ys8 cd dff # Constrain all select calls below inside the top module
19 cd dffe # Constrain all select calls below inside the top module
30 cd dff # Constrain all select calls below inside the top module
41 cd dffe # Constrain all select calls below inside the top module
H A Dmux.ys8 cd mux2 # Constrain all select calls below inside the top module
19 cd mux4 # Constrain all select calls below inside the top module
30 cd mux8 # Constrain all select calls below inside the top module
42 cd mux16 # Constrain all select calls below inside the top module
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Qlin/
H A DQLinField.cs21 IConstraint constraint = _node.Constrain(obj); in Equal()
28 IConstraint constraint = _node.Constrain(@string); in StartsWith()
35 IConstraint constraint = _node.Constrain(obj); in Smaller()
42 IConstraint constraint = _node.Constrain(obj); in Greater()
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/intel_alm/
H A Dmux.ys9 cd mux2 # Constrain all select calls below inside the top module
19 cd mux2 # Constrain all select calls below inside the top module
29 cd mux4 # Constrain all select calls below inside the top module
39 cd mux4 # Constrain all select calls below inside the top module
49 cd mux8 # Constrain all select calls below inside the top module
60 cd mux8 # Constrain all select calls below inside the top module
71 cd mux16 # Constrain all select calls below inside the top module
83 cd mux16 # Constrain all select calls below inside the top module
H A Dadffs.ys8 cd adff # Constrain all select calls below inside the top module
20 cd adff # Constrain all select calls below inside the top module
32 cd adffn # Constrain all select calls below inside the top module
43 cd adffn # Constrain all select calls below inside the top module
54 cd dffs # Constrain all select calls below inside the top module
66 cd dffs # Constrain all select calls below inside the top module
78 cd ndffnr # Constrain all select calls below inside the top module
90 cd ndffnr # Constrain all select calls below inside the top module
H A Dmul.ys7 cd top # Constrain all select calls below inside the top module
21 cd top # Constrain all select calls below inside the top module
33 cd top # Constrain all select calls below inside the top module
45 cd top # Constrain all select calls below inside the top module
57 cd top # Constrain all select calls below inside the top module
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/synthetic_auto/
H A Dself-referential.rs8 pub struct Constrain<A, B = A, C = A>(A, B, C); struct
10 impl<A, B, C> Pattern for Constrain<A, B, C> implementation
28 pub struct WriteAndThen<P1>(pub P1::Value,pub <Constrain<P1, Wrapper<P1::Value>> as Pattern>::Value)
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/
H A DFGRotor.cpp188 GearMoment = Constrain(1e-6, GearMoment, 1e9); in FGRotor()
194 GearLoss = Constrain(0.0, GearLoss, 1e9); in FGRotor()
279 Radius = Constrain(1e-3, Radius, 1e9); in Configure()
284 GearRatio = Constrain(1e-9, GearRatio, 1e9); in Configure()
289 NominalRPM = Constrain(2.0, NominalRPM, 1e9); in Configure()
295 MaximalRPM = Constrain(NominalRPM, MaximalRPM, 1e9); in Configure()
313 BladeMassMoment = Constrain(1e-9, BladeMassMoment, 1e9); in Configure()
317 PolarMoment = Constrain(1e-9, PolarMoment, 1e9); in Configure()
346 InflowLag = Constrain(1e-6, InflowLag, 2.0); in Configure()
623 RPM = Constrain(MinimalRPM, RPM, MaximalRPM); in CalcRotorState()
[all …]
/dports/graphics/p5-Image-Math-Constrain/Image-Math-Constrain-1.02/t/
H A D02_main.t12 use Image::Math::Constrain;
24 my $math = Image::Math::Constrain->new( @params );
55 my $math = Image::Math::Constrain->new( 80, 100 );
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dcdef_neon.cc309 int16x8_t Constrain(const uint16x8_t pixel, const uint16x8_t reference, in Constrain() function
391 int16x8_t sum = Constrain(primary_val[0], pixel, primary_threshold, in DoCdef()
395 Constrain(primary_val[1], pixel, primary_threshold, in DoCdef()
399 Constrain(primary_val[2], pixel, primary_threshold, in DoCdef()
403 Constrain(primary_val[3], pixel, primary_threshold, in DoCdef()
436 Constrain(secondary_val[0], pixel, secondary_threshold, in DoCdef()
440 Constrain(secondary_val[1], pixel, secondary_threshold, in DoCdef()
444 Constrain(secondary_val[2], pixel, secondary_threshold, in DoCdef()
448 Constrain(secondary_val[3], pixel, secondary_threshold, in DoCdef()
452 Constrain(secondary_val[4], pixel, secondary_threshold, in DoCdef()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dcdef_neon.cc452 int16x8_t Constrain(const uint16x8_t pixel, const uint16x8_t reference, in Constrain() function
552 sum = Constrain(primary_val[0], pixel, primary_threshold, in CdefFilter_NEON()
556 Constrain(primary_val[1], pixel, primary_threshold, in CdefFilter_NEON()
560 Constrain(primary_val[2], pixel, primary_threshold, in CdefFilter_NEON()
564 Constrain(primary_val[3], pixel, primary_threshold, in CdefFilter_NEON()
610 Constrain(secondary_val[0], pixel, secondary_threshold, in CdefFilter_NEON()
614 Constrain(secondary_val[1], pixel, secondary_threshold, in CdefFilter_NEON()
618 Constrain(secondary_val[2], pixel, secondary_threshold, in CdefFilter_NEON()
622 Constrain(secondary_val[3], pixel, secondary_threshold, in CdefFilter_NEON()
626 Constrain(secondary_val[4], pixel, secondary_threshold, in CdefFilter_NEON()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cuego/
H A Dcuego.go33 if err := Constrain(x, constraints); err != nil {
43 func Constrain(x interface{}, constraints string) error { func
44 return DefaultContext.Constrain(x, constraints)
132 func (c *Context) Constrain(x interface{}, constraints string) error { func
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/machxo2/
H A Dmux.ys8 cd mux2 # Constrain all select calls below inside the top module
17 cd mux4 # Constrain all select calls below inside the top module
27 cd mux8 # Constrain all select calls below inside the top module
37 cd mux16 # Constrain all select calls below inside the top module
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/ice40/
H A Dmux.ys8 cd mux2 # Constrain all select calls below inside the top module
17 cd mux4 # Constrain all select calls below inside the top module
27 cd mux8 # Constrain all select calls below inside the top module
37 cd mux16 # Constrain all select calls below inside the top module
H A Dadffs.ys8 cd adff # Constrain all select calls below inside the top module
17 cd adffn # Constrain all select calls below inside the top module
27 cd dffs # Constrain all select calls below inside the top module
36 cd ndffnr # Constrain all select calls below inside the top module
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/anlogic/
H A Dmux.ys8 cd mux2 # Constrain all select calls below inside the top module
18 cd mux4 # Constrain all select calls below inside the top module
28 cd mux8 # Constrain all select calls below inside the top module
39 cd mux16 # Constrain all select calls below inside the top module
H A Dlatches.ys8 cd latchp # Constrain all select calls below inside the top module
20 cd latchn # Constrain all select calls below inside the top module
31 cd latchsr # Constrain all select calls below inside the top module
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/efinix/
H A Dmux.ys8 cd mux2 # Constrain all select calls below inside the top module
18 cd mux4 # Constrain all select calls below inside the top module
28 cd mux8 # Constrain all select calls below inside the top module
38 cd mux16 # Constrain all select calls below inside the top module
H A Dadffs.ys8 cd adff # Constrain all select calls below inside the top module
20 cd adffn # Constrain all select calls below inside the top module
32 cd dffs # Constrain all select calls below inside the top module
44 cd ndffnr # Constrain all select calls below inside the top module
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dcdef_neon.cc466 int16x8_t Constrain(const uint16x8_t pixel, const uint16x8_t reference, in Constrain() function
644 sum = Constrain(primary_val[0], pixel, primary_threshold, in CdefFilter_NEON()
648 Constrain(primary_val[1], pixel, primary_threshold, in CdefFilter_NEON()
652 Constrain(primary_val[2], pixel, primary_threshold, in CdefFilter_NEON()
656 Constrain(primary_val[3], pixel, primary_threshold, in CdefFilter_NEON()
688 Constrain(secondary_val[0], pixel, secondary_threshold, in CdefFilter_NEON()
692 Constrain(secondary_val[1], pixel, secondary_threshold, in CdefFilter_NEON()
696 Constrain(secondary_val[2], pixel, secondary_threshold, in CdefFilter_NEON()
700 Constrain(secondary_val[3], pixel, secondary_threshold, in CdefFilter_NEON()
704 Constrain(secondary_val[4], pixel, secondary_threshold, in CdefFilter_NEON()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/nexus/
H A Dmul.ys10 cd top # Constrain all select calls below inside the top module
23 cd top # Constrain all select calls below inside the top module
35 cd top # Constrain all select calls below inside the top module
47 cd top # Constrain all select calls below inside the top module
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/ecp5/
H A Dadffs.ys8 cd adff # Constrain all select calls below inside the top module
17 cd adffn # Constrain all select calls below inside the top module
27 cd dffs # Constrain all select calls below inside the top module
37 cd ndffnr # Constrain all select calls below inside the top module
H A Dmux.ys8 cd mux2 # Constrain all select calls below inside the top module
17 cd mux4 # Constrain all select calls below inside the top module
29 cd mux8 # Constrain all select calls below inside the top module
41 cd mux16 # Constrain all select calls below inside the top module

12345678910>>...62