Home
last modified time | relevance | path

Searched refs:xhigh (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsf-dpq.c70 x = xhigh - have_xlow ? (xhigh - xlow) / 100 : 1; in pfuncinverter()
81 x = (xlow + xhigh) / 2; in pfuncinverter()
85 x = xhigh / 1.1; in pfuncinverter()
89 x = xhigh - (xhigh - xlow) * in pfuncinverter()
108 x = (xhigh + xlow) / 2; in pfuncinverter()
115 x = (xhigh > -1) ? -1 : (2 * i) * xhigh; in pfuncinverter()
134 xhigh = x; in pfuncinverter()
192 e = exhigh, x = xhigh; in pfuncinverter()
237 x0 = (xlow + xhigh) / 2; in discpfuncinverter()
239 x0 = xhigh; in discpfuncinverter()
[all …]
/dports/math/octave-forge-integration/integration-1.0.7/inst/
H A Dquad2dc.m1 function int = quad2dc(fun,xlow,xhigh,ylow,yhigh,tol)
3 %usage: int = quad2dc('Fun',xlow,xhigh,ylow,yhigh)
5 % int = quad2dc('Fun',xlow,xhigh,ylow,yhigh,tol)
11 % xlow -- lower x limit of integration (should be -xhigh)
12 % xhigh -- upper x limit of integration
17 % yhigh xhigh
32 int_old=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
38 int=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
H A Dquadc.m1 function int = quadc(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
3 %usage: int = quadc('Fun',xlow,xhigh)
5 % int = quadc('Fun',xlow,xhigh,tol)
7 % int = quadc('Fun',xlow,xhigh,tol,trace,p1,p2,....)
13 % xhigh
15 % -xhigh
34 xlow=-xhigh;
45 jacob=(xhigh-xlow)/2;
H A Dgquad2d.m1 function vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,b1,b2,w1)
3 %usage: vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy)
5 % vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,nquadx,nquady)
7 % defined function fun(x,y) between limits xlow and xhigh
21 % x = (xhigh-xlow)/2 * bpx + (xhigh+xlow)/2 = mapping function in x,
23 % and J = (xhigh-xlow)*(yhigh-ylow)/4 = Jacobian of the mapping.
51 qx=(xhigh-xlow)/2;
52 px=(xhigh+xlow)/2;
H A Dquad2dg.m1 function int = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol)
3 %usage: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
5 % int = quad2dg('Fun',xlow,xhigh,ylow,yhigh,tol)
12 % xhigh -- upper x limit of integration
32 int_old=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
38 int=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
H A Dquadndg.m1 function int = quadndg(fun,xlow,xhigh,tol)
3 %usage: int = quadndg('Fun',xlow,xhigh)
5 % int = quadndg('Fun',xlow,xhigh,tol)
15 % xhigh -- n length vector of upper limits of integration
32 int_old=gquadnd(fun,xlow,xhigh,nquad);
37 int=gquadnd(fun,xlow,xhigh,nquad);
/dports/science/yoda/YODA-1.9.1/src/
H A DReaderFLAT.cc136 double xlow(0), xhigh(0), y(0), eym(0), eyp(0); in read() local
137 iss >> xlow >> xhigh >> y >> eym >> eyp; in read()
138 const double x = (xlow + xhigh)/2.0; in read()
139 const double ex = (xhigh - xlow)/2.0; in read()
146 double xlow(0), xhigh(0), ylow(0), yhigh(0), z(0), ezm(0), ezp(0); in read() local
147 iss >> xlow >> xhigh >> ylow >> yhigh >> z >> ezm >> ezp; in read()
148 const double x = (xlow + xhigh)/2.0; in read()
149 const double ex = (xhigh - xlow)/2.0; in read()
/dports/math/primecount/primecount-7.2/src/gourdon/
H A DAC_libdivide.cpp65 T xhigh,
76 uint64_t min_2nd_prime = min(xhigh / prime, sqrt_xp);
109 T xhigh,
120 uint64_t min_2nd_prime = min(xhigh / prime, sqrt_xp);
200 T xhigh,
212 T min_m128 = max3(xhigh / prime, xp / (prime * prime), prime);
258 T xhigh,
270 T min_m128 = max3(xhigh / prime, xp / (prime * prime), prime);
379 T xhigh = x / high;
384 min_c2 = max(min_c2, pi[min(xhigh / y, x_star)]);
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/utils/
H A Daxisc.c171 axis->xhigh= xmax; in PetscDrawAxisSetLimits()
198 if (xmax) *xmax = axis->xhigh; in PetscDrawAxisGetLimits()
272 if (axis->xlow == axis->xhigh) {axis->xlow -= .5; axis->xhigh += .5;} in PetscDrawAxisDraw()
295 xl = (dxl*axis->xhigh + dxr*axis->xlow - axis->xlow) / (dxl + dxr - 1); in PetscDrawAxisDraw()
296 xr = (dxl*axis->xhigh + dxr*axis->xlow - axis->xhigh) / (dxl + dxr - 1); in PetscDrawAxisDraw()
303 ierr = PetscDrawLine(draw,axis->xlow,axis->ylow,axis->xhigh,axis->ylow,ac);CHKERRQ(ierr); in PetscDrawAxisDraw()
306 ierr = PetscDrawLine(draw,axis->xhigh,axis->ylow,axis->xhigh,axis->yhigh,ac);CHKERRQ(ierr); in PetscDrawAxisDraw()
310 PetscReal x = (axis->xlow + axis->xhigh)/2, y = axis->yhigh + 0.5*th; in PetscDrawAxisDraw()
316 numx = (int)(.15*(axis->xhigh-axis->xlow)/tw); numx = PetscClipInterval(numx,2,6); in PetscDrawAxisDraw()
335 PetscReal x = (axis->xlow + axis->xhigh)/2, y = axis->ylow - 1.5*th; in PetscDrawAxisDraw()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dplot2d.c934 xhigh = v[0]; in get_data()
1000 xhigh = v[3]; in get_data()
1090 xhigh = x + v[2]; in get_data()
1306 (void) polar_to_xy(xhigh, yhigh, &xhigh, &yhigh, FALSE); in store2d_point()
1345 cp->xhigh = xhigh; in store2d_point()
1355 STORE_AND_UPDATE_RANGE(cp->xhigh, xhigh, dummy_type, current_plot->x_axis, in store2d_point()
1362 STORE_AND_UPDATE_RANGE(cp->xhigh, xhigh, dummy_type, current_plot->x_axis, in store2d_point()
1383 STORE_AND_UPDATE_RANGE(cp->xhigh, x+0.5*GPMAX(xlow, xhigh)*XRANGE_FACTOR, in store2d_point()
1397 cp->xhigh = xhigh; /* minor axis */ in store2d_point()
1409 STORE_AND_UPDATE_RANGE(cp->xhigh, xhigh, dummy_type, current_plot->x_axis, in store2d_point()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dplot2d.c934 xhigh = v[0]; in get_data()
1000 xhigh = v[3]; in get_data()
1090 xhigh = x + v[2]; in get_data()
1306 (void) polar_to_xy(xhigh, yhigh, &xhigh, &yhigh, FALSE); in store2d_point()
1345 cp->xhigh = xhigh; in store2d_point()
1355 STORE_AND_UPDATE_RANGE(cp->xhigh, xhigh, dummy_type, current_plot->x_axis, in store2d_point()
1362 STORE_AND_UPDATE_RANGE(cp->xhigh, xhigh, dummy_type, current_plot->x_axis, in store2d_point()
1383 STORE_AND_UPDATE_RANGE(cp->xhigh, x+0.5*GPMAX(xlow, xhigh)*XRANGE_FACTOR, in store2d_point()
1397 cp->xhigh = xhigh; /* minor axis */ in store2d_point()
1409 STORE_AND_UPDATE_RANGE(cp->xhigh, xhigh, dummy_type, current_plot->x_axis, in store2d_point()
[all …]
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c39 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
88 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
97 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
102 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
114 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c39 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
88 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
97 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
102 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
114 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Dpoly_to_lsp.c38 WebRtc_Word16 x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
85 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
94 xmid = WEBRTC_SPL_RSHIFT_W16(xlow, 1) + WEBRTC_SPL_RSHIFT_W16(xhigh, 1); in WebRtcIlbcfix_Poly2Lsp()
99 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
111 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/graph/som/
H A Dsom_graph.cpp183 xhigh = int((xval+radius)/xsize); in find_subrange_overlap()
188 if(xhigh >= xranges) xhigh = xranges - 1; in find_subrange_overlap()
194 int xlow, xhigh, ylow, yhigh; in overlap() local
195 find_subrange_overlap(get<XV>(sr), get<YV>(sr), get<RADIUS>(sr), xlow, xhigh, ylow, yhigh); in overlap()
196 return xval >= xlow && xval <= xhigh && yval >= ylow && yval <= yhigh; in overlap()
202 int xhigh; in cancel_submaps() local
205 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in cancel_submaps()
206 for(int x = xlow; x <= xhigh; ++x) { in cancel_submaps()
216 int xhigh; in restart_submaps() local
219 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in restart_submaps()
[all …]
/dports/devel/tbb/oneTBB-2020.3/examples/graph/som/
H A Dsom_graph.cpp183 xhigh = int((xval+radius)/xsize); in find_subrange_overlap()
188 if(xhigh >= xranges) xhigh = xranges - 1; in find_subrange_overlap()
194 int xlow, xhigh, ylow, yhigh; in overlap() local
195 find_subrange_overlap(get<XV>(sr), get<YV>(sr), get<RADIUS>(sr), xlow, xhigh, ylow, yhigh); in overlap()
196 return xval >= xlow && xval <= xhigh && yval >= ylow && yval <= yhigh; in overlap()
202 int xhigh; in cancel_submaps() local
205 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in cancel_submaps()
206 for(int x = xlow; x <= xhigh; ++x) { in cancel_submaps()
216 int xhigh; in restart_submaps() local
219 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in restart_submaps()
[all …]

12345678910>>...13