Home
last modified time | relevance | path

Searched +defs:h +defs:z +defs:s (Results 1 – 25 of 9695) sorted by relevance

12345678910>>...388

/dports/audio/caps-lv2/caps-lv2-5d52a0c/dsp/
H A DFIR.h56 int h; variable
89 for (uint Z = 1, z = h - 1; Z < n; --z, ++Z) in process() local
111 for (uint j = Z, z = h - Z; j < n; --z, j += OVER) in upsample() local
120 inline void store (sample_t s) in store()
133 int h; /* history index */ variable
179 for (uint Z = 0, z = h; Z < N; --z, Z += Oversample) in upsample() local
191 sample_t s = 0; in pad() local
193 for (uint z = h-1; Z < N; --z, Z += Oversample) in pad() local
214 int h; variable
237 for (uint Z = 1, z = h - 1; Z < N; --z, ++Z) in process() local
[all …]
/dports/shells/mksh/mksh/
H A Dmirhash.h98 #define BAFHInit(h) do { \ argument
102 #define BAFHUpdateOctet_reg(h,b) do { \ argument
118 #define BAFHFinish_reg(h) do { \ argument
146 #define BAFHUpdateMem_reg(h,p,z) do { \ argument
156 #define BAFHUpdateMem_mem(m,p,z) do { \ argument
163 #define BAFHUpdateStr_reg(h,s) do { \ argument
172 #define BAFHUpdateStr_mem(m,s) do { \ argument
179 #define BAFHHostMem(h,p,z) do { \ argument
201 #define BAFHHostStr(h,s) do { \ argument
/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A DFIR.h52 int h; variable
108 inline sample_t process (sample_t s) in process()
114 for (int Z = 1, z = h - 1; Z < n; --z, ++Z) in process() local
127 inline sample_t upsample (sample_t s) in upsample()
136 for (int j = Z, z = h - Z; j < n; --z, j += OVER) in upsample() local
145 inline void store (sample_t s) in store()
173 int h; variable
222 inline sample_t upsample (sample_t s) in upsample()
228 for (int Z = 0, z = h; Z < n; --z, Z += over) in upsample() local
240 sample_t s = 0; in pad() local
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A DFIR.h52 int h; variable
108 inline sample_t process (sample_t s) in process()
114 for (int Z = 1, z = h - 1; Z < n; --z, ++Z) in process() local
127 inline sample_t upsample (sample_t s) in upsample()
136 for (int j = Z, z = h - Z; j < n; --z, j += OVER) in upsample() local
145 inline void store (sample_t s) in store()
173 int h; variable
222 inline sample_t upsample (sample_t s) in upsample()
228 for (int Z = 0, z = h; Z < n; --z, Z += over) in upsample() local
240 sample_t s = 0; in pad() local
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Doptlist.h46 #define NHOPTB(a, b, c, s, i, n, v, d, al, bp) argument
47 #define NHOPTC(a, b, c, s, n, v, d, h, al, z) \ argument
49 #define NHOPTP(a, b, c, s, n, v, d, h, al, z) \ argument
51 #define NHOPTO(m, a, b, c, s, n, v, d, al, z) \ argument
55 #define NHOPTB(a, b, c, s, i, n, v, d, al, bp) \ argument
57 #define NHOPTC(a, b, c, s, n, v, d, h, al, z) \ argument
59 #define NHOPTP(a, b, c, s, n, v, d, h, al, z) \ argument
61 #define NHOPTO(m, a, b, c, s, n, v, d, al, z) \ argument
68 #define NHOPTC(a, b, c, s, n, v, d, h, al, z) \ argument
71 #define NHOPTP(a, b, c, s, n, v, d, h, al, z) \ argument
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/iprof/
H A Dprof_gather.c25 static int hash(Prof_Zone *z, Prof_Zone_Stack *s) in hash()
33 int h = hash(q->zone, q->parent); in insert_node() local
35 int s = ((h << 4) + (h >> 4)) | 1; in insert_node() local
66 Prof_Zone_Stack *z = (Prof_Zone_Stack *) malloc(sizeof(*z)); in createStackNode() local
96 int h = hash(zone, Prof_stack), s; in Prof_StackAppend() local
98 Prof_Zone_Stack *z = zone_hash[x]; in Prof_StackAppend() local
128 Prof_Zone_Stack **old_hash = zone_hash, *z; in Prof_StackAppend() local
147 void Prof_traverse(void (*func)(Prof_Zone_Stack *z)) in Prof_traverse()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dtransforms.cpp61 Point &Point::operator*=(Scale const &s) in operator *=()
74 Point &Point::operator*=(HShear const &h) in operator *=()
84 Point &Point::operator*=(Zoom const &z) in operator *=()
103 Affine &Affine::operator*=(Scale const &s) { in operator *=()
119 Affine &Affine::operator*=(HShear const &h) { in operator *=()
134 Affine &Affine::operator*=(Zoom const &z) { in operator *=()
177 Scale s(Scale::identity()); in check_transforms() local
179 HShear h(HShear::identity()); in check_transforms() local
181 Zoom z(Zoom::identity()); in check_transforms() local
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dtransforms.cpp61 Point &Point::operator*=(Scale const &s) in operator *=()
74 Point &Point::operator*=(HShear const &h) in operator *=()
84 Point &Point::operator*=(Zoom const &z) in operator *=()
103 Affine &Affine::operator*=(Scale const &s) { in operator *=()
119 Affine &Affine::operator*=(HShear const &h) { in operator *=()
134 Affine &Affine::operator*=(Zoom const &z) { in operator *=()
177 Scale s(Scale::identity()); in check_transforms() local
179 HShear h(HShear::identity()); in check_transforms() local
181 Zoom z(Zoom::identity()); in check_transforms() local
/dports/devel/boost-docs/boost_1_72_0/boost/math/interpolators/detail/
H A Dcardinal_trigonometric_detail.hpp93 float s = m_gamma[0][0]; in operator ()() local
95 fftwf_complex z; in operator ()() local
173 float s = 0; in squared_l2() local
254 double s = m_gamma[0][0]; in operator ()() local
256 fftw_complex z; in operator ()() local
334 double s = 0; in squared_l2() local
411 long double s = m_gamma[0][0]; in operator ()() local
413 fftwl_complex z; in operator ()() local
490 long double s = 0; in squared_l2() local
567 __float128 s = m_gamma[0][0]; in operator ()() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/interpolators/detail/
H A Dcardinal_trigonometric_detail.hpp93 float s = m_gamma[0][0]; in operator ()() local
95 fftwf_complex z; in operator ()() local
173 float s = 0; in squared_l2() local
254 double s = m_gamma[0][0]; in operator ()() local
256 fftw_complex z; in operator ()() local
334 double s = 0; in squared_l2() local
411 long double s = m_gamma[0][0]; in operator ()() local
413 fftwl_complex z; in operator ()() local
490 long double s = 0; in squared_l2() local
567 __float128 s = m_gamma[0][0]; in operator ()() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/interpolators/detail/
H A Dcardinal_trigonometric_detail.hpp94 float s = m_gamma[0][0]; in operator ()() local
96 fftwf_complex z; in operator ()() local
174 float s = 0; in squared_l2() local
255 double s = m_gamma[0][0]; in operator ()() local
257 fftw_complex z; in operator ()() local
335 double s = 0; in squared_l2() local
412 long double s = m_gamma[0][0]; in operator ()() local
414 fftwl_complex z; in operator ()() local
491 long double s = 0; in squared_l2() local
568 __float128 s = m_gamma[0][0]; in operator ()() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/math/interpolators/detail/
H A Dcardinal_trigonometric_detail.hpp93 float s = m_gamma[0][0]; in operator ()() local
95 fftwf_complex z; in operator ()() local
173 float s = 0; in squared_l2() local
254 double s = m_gamma[0][0]; in operator ()() local
256 fftw_complex z; in operator ()() local
334 double s = 0; in squared_l2() local
411 long double s = m_gamma[0][0]; in operator ()() local
413 fftwl_complex z; in operator ()() local
490 long double s = 0; in squared_l2() local
567 __float128 s = m_gamma[0][0]; in operator ()() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/interpolators/detail/
H A Dcardinal_trigonometric_detail.hpp93 float s = m_gamma[0][0]; in operator ()() local
95 fftwf_complex z; in operator ()() local
173 float s = 0; in squared_l2() local
254 double s = m_gamma[0][0]; in operator ()() local
256 fftw_complex z; in operator ()() local
334 double s = 0; in squared_l2() local
411 long double s = m_gamma[0][0]; in operator ()() local
413 fftwl_complex z; in operator ()() local
490 long double s = 0; in squared_l2() local
567 __float128 s = m_gamma[0][0]; in operator ()() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/interpolators/detail/
H A Dcardinal_trigonometric_detail.hpp93 float s = m_gamma[0][0]; in operator ()() local
95 fftwf_complex z; in operator ()() local
173 float s = 0; in squared_l2() local
254 double s = m_gamma[0][0]; in operator ()() local
256 fftw_complex z; in operator ()() local
334 double s = 0; in squared_l2() local
411 long double s = m_gamma[0][0]; in operator ()() local
413 fftwl_complex z; in operator ()() local
490 long double s = 0; in squared_l2() local
567 __float128 s = m_gamma[0][0]; in operator ()() local
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dmfile.cc133 FileOfs s = 0; in checkSanity() local
290 FileOfs z = a->size - s; in cut() local
342 FileOfs s = c; in extend() local
355 ObjHandle h; in findArea() local
381 ObjHandle h; in insert() local
473 FileOfs z = a->size - s; in insert() local
520 FileOfs z = rstart; in makeAreaModified() local
528 FileOfs z = csize-rstart-size; in makeAreaModified() local
631 FileOfs z = a->size - s; in read() local
845 FileOfs z = a->size - s; in write() local
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx09c.m25 function [tx ty] = mypltr(x, y)
27 global XPTS
28 global YPTS
31 tx = tr(1) * x + tr(2) * y + tr(3);
76 PPERIMETERPTS = 100;
85 j = (0:PTHETAPTS-1)';
88 yg = (sin(theta)*r)';
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx08c.m24 h = [0; 0]; # hue -- low: red (arbitrary if s=0) -- high: red (arbitrary if s=0) variable
26 s = [0; 0]; # minimum saturation variable
28 h = [240; 0]; # blue -> green -> yellow -> red variable
30 s = [0.8; 0.8]; variable
76 z = (1 - xx) .^ 2 + 100 .* (yy - xx .^ 2) .^ 2; variable
85 z = log(z); variable
88 z = exp(-r .* r) .* cos(2.0 * pi .* r); variable
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dscrollbar.c370 { Elevation z = bg; in sb_init_draw_data() local
401 draw_arrow(ScrollBar s, int x, int y, int w, int h, Name which, int up) in draw_arrow()
403 { Elevation z = getElevationScrollBar(s); in draw_arrow() local
552 Elevation z = NIL; in RedrawAreaScrollBar() local
705 sb_box(int x, int y, int w, int h, in sb_box()
728 int vertical, Elevation z, in sb_triangle()
744 { int x, y, w, h; in OpenLookRedrawAreaScrollBar() local
770 #define Fill(x, y, w, h, f) \ in OpenLookRedrawAreaScrollBar() argument
772 #define Clear(x, y, w, h) \ in OpenLookRedrawAreaScrollBar() argument
865 Int h = s->area->h; in OpenLookEventScrollBar() local
[all …]
/dports/editors/mp/mp-5.x-5.50/mpdm/
H A Dmpdm_t.c129 HANDLE *h = (HANDLE *) v->data; in vc_mutex_destroy() local
158 HANDLE h; in mpdm_new_mutex() local
235 HANDLE *h = (HANDLE *) v->data; in vc_semaphore_destroy() local
241 sem_t *s = (sem_t *) v->data; in vc_semaphore_destroy() local
265 HANDLE h; in mpdm_new_semaphore() local
275 sem_t s; in mpdm_new_semaphore() local
299 HANDLE *h = (HANDLE *) sem->data; in mpdm_semaphore_wait() local
305 sem_t *s = (sem_t *) sem->data; in mpdm_semaphore_wait() local
328 sem_t *s = (sem_t *) sem->data; in mpdm_semaphore_post() local
610 size_t z; in mpdm_read_arch_mem_s() local
[all …]
/dports/math/arpack++/arpackpp-2.3.0/examples/matprod/nonsym/
H A Dnmatrixv.h67 T h,k,s,t,z; in MultMv() local
103 T h,k,s,t,z; in MultMtv() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/intern/
H A Ddrw_dbg.cpp22 virtual void printS(const std::string &s){(void)s;} in printS()
28 virtual void printHL(int c, int s, int h){(void)c;(void)s;(void)h;} in printHL()
29 virtual void printPT(double x, double y, double z){(void)x;(void)y;(void)z;} in printPT()
85 void DRW_dbg::print(const std::string &s){ in print()
120 void DRW_dbg::printHL(int c, int s, int h){ in printHL()
124 void DRW_dbg::printPT(double x, double y, double z){ in printPT()
132 void print_debug::printS(const std::string &s){ in printS()
160 void print_debug::printHL(int c, int s, int h){ in printHL()
167 void print_debug::printPT(double x, double y, double z){ in printPT()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Ddrw_dbg.cpp22 virtual void printS(std::string s){(void)s;} in printS()
28 virtual void printHL(int c, int s, int h){(void)c;(void)s;(void)h;} in printHL()
29 virtual void printPT(double x, double y, double z){(void)x;(void)y;(void)z;} in printPT()
80 void DRW_dbg::print(std::string s){ in print()
115 void DRW_dbg::printHL(int c, int s, int h){ in printHL()
119 void DRW_dbg::printPT(double x, double y, double z){ in printPT()
127 void print_debug::printS(std::string s){ in printS()
155 void print_debug::printHL(int c, int s, int h){ in printHL()
162 void print_debug::printPT(double x, double y, double z){ in printPT()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/interpolators/detail/
H A Dcubic_b_spline_detail.hpp24 …// If you don't know the value of the derivative at the endpoints, leave them as nans and the rout… in cardinal_trigonometric_detail()
47 Real b3_spline(Real x)
48 {
94 return 3*x - 2;
96 if (x < 2)
144 // to construct high-order estimates for one-sided derivatives:
173 // boundary [a,b] without massive error. in squared_l2()
211 for(size_t i = 1; i < rhs.size() - 1; ++i)
254 // Back substitutions:
256 for(size_t i = rhs.size() - 2; i > 0; --i)
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Ddrw_dbg.cpp22 virtual void printS(std::string s){(void)s;} in printS()
28 virtual void printHL(int c, int s, int h){(void)c;(void)s;(void)h;} in printHL()
29 virtual void printPT(double x, double y, double z){(void)x;(void)y;(void)z;} in printPT()
80 void DRW_dbg::print(std::string s){ in print()
123 void DRW_dbg::printHL(int c, int s, int h){ in printHL()
127 void DRW_dbg::printPT(double x, double y, double z){ in printPT()
135 void print_debug::printS(std::string s){ in printS()
163 void print_debug::printHL(int c, int s, int h){ in printHL()
170 void print_debug::printPT(double x, double y, double z){ in printPT()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Ddrw_dbg.cpp27 virtual void printS( std::string s ) {( void )s;} in printS()
33 virtual void printHL( int c, int s, int h ) {( void )c; ( void )s; ( void )h;} in printHL()
34 virtual void printPT( double x, double y, double z ) {( void )x; ( void )y; ( void )z;} in printPT()
93 void DRW_dbg::print( std::string s ) in print()
137 void DRW_dbg::printHL( int c, int s, int h ) in printHL()
142 void DRW_dbg::printPT( double x, double y, double z ) in printPT()
161 void print_debug::printS( std::string s ) in printS()
197 void print_debug::printHL( int c, int s, int h ) in printHL()
203 void print_debug::printPT( double x, double y, double z ) in printPT()

12345678910>>...388