Home
last modified time | relevance | path

Searched refs:g_ (Results 1 – 25 of 3032) sorted by relevance

12345678910>>...122

/dports/graphics/geos/geos-3.9.1/tests/unit/geom/prep/
H A DPreparedGeometryFactoryTest.cpp111 ensure(nullptr != g_); in test()
126 ensure(nullptr != g_); in test()
142 ensure(nullptr != g_); in test()
157 ensure(nullptr != g_); in test()
173 ensure(nullptr != g_); in test()
188 ensure(nullptr != g_); in test()
203 ensure(nullptr != g_); in test()
218 ensure(nullptr != g_); in test()
234 ensure(nullptr != g_); in test()
249 ensure(nullptr != g_); in test()
[all …]
/dports/devel/dyncall/dyncall-1.3/test/suite/
H A Dcase.c52 … S(A1 a1 ) {gID=id;g_##A1(a1,0); …
53 …a1, A2 a2 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1); …
54 …a2,A3 a3 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,…
55 …a3,A4 a4 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_#…
56 …4,A5 a5 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_##A4(a4,…
57 …5,A6 a6 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_##A4(a4,3);g_#…
58 …,A7 a7 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_##A4(a4,3);g_##A5(a5,…
59 …,A8 a8 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_##A4(a4,3);g_##A5(a5,4);g_#…
60 …A9 a9 ) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_##A4(a4,3);g_##A5(a5,4);g_##A6(a6,…
61 …A10 a10) {gID=id;g_##A1(a1,0);g_##A2(a2,1);g_##A3(a3,2);g_##A4(a4,3);g_##A5(a5,4);g_##A6(a6,5);g_#…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DColor.h42 g_(1.0f), in Color()
51 g_(color.g_), in Color()
60 g_(color.g_), in Color()
69 g_(g), in Color()
78 g_(g), in Color()
87 g_(data[1]), in Color()
97 g_ = rhs.g_;
113 …Color operator +(const Color& rhs) const { return Color(r_ + rhs.r_, g_ + rhs.g_, b_ + rhs.b_, a_ …
119 …Color operator -(const Color& rhs) const { return Color(r_ - rhs.r_, g_ - rhs.g_, b_ - rhs.b_, a_ …
125 g_ += rhs.g_;
[all …]
H A DColor.cpp136 if (r_ > g_) in Bounds()
172 if (r_ > g_) in MaxRGB()
175 return (g_ > b_) ? g_ : b_; in MaxRGB()
180 if (r_ < g_) in MinRGB()
183 return (g_ < b_) ? g_ : b_; in MinRGB()
196 g_ = (g_ > 1.0f) ? 1.0f : ((g_ < 0.0f) ? 0.0f : g_); in Clip()
206 g_ = 1.0f - g_; in Invert()
218 g_ * invT + rhs.g_ * t, in Lerp()
291 g_ = x; in FromHCM()
316 g_ = 0.0f; in FromHCM()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dkaluza_klein.cnb82 …a? \\kappa} \\left(\\partial_{\\nu?}{g_{\\kappa \\mu?}}+\\partial_{\\mu?}{g_{\\kappa \\nu?}}-\\par…
85 …a} ( \n \\partial_{\\nu?}{ g_{\\kappa\\mu?} } + \\partial_{\\mu?}{ g_{\\kappa\\nu?} } - \\p…
109 "source" : "\\begin{dmath*}{}g_{m1 m} R^{m1}\\,_{4 n 4}+g_{4 m} R^{4}\\,_{4 n 4}\\end{dmath*}"
112 "source" : "todo:= g_{m1 m} R^{m1}_{4 n 4} + g_{4 m} R^{4}_{4 n 4};"
122g_{\\kappa 4}} \\partial_{4}{g^{m1 \\kappa}} g_{m1 m} - \\frac{1}{2}\\partial_{4 n}{g_{\\kappa 4}}…
149g_{4 4}} \\partial_{n}{g^{m1 p}} g_{m p} - \\frac{1}{2}\\partial_{n m1}{g_{4 4}} g_{m p} g^{m1 p} …
179 …substitute(_, $g_{4 4} -> \\phi$ )\nsubstitute(_, $g_{m 4} -> \\phi A_{m}$ )\nsubstitute(_, $g_{4 …
/dports/math/spot/spot-2.10.2/spot/twa/
H A Dtwagraph.hh140 const Graph* g_; member in spot::twa_graph_succ_iterator
146 : g_(g), t_(t) in twa_graph_succ_iterator()
175 return &g_->state_data(g_->edge_storage(p_).dst); in dst()
218 graph_t g_; member in spot::twa_graph
233 g_(other->g_), init_number_(other->init_number_) in twa_graph()
271 return g_; in get_graph()
276 return g_; in get_graph()
479 return g_.out(src); in out()
486 return g_.out(src); in out()
522 return g_.edges(); in edges()
[all …]
/dports/math/py-spot/spot-2.10.2/spot/twa/
H A Dtwagraph.hh140 const Graph* g_; member in spot::twa_graph_succ_iterator
146 : g_(g), t_(t) in twa_graph_succ_iterator()
175 return &g_->state_data(g_->edge_storage(p_).dst); in dst()
218 graph_t g_; member in spot::twa_graph
233 g_(other->g_), init_number_(other->init_number_) in twa_graph()
271 return g_; in get_graph()
276 return g_; in get_graph()
479 return g_.out(src); in out()
486 return g_.out(src); in out()
522 return g_.edges(); in edges()
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Source/Package/
H A DV1.pm187 error(g_('no tarfile in Files field')) unless $tarfile;
190 warning(g_('native package with .orig.tar'));
211 info(g_('unpacking %s'), $tarfile);
231 or syserr(g_('failed to rename saved %s to %s'),
238 info(g_('applying %s'), $difffile);
243 info(g_('upstream files that have been modified: %s'),
253 return (0, g_('only supports gzip compression'))
391 info(g_('building %s in %s'),
408 info(g_('building %s using existing %s'),
443 info(g_('building %s in %s'),
[all …]
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2builderutil_find_polygon_degeneracies.cc78 : g_(*g), in_(g_), out_(g_) { in DegeneracyFinder()
97 const Graph& g_; member in s2builderutil::__anon564815700111::DegeneracyFinder
181 int n = g_.num_edges(); in ComputeDegeneracies()
255 S2Point p0 = g_.vertex(v0); in CrossingParity()
266 Edge edge = g_.edge(e); in CrossingParity()
290 query.AddEdge(g_.vertex(g_.edge(e).first), -1); in ContainsVertexSign()
305 crosser.Init(&g_.vertex(known_vertex), &g_.vertex(component.root)); in ComputeUnknownSignsBruteForce()
329 crosser.Init(&g_.vertex(known_vertex), &g_.vertex(component.root)); in ComputeUnknownSignsIndexed()
330 query.GetCandidates(g_.vertex(known_vertex), g_.vertex(component.root), in ComputeUnknownSignsIndexed()
335 inside ^= crosser.EdgeOrVertexCrossing(&g_.vertex(g_.edge(e).first), in ComputeUnknownSignsIndexed()
[all …]
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2builderutil_find_polygon_degeneracies.cc78 : g_(*g), in_(g_), out_(g_) { in DegeneracyFinder()
97 const Graph& g_; member in s2builderutil::__anonb9daf30e0111::DegeneracyFinder
181 int n = g_.num_edges(); in ComputeDegeneracies()
255 S2Point p0 = g_.vertex(v0); in CrossingParity()
266 Edge edge = g_.edge(e); in CrossingParity()
290 query.AddEdge(g_.vertex(g_.edge(e).first), -1); in ContainsVertexSign()
305 crosser.Init(&g_.vertex(known_vertex), &g_.vertex(component.root)); in ComputeUnknownSignsBruteForce()
329 crosser.Init(&g_.vertex(known_vertex), &g_.vertex(component.root)); in ComputeUnknownSignsIndexed()
330 query.GetCandidates(g_.vertex(known_vertex), g_.vertex(component.root), in ComputeUnknownSignsIndexed()
335 inside ^= crosser.EdgeOrVertexCrossing(&g_.vertex(g_.edge(e).first), in ComputeUnknownSignsIndexed()
[all …]
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2builderutil_find_polygon_degeneracies.cc78 : g_(*g), in_(g_), out_(g_) { in DegeneracyFinder()
97 const Graph& g_; member in s2builderutil::__anon67bd04c40111::DegeneracyFinder
181 int n = g_.num_edges(); in ComputeDegeneracies()
255 S2Point p0 = g_.vertex(v0); in CrossingParity()
266 Edge edge = g_.edge(e); in CrossingParity()
290 query.AddEdge(g_.vertex(g_.edge(e).first), -1); in ContainsVertexSign()
305 crosser.Init(&g_.vertex(known_vertex), &g_.vertex(component.root)); in ComputeUnknownSignsBruteForce()
329 crosser.Init(&g_.vertex(known_vertex), &g_.vertex(component.root)); in ComputeUnknownSignsIndexed()
330 query.GetCandidates(g_.vertex(known_vertex), g_.vertex(component.root), in ComputeUnknownSignsIndexed()
335 inside ^= crosser.EdgeOrVertexCrossing(&g_.vertex(g_.edge(e).first), in ComputeUnknownSignsIndexed()
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/
H A Ddpkg-buildpackage.pl53 print g_('
60 printf g_(
62 . "\n\n" . g_(
115 . "\n\n" . g_(
121 . "\n\n" . g_(
131 . "\n\n" . g_(
243 usageerr(g_('unknown hook name %s'), $hook_name)
245 usageerr(g_('missing hook %s command'), $hook_name)
355 usageerr(g_('unknown option or argument %s'), $_);
537 warning(g_('(Use -d flag to override.)'));
[all …]
H A Ddpkg-source.pl110 usageerr(g_('--%s needs a directory'), $options{opmode})
123 chdir '..' or syserr(g_("unable to chdir to '%s'"), '..');
161 usageerr(g_('%s is not a compression level'), $comp_level)
224 usageerr(g_('need an action option'));
601 print g_('
608 printf g_(
610 . "\n\n" . g_(
620 . "\n\n" . g_(
642 . "\n\n" . g_(
653 . "\n" . g_(
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Source/
H A DPatch.pm141 subprocerr(g_('diff on %s'), $new);
321 errormsg(g_(' new version is %s'), $new_type);
322 errormsg(g_(' old version is %s'), $old_type);
656 return g_('nonexistent') if $! == ENOENT;
657 syserr(g_('cannot stat %s'), $file);
659 -f _ && return g_('plain file');
660 -d _ && return g_('directory');
662 -b _ && return g_('block device');
663 -c _ && return g_('character device');
664 -p _ && return g_('named pipe');
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcoloraccumulator.h40 value_type a_, r_, g_, b_;
48 g_+=rhs.g_;
58 g_-=rhs.g_;
68 g_*=rhs;
79 g_*=temp;
103 { return r_==rhs.r_ && g_==rhs.g_ && b_==rhs.b_ && a_!=rhs.a_; }
107 { return r_!=rhs.r_ || g_!=rhs.g_ || b_!=rhs.b_ || a_!=rhs.a_; }
111 { return ColorAccumulator(-r_,-g_,-b_,-a_); }
126 g_(G), in a_()
133 g_(c.g_), in ColorAccumulator()
[all …]
H A Dcairocoloraccumulator.h42 value_type a_, r_, g_, b_;
50 g_+=rhs.g_;
60 g_-=rhs.g_;
70 g_*=rhs;
81 g_*=temp;
105 { return r_==rhs.r_ && g_==rhs.g_ && b_==rhs.b_ && a_!=rhs.a_; }
109 { return r_!=rhs.r_ || g_!=rhs.g_ || b_!=rhs.b_ || a_!=rhs.a_; }
128 g_(G), in a_()
135 g_(c.g_), in CairoColorAccumulator()
142 g_(c.get_g()/CairoColor::range), in CairoColorAccumulator()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcoloraccumulator.h40 value_type a_, r_, g_, b_;
48 g_+=rhs.g_;
58 g_-=rhs.g_;
68 g_*=rhs;
79 g_*=temp;
103 { return r_==rhs.r_ && g_==rhs.g_ && b_==rhs.b_ && a_!=rhs.a_; }
107 { return r_!=rhs.r_ || g_!=rhs.g_ || b_!=rhs.b_ || a_!=rhs.a_; }
111 { return ColorAccumulator(-r_,-g_,-b_,-a_); }
126 g_(G), in a_()
133 g_(c.g_), in ColorAccumulator()
[all …]
H A Dcairocoloraccumulator.h42 value_type a_, r_, g_, b_;
50 g_+=rhs.g_;
60 g_-=rhs.g_;
70 g_*=rhs;
81 g_*=temp;
105 { return r_==rhs.r_ && g_==rhs.g_ && b_==rhs.b_ && a_!=rhs.a_; }
109 { return r_!=rhs.r_ || g_!=rhs.g_ || b_!=rhs.b_ || a_!=rhs.a_; }
128 g_(G), in a_()
135 g_(c.g_), in CairoColorAccumulator()
142 g_(c.get_g()/CairoColor::range), in CairoColorAccumulator()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcoloraccumulator.h40 value_type a_, r_, g_, b_;
48 g_+=rhs.g_;
58 g_-=rhs.g_;
68 g_*=rhs;
79 g_*=temp;
103 { return r_==rhs.r_ && g_==rhs.g_ && b_==rhs.b_ && a_!=rhs.a_; }
107 { return r_!=rhs.r_ || g_!=rhs.g_ || b_!=rhs.b_ || a_!=rhs.a_; }
111 { return ColorAccumulator(-r_,-g_,-b_,-a_); }
126 g_(G), in a_()
133 g_(c.g_), in ColorAccumulator()
[all …]
H A Dcairocoloraccumulator.h42 value_type a_, r_, g_, b_;
50 g_+=rhs.g_;
60 g_-=rhs.g_;
70 g_*=rhs;
81 g_*=temp;
105 { return r_==rhs.r_ && g_==rhs.g_ && b_==rhs.b_ && a_!=rhs.a_; }
109 { return r_!=rhs.r_ || g_!=rhs.g_ || b_!=rhs.b_ || a_!=rhs.a_; }
128 g_(G), in a_()
135 g_(c.g_), in CairoColorAccumulator()
142 g_(c.get_g()/CairoColor::range), in CairoColorAccumulator()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Dfilter.h168 float g_;
193 g_ = f.g(); in set()
200 g_ = g; in set_g_r_h()
208 g_ = g; in set_g_r()
210 h_ = 1.0f / (1.0f + r_ * g_ + g_ * g_); in set_g_r()
215 g_ = g; in set_g_q()
217 h_ = 1.0f / (1.0f + r_ * g_ + g_ * g_); in set_g_q()
226 h_ = 1.0f / (1.0f + r_ * g_ + g_ * g_); in set_f_q()
233 bp = g_ * hp + state_1_; in Process()
234 state_1_ = g_ * hp + bp; in Process()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Dfilter.h168 float g_;
193 g_ = f.g(); in set()
200 g_ = g; in set_g_r_h()
208 g_ = g; in set_g_r()
210 h_ = 1.0f / (1.0f + r_ * g_ + g_ * g_); in set_g_r()
215 g_ = g; in set_g_q()
217 h_ = 1.0f / (1.0f + r_ * g_ + g_ * g_); in set_g_q()
226 h_ = 1.0f / (1.0f + r_ * g_ + g_ * g_); in set_f_q()
233 bp = g_ * hp + state_1_; in Process()
234 state_1_ = g_ * hp + bp; in Process()
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/
H A DControl.pm199 $$self->{name} = g_('parsed version of changelog');
201 $$self->{name} = g_('header stanza of copyright file');
203 $$self->{name} = g_('files stanza of copyright file');
205 $$self->{name} = g_('license stanza of copyright file');
207 $$self->{name} = g_("package's tests control file");
215 $$self->{name} = sprintf(g_('%s file'), '.dsc');
217 $$self->{name} = g_('control info of a .deb package');
219 $$self->{name} = g_('build information file');
221 $$self->{name} = sprintf(g_('%s file'), '.changes');
223 $$self->{name} = g_('vendor file');
[all …]
/dports/math/spot/spot-2.10.2/spot/kripke/
H A Dkripkegraph.hh100 const Graph* g_; member in spot::kripke_graph_succ_iterator
107 g_(g), in kripke_graph_succ_iterator()
143 (&g_->state_data(g_->edge_storage(p_).dst)); in dst()
177 graph_t g_; member in spot::kripke_graph
197 return g_.num_edges(); in num_edges()
310 return g_.states(); in states()
316 return g_.states(); in states()
323 return g_.edges(); in edges()
330 return g_.edges(); in edges()
337 return g_.out(src); in out()
[all …]
/dports/math/py-spot/spot-2.10.2/spot/kripke/
H A Dkripkegraph.hh100 const Graph* g_; member in spot::kripke_graph_succ_iterator
107 g_(g), in kripke_graph_succ_iterator()
143 (&g_->state_data(g_->edge_storage(p_).dst)); in dst()
177 graph_t g_; member in spot::kripke_graph
197 return g_.num_edges(); in num_edges()
310 return g_.states(); in states()
316 return g_.states(); in states()
323 return g_.edges(); in edges()
330 return g_.edges(); in edges()
337 return g_.out(src); in out()
[all …]

12345678910>>...122