Home
last modified time | relevance | path

Searched refs:r_min (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dshape_2d_sw.h182 r_min = -1e10; in project_range()
192 r_min = -1e10; in project_range_cast()
222 if (r_max < r_min) { in project_range()
224 SWAP(r_max, r_min); in project_range()
265 if (r_max < r_min) { in project_range()
337 r_min = 1e20; in project_range()
344 if (d < r_min) in project_range()
345 r_min = d; in project_range()
470 r_min = r_max = 0; in project_range()
480 if (d < r_min) in project_range()
[all …]
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dshape_2d_sw.h182 r_min = -1e10; in project_range()
192 r_min = -1e10; in project_range_cast()
222 if (r_max < r_min) { in project_range()
224 SWAP(r_max, r_min); in project_range()
265 if (r_max < r_min) { in project_range()
337 r_min = 1e20; in project_range()
344 if (d < r_min) in project_range()
345 r_min = d; in project_range()
470 r_min = r_max = 0; in project_range()
480 if (d < r_min) in project_range()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dshape_2d_sw.h181 r_min = -1e10; in project_range()
191 r_min = -1e10; in project_range_cast()
219 if (r_max < r_min) { in project_range()
221 SWAP(r_max, r_min); in project_range()
262 if (r_max < r_min) { in project_range()
264 SWAP(r_max, r_min); in project_range()
334 r_min = 1e20; in project_range()
341 if (d < r_min) in project_range()
342 r_min = d; in project_range()
473 if (d < r_min) in project_range()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dshape_2d_sw.h181 r_min = -1e10; in project_range()
191 r_min = -1e10; in project_range_cast()
219 if (r_max < r_min) { in project_range()
221 SWAP(r_max, r_min); in project_range()
262 if (r_max < r_min) { in project_range()
264 SWAP(r_max, r_min); in project_range()
334 r_min = 1e20; in project_range()
341 if (d < r_min) in project_range()
342 r_min = d; in project_range()
473 if (d < r_min) in project_range()
[all …]
/dports/math/singular/Singular-Release-4-2-1/factory/templates/
H A Dftmpl_matrix.cc252 …ASSERT( r_max - r_min == S.r_max - S.r_min && c_max - c_min == S.c_max - S.c_min, "incompatible ma… in operator =()
254 n = r_max - r_min + 1; in operator =()
257 if ( r_min < S.r_min ) { in operator =()
260 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
262 else if ( r_min > S.r_min ) { in operator =()
265 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
270 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
275 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
281 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
302 return M.elems[r_min-1][i-1]; in operator []()
[all …]
/dports/devel/git-svn/git-2.34.1/perl/Git/SVN/
H A DLog.pm46 my ($r_min, $r_max, @args) = @_;
77 if ($r_max < $r_min) {
78 ($r_min, $r_max) = ($r_max, $r_min);
176 if ($r_min == $c->{r} && $r_min == $r_max) {
180 return 1 if $r_min == $r_max;
181 if ($r_min < $r_max) {
187 if ($r_min != $r_max) {
188 return 1 if ($r_min < $c->{r});
263 my ($r_min, $r_max);
268 ($r_min, $r_max) = ($1, $2);
[all …]
/dports/devel/git-gui/git-2.34.1/perl/Git/SVN/
H A DLog.pm46 my ($r_min, $r_max, @args) = @_;
77 if ($r_max < $r_min) {
78 ($r_min, $r_max) = ($r_max, $r_min);
176 if ($r_min == $c->{r} && $r_min == $r_max) {
180 return 1 if $r_min == $r_max;
181 if ($r_min < $r_max) {
187 if ($r_min != $r_max) {
188 return 1 if ($r_min < $c->{r});
263 my ($r_min, $r_max);
268 ($r_min, $r_max) = ($1, $2);
[all …]
/dports/devel/git-p4/git-2.34.1/perl/Git/SVN/
H A DLog.pm46 my ($r_min, $r_max, @args) = @_;
77 if ($r_max < $r_min) {
78 ($r_min, $r_max) = ($r_max, $r_min);
176 if ($r_min == $c->{r} && $r_min == $r_max) {
180 return 1 if $r_min == $r_max;
181 if ($r_min < $r_max) {
187 if ($r_min != $r_max) {
188 return 1 if ($r_min < $c->{r});
263 my ($r_min, $r_max);
268 ($r_min, $r_max) = ($1, $2);
[all …]
/dports/devel/git/git-2.34.1/perl/Git/SVN/
H A DLog.pm46 my ($r_min, $r_max, @args) = @_;
77 if ($r_max < $r_min) {
78 ($r_min, $r_max) = ($r_max, $r_min);
176 if ($r_min == $c->{r} && $r_min == $r_max) {
180 return 1 if $r_min == $r_max;
181 if ($r_min < $r_max) {
187 if ($r_min != $r_max) {
188 return 1 if ($r_min < $c->{r});
263 my ($r_min, $r_max);
268 ($r_min, $r_max) = ($1, $2);
[all …]
/dports/devel/git-cvs/git-2.34.1/perl/Git/SVN/
H A DLog.pm46 my ($r_min, $r_max, @args) = @_;
77 if ($r_max < $r_min) {
78 ($r_min, $r_max) = ($r_max, $r_min);
176 if ($r_min == $c->{r} && $r_min == $r_max) {
180 return 1 if $r_min == $r_max;
181 if ($r_min < $r_max) {
187 if ($r_min != $r_max) {
188 return 1 if ($r_min < $c->{r});
263 my ($r_min, $r_max);
268 ($r_min, $r_max) = ($1, $2);
[all …]
/dports/devel/cgit/cgit-1.2.3/git/perl/Git/SVN/
H A DLog.pm46 my ($r_min, $r_max, @args) = @_;
77 if ($r_max < $r_min) {
78 ($r_min, $r_max) = ($r_max, $r_min);
176 if ($r_min == $c->{r} && $r_min == $r_max) {
180 return 1 if $r_min == $r_max;
181 if ($r_min < $r_max) {
187 if ($r_min != $r_max) {
188 return 1 if ($r_min < $c->{r});
263 my ($r_min, $r_max);
268 ($r_min, $r_max) = ($1, $2);
[all …]
/dports/math/fcl05/fcl-0.5.0/src/math/
H A Dsampling.cpp73 double RNG::halfNormalReal(double r_min, double r_max, double focus) in halfNormalReal() argument
75 assert(r_min <= r_max); in halfNormalReal()
77 const double mean = r_max - r_min; in halfNormalReal()
81 double r = v >= 0.0 ? v + r_min : r_min; in halfNormalReal()
85 int RNG::halfNormalInt(int r_min, int r_max, double focus) in halfNormalInt() argument
87 int r = (int)floor(halfNormalReal((double)r_min, (double)(r_max) + 1.0, focus)); in halfNormalInt()
114 void RNG::disk(double r_min, double r_max, double& x, double& y) in disk() argument
118 double r = std::sqrt(a * r_max * r_max + (1 - a) * r_min * r_min); in disk()
124 void RNG::ball(double r_min, double r_max, double& x, double& y, double& z) in ball() argument
129 double r = std::pow(a * r_max * r_max * r_max + (1 - a) * r_min * r_min * r_min, 1 / 3.0); in ball()
/dports/security/nettle/nettle-3.7.3/
H A Dbignum-random-prime.c337 mpz_t r_min, r_range, pm1, a, e; in _nettle_generate_pocklington_prime() local
349 mpz_init (r_min); in _nettle_generate_pocklington_prime()
369 mpz_set_ui (r_min, 1); in _nettle_generate_pocklington_prime()
370 mpz_mul_2exp (r_min, r_min, bits-3); in _nettle_generate_pocklington_prime()
371 mpz_fdiv_q (r_min, r_min, p0q); in _nettle_generate_pocklington_prime()
372 mpz_sub_ui (r_range, r_min, 2); in _nettle_generate_pocklington_prime()
373 mpz_mul_ui (r_min, r_min, 3); in _nettle_generate_pocklington_prime()
374 mpz_add_ui (r_min, r_min, 3); in _nettle_generate_pocklington_prime()
382 mpz_add_ui (r_min, r_range, 1); in _nettle_generate_pocklington_prime()
390 mpz_add (r, r, r_min); in _nettle_generate_pocklington_prime()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dbignum-random-prime.c337 mpz_t r_min, r_range, pm1, a, e; in _nettle_generate_pocklington_prime() local
349 mpz_init (r_min); in _nettle_generate_pocklington_prime()
369 mpz_set_ui (r_min, 1); in _nettle_generate_pocklington_prime()
370 mpz_mul_2exp (r_min, r_min, bits-3); in _nettle_generate_pocklington_prime()
371 mpz_fdiv_q (r_min, r_min, p0q); in _nettle_generate_pocklington_prime()
372 mpz_sub_ui (r_range, r_min, 2); in _nettle_generate_pocklington_prime()
373 mpz_mul_ui (r_min, r_min, 3); in _nettle_generate_pocklington_prime()
374 mpz_add_ui (r_min, r_min, 3); in _nettle_generate_pocklington_prime()
382 mpz_add_ui (r_min, r_range, 1); in _nettle_generate_pocklington_prime()
390 mpz_add (r, r, r_min); in _nettle_generate_pocklington_prime()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/iter/
H A Dranges-add.hpp47 int r_min; member in Gecode::Iter::Ranges::AddRange
96 mi = r_min + i.min(); in operator ++()
99 while (i() && (ma+1 >= r_min+i.min())) { in operator ++()
110 : i(i0), r_min(r_min0), r_max(r_max0) { in AddRange()
117 i = i0; r_min = r_min0; r_max = r_max0; in init()
128 SubRange<I>::SubRange(I& i, int r_min, int r_max) in SubRange() argument
129 : AddRange<I>(i,-r_max,-r_min) {} in SubRange()
133 SubRange<I>::init(I& i, int r_min, int r_max) { in init() argument
134 AddRange<I>::init(i,-r_max,-r_min); in init()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/ppedit/
H A Dbezctx_hittest.c34 double r_min; member
54 double r_min, r; in bezctx_hittest_lineto() local
57 r_min = r; in bezctx_hittest_lineto()
59 if (r < r_min) r_min = r; in bezctx_hittest_lineto()
64 if (r < r_min) r_min = r; in bezctx_hittest_lineto()
67 if (r_min < bc->r_min) { in bezctx_hittest_lineto()
68 bc->r_min = r_min; in bezctx_hittest_lineto()
195 if (r < bc->r_min) { in bezctx_hittest_quadto()
196 bc->r_min = r; in bezctx_hittest_quadto()
254 double r_min = bc->r_min; in bezctx_hittest_report() local
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/math/
H A Drng-inl.h105 S RNG<S>::halfNormalReal(S r_min, S r_max, S focus) in halfNormalReal() argument
107 assert(r_min <= r_max); in halfNormalReal()
109 const auto mean = r_max - r_min; in halfNormalReal()
115 auto r = v >= 0.0 ? v + r_min : r_min; in halfNormalReal()
122 int RNG<S>::halfNormalInt(int r_min, int r_max, S focus) in halfNormalInt() argument
125 (S)r_min, (S)(r_max) + 1.0, focus)); in halfNormalInt()
159 void RNG<S>::disk(S r_min, S r_max, S& x, S& y) in disk() argument
163 auto r = std::sqrt(a * r_max * r_max + (1 - a) * r_min * r_min); in disk()
172 S r_min, S r_max, S& x, S& y, S& z) in ball() argument
177 auto r = std::pow(a*std::pow(r_max, 3) + (1 - a)*std::pow(r_min, 3), 1/3.0); in ball()
H A Drng.h93 S halfNormalReal(S r_min, S r_max, S focus = 3.0);
98 int halfNormalInt(int r_min, int r_max, S focus = 3.0);
109 void disk(S r_min, S r_max, S& x, S& y);
112 void ball(S r_min, S r_max, S& x, S& y, S& z);
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Dstellarsolverprofile.cpp29 focusDefault.r_min = 5; in getDefaultFocusOptionsProfiles()
41 stars.r_min = 2; in getDefaultFocusOptionsProfiles()
49 smallStars.r_min = 2; in getDefaultFocusOptionsProfiles()
61 mid.r_min = 5; in getDefaultFocusOptionsProfiles()
75 big.r_min = 20; in getDefaultFocusOptionsProfiles()
105 stars.r_min = 2; in getDefaultGuideOptionsProfiles()
113 smallStars.r_min = 2; in getDefaultGuideOptionsProfiles()
125 mid.r_min = 5; in getDefaultGuideOptionsProfiles()
139 big.r_min = 20; in getDefaultGuideOptionsProfiles()
228 big.r_min = 20; in getDefaultHFROptionsProfiles()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/plotting/pygletplot/
H A Dutil.py141 def strided_range(r_min, r_max, stride, max_steps=50): argument
142 o_min, o_max = r_min, r_max
143 if abs(r_min - r_max) < 0.001:
146 range(int(r_min - r_max))
149 if r_min > r_max:
151 r_min_s = (r_min % stride)
155 r_min -= r_min_s
157 r_steps = int((r_max - r_min)/stride)
160 return [r_min] + list(r_min + e*stride for e in range(1, r_steps + 1)) + [r_max]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DOneDimCubicSpline.h174 point_type r_min; variable
202 r_min = a.r_min;
224 r_min = a.r_min; in shallow_copy()
236 if (r < r_min) in splint()
238 return m_Y[0] + first_deriv * (r - r_min); in splint()
260 if (r < r_min) in splint()
265 return m_Y[0] + first_deriv * (r - r_min); in splint()
289 if (r < r_min) in splint()
294 return m_Y[0] + first_deriv * (r - r_min); in splint()
325 r_min = m_grid->r(imin); in spline()
H A DOneDimLinearSpline.h50 point_type r_min; variable
56 OneDimLinearSpline(grid_type* gt = 0) : base_type(gt), r_min(0), r_max(0) in base_type()
60 r_min = gt->rmin(); in base_type()
65 OneDimLinearSpline(point_type ri, point_type rf) : base_type(0), r_min(ri), r_max(rf) {} in OneDimLinearSpline()
72 r_min = gt->rmin(); in base_type()
85 delta = (r_max - r_min) / static_cast<point_type>(m_Y.size() - 1); in assign()
106 int k = static_cast<int>((r - r_min) * delta_inv); in splint()
149 k = static_cast<int>((r - r_min) * delta_inv); in locate()
H A DOneDimQuinticSpline.h52 point_type r_min; variable
93 r_min = a.r_min;
123 r_min = a.r_min; in shallow_copy()
161 if (r < r_min) in splint()
163 return m_Y[0] + first_deriv * (r - r_min); in splint()
177 if (r < r_min) in splint()
179 return m_Y[0] + first_deriv * (r - r_min); in splint()
192 if (r < r_min) in splint()
194 return m_Y[0] + first_deriv * (r - r_min); in splint()
209 r_min = m_grid->r(imin); in spline()
/dports/security/nmap/nmap-7.91/nsock/tests/
H A Dghheaps.c100 int r_min, r_pop; in ghheap_stress() local
103 r_min = node2int(gh_heap_min(&heaps[i])); in ghheap_stress()
107 if (r_min != r_pop) { in ghheap_stress()
108 fprintf(stderr, "Bogus min/pop return values (%d != %d)\n", r_min, r_pop); in ghheap_stress()
112 if (r_min != num) { in ghheap_stress()
113 fprintf(stderr, "Bogus return value %d when expected %d\n", r_min, num); in ghheap_stress()
/dports/security/ncrack/ncrack-0.7/nsock/tests/
H A Dghheaps.c100 int r_min, r_pop; in ghheap_stress() local
103 r_min = node2int(gh_heap_min(&heaps[i])); in ghheap_stress()
107 if (r_min != r_pop) { in ghheap_stress()
108 fprintf(stderr, "Bogus min/pop return values (%d != %d)\n", r_min, r_pop); in ghheap_stress()
112 if (r_min != num) { in ghheap_stress()
113 fprintf(stderr, "Bogus return value %d when expected %d\n", r_min, num); in ghheap_stress()

12345678910>>...17