Home
last modified time | relevance | path

Searched refs:wstep (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/games/hyperrogue/hyperrogue-12.0f/generators/
H A Dpatterngen.cpp136 cellwalker cw1 = cw + wstep + 4 + wstep; in patternFiftyAt()
184 auto cw = cellwalker(c, sw) + (sgn1 * i) + wstep + (sgn * 4) + wstep; in patternFiftyAt()
190 auto cw = cellwalker(c, sw) + (sgn1 * i) + wstep + 3 + wstep + 3 + wstep; in patternFiftyAt()
200 cw += wstep; in patternFiftyAt()
343 cw += wstep; cw += (-3); in zebra()
344 cw += wstep; cw += (-3); in zebra()
346 cw += wstep; cw += (-i); in zebra()
354 cw += wstep; cw += (3); in zebra()
355 cw += wstep; cw += (5); in zebra()
366 cw += wstep; cw += (1); in zebra()
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dbarriers.cpp31 if(!PURE) { bb = bb + 3 + wstep + 3 + wstep; }
65 bb = bb + 3 + wstep + (PURE ? 5 : 4) + wstep + 3;
221 bb = bb + wstep + (2*dir) + wstep + dir; in general_barrier_advance()
517 cw = cw + 2 + wstep + 2 + wstep + 5; in extendCR5()
606 cw = cw + wstep + 3 + wstep - 1 + wstep; in extendBarrier()
674 b[1] = cw + 1 + wstep + 3 + wstep; in buildBarrier6()
676 b[3] = cw + 3 + wstep + 3 + wstep; in buildBarrier6()
682 b[3] = cw - 3 + wstep + 2 + wstep - 3; in buildBarrier6()
784 cellwalker b2 = PURE ? cd + wstep : cd + wstep + 3 + wstep + 3 + wstep; in buildBarrier4()
785 cellwalker b3 = PURE ? cd - 1 + wstep + 3 : cd + wstep + 4 + wstep + 4; in buildBarrier4()
[all …]
H A Dheptagon.cpp176 hs += wstep; in buildHeptagon()
178 hs += 1; hs += wstep; in buildHeptagon()
180 hs += -1; hs += wstep; in buildHeptagon()
186 hs += wstep; in buildHeptagon()
188 hs += 1; hs += wstep; in buildHeptagon()
190 hs += 1; hs += wstep; in buildHeptagon()
286 hs = hs + wstep - 1 + wstep - 1 + wstep - 1; in create_step()
291 hs = hs + wstep + 1 + wstep + 1 + wstep + 1; in create_step()
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dadin-cut.c303 int wstep; local
513 else imax = (a->current_len < wstep) ? a->current_len : wstep; /* one step */
515 imax = (a->current_len < wstep) ? a->current_len : wstep; /* one step */
519 if (wstep > a->current_len) wstep = a->current_len;
538 while (i + wstep <= imax) {
588 if (len - wstep > 0) {
747 a->sblen += wstep;
805 adin_purge(a, i+wstep);
812 adin_purge(a, i+wstep);
844 adin_purge(a, i+wstep);
[all …]
/dports/comms/wsjtz/wsjtx/lib/
H A Dtwkfreq65.f905 complex w,wstep local
10 wstep=1.0
18 wstep=cmplx(cos(dphi),sin(dphi))
20 w=w*wstep
H A Dtwkfreq.f909 complex w,wstep local
15 wstep=1.0
24 wstep=cmplx(cos(dphi),sin(dphi))
25 w=w*wstep
H A Dtweak1.f907 complex*16 w,wstep local
15 wstep=cmplx(cos(dphi),sin(dphi))
17 w=w*wstep
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Dtwkfreq.f905 complex w,wstep local
11 wstep=1.0
20 wstep=cmplx(cos(dphi),sin(dphi))
21 w=w*wstep
H A Dtwkfreq_xy.f906 complex w,wstep local
11 wstep=1.0
21 wstep=cmplx(cos(dphi),sin(dphi))
23 w=w*wstep
/dports/comms/sdr-wspr/sdr-wspr-0.1.0/libwspr/
H A Dtwkfreq.f9033 complex*16 w,wstep local
39 wstep=1.d0
49 wstep=cmplx(cos(dphi),sin(dphi))
51 w=w*wstep
/dports/comms/wsjtz/wsjtx/lib/ft8/
H A Dtwkfreq1.f905 complex w,wstep local
11 wstep=1.0
20 wstep=cmplx(cos(dphi),sin(dphi))
21 w=w*wstep
/dports/comms/wsjtz/wsjtx/map65/
H A Dffft.f12 complex d(npts),t,w,wstep,tt,uu
36 wstep=cmplx(-2.*sin(api/mmax)**2,sin(2.*api/mmax))
46 9 w=w*(1.+wstep)
55 wstep=cmplx(-2.*sin(isign*pi/npts)**2,sin(isign*pi/imax))
66 10 w=w*(1.+wstep)
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dfundamental.cpp22 cw += wstep; in be_connected()
37 cw += wstep; in corner()
95 if(is_connected(cw) && is_connected(cw+1) && !is_connected(cw+wstep-1)) { in fundamental_marker()
97 be_connected(cw+wstep-1); in fundamental_marker()
112 if(!is_connected(cw0) && !is_connected(cw0+1) && !is_connected(cw0+wstep-1)) in fundamental_marker()
128 cw += wstep; in fundamental_marker()
131 if(!is_connected(cw+1) && !is_connected(cw+wstep-1)) in fundamental_marker()
143 cellwalker cw1 = cw+u+wstep+(u-1); in fundamental_marker()
195 cellwalker cw1 = (cw+1+wstep); in fundamental_marker()
/dports/databases/py-gdbm/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
142 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/lang/python37/Python-3.7.12/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
142 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/lang/python310/Python-3.10.1/Modules/_decimal/libmpdec/
H A Dsixstep.c59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
179 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/lang/python-tools/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
142 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/lang/python39/Python-3.9.9/Modules/_decimal/libmpdec/
H A Dsixstep.c59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
179 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/lang/python38/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
142 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/math/py-cdecimal/cdecimal-2.3/
H A Dsixstep.c64 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
100 wstep = MULMOD(w1, w1); in six_step_fnt()
105 MULMOD2C(&w0, &w1, wstep); in six_step_fnt()
149 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
189 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
194 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
142 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/math/mpdecimal/mpdecimal-2.5.1/libmpdec/
H A Dsixstep.c59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
179 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
142 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/libmpdec/
H A Dsixstep.c59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
179 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dsubjectwmask-main.cpp16 int wstep = 1; in main() local
33 .AddArg( wstep, 'S', "word-step", "Step (stride size) to use" ) in main()
47 if( wstep != 1 ) THROW( runtime_error, "Sorry, only wstep=1 is supported now" ); in main()
49 CBitmaskBuilder builder( maxamb, wsize, wstep ); in main()

1234567