Home
last modified time | relevance | path

Searched refs:kstep (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/tests/
H A Dtest_tricub_interp.cxx31 std::ptrdiff_t kstep = image0.kstep(); in test_tricub_interp_float() local
34 double v1 = vil3d_tricub_interp_raw(3,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_float()
37 double v2 = vil3d_tricub_interp_raw(3.4,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_float()
39 double v3 = vil3d_tricub_interp_raw(3.4,3.5,3,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_float()
41 double v4 = vil3d_tricub_interp_raw(3.4,3.5,3.5,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_float()
46 double v1 = vil3d_tricub_interp_safe(3,3,3,image0.origin_ptr(),ni,nj,nk,istep,jstep,kstep); in test_tricub_interp_float()
83 std::ptrdiff_t kstep = image0.kstep(); in test_tricub_interp_int() local
86 double v1 = vil3d_tricub_interp_raw(3,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_int()
89 double v2 = vil3d_tricub_interp_raw(3.4,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_int()
92 double v3 = vil3d_tricub_interp_raw(3.4,3.5,3,image0.origin_ptr(),istep,jstep,kstep); in test_tricub_interp_int()
[all …]
H A Dtest_trilin_interp.cxx30 std::ptrdiff_t kstep = image0.kstep(); in test_trilin_interp_float() local
33 double v1 = vil3d_trilin_interp_raw(3,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_trilin_interp_float()
36 double v2 = vil3d_trilin_interp_raw(3.4,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_trilin_interp_float()
38 double v3 = vil3d_trilin_interp_raw(3.4,3.5,3,image0.origin_ptr(),istep,jstep,kstep); in test_trilin_interp_float()
40 double v4 = vil3d_trilin_interp_raw(3.4,3.5,3.5,image0.origin_ptr(),istep,jstep,kstep); in test_trilin_interp_float()
45 double v1 = vil3d_trilin_interp_safe(3,3,3,image0.origin_ptr(),ni,nj,nk,istep,jstep,kstep); in test_trilin_interp_float()
48 double v2 = vil3d_trilin_interp_safe(3.4,3,3,image0.origin_ptr(),ni,nj,nk,istep,jstep,kstep); in test_trilin_interp_float()
80 std::ptrdiff_t kstep = image0.kstep(); in test_trilin_interp_int() local
83 double v1 = vil3d_trilin_interp_raw(3,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_trilin_interp_int()
86 double v2 = vil3d_trilin_interp_raw(3.4,3,3,image0.origin_ptr(),istep,jstep,kstep); in test_trilin_interp_int()
[all …]
H A Dtest_algo_corners.cxx34 kstep=corner_im.kstep(); in test_algo_corners_byte() local
37 TEST("Corner at (6,6,6)",vil3d_is_peak26(&corner_im(6,6,6),istep,jstep,kstep),true); in test_algo_corners_byte()
38 TEST("Corner at (11,11,11)",vil3d_is_peak26(&corner_im(11,11,11),istep,jstep,kstep),true); in test_algo_corners_byte()
39 TEST("Corner at (6,6,11)",vil3d_is_peak26(&corner_im(6,6,11),istep,jstep,kstep),true); in test_algo_corners_byte()
40 TEST("Corner at (6,11,11)",vil3d_is_peak26(&corner_im(6,11,11),istep,jstep,kstep),true); in test_algo_corners_byte()
/dports/science/py-obspy/obspy-1.2.2/misc/docs/source/tutorial/code_snippets/
H A Darray_response_function.py21 kstep = klim / 100. variable
24 transff = array_transff_wavenumber(coords, klim, kstep, coordsys='xy')
27 plt.pcolor(np.arange(kxmin, kxmax + kstep * 1.1, kstep) - kstep / 2.,
28 np.arange(kymin, kymax + kstep * 1.1, kstep) - kstep / 2.,
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/PH/
H A Dclinear.f905 integer :: ll,iold,jold,kold,jnew,knew,istep,jstep,kstep local
31 do kstep = 0,ntk-1
38 do kstep = 0,ntk-1
40 noint(ll) = point(ik1) + (point(ik2)-point(ik1))/ntk*kstep
48 do kstep = 0,ntk-1
55 do kstep = 0,ntk-1
57 noint(ll) = point(ik1) + (point(ik2)-point(ik1))/ntk*kstep
87 do kstep = 0,ntk-1
94 do kstep = 0,ntk-1
104 do kstep = 0,ntk-1
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/
H A Dvil3d_sample_profile_trilin.hxx56 const std::ptrdiff_t kstep = image.kstep(); in vil3d_sample_profile_trilin() local
68 v[h] = vil3d_trilin_interp_raw(x,y,z,plane0,istep,jstep,kstep); in vil3d_sample_profile_trilin()
75 *v = vil3d_trilin_interp_raw(x,y,z,plane0+p*pstep,istep,jstep,kstep); in vil3d_sample_profile_trilin()
85 v[h] = vil3d_trilin_interp_safe(x,y,z,plane0,ni,nj,nk,istep,jstep,kstep); in vil3d_sample_profile_trilin()
121 const std::ptrdiff_t kstep = image.kstep(); in vil3d_sample_profile_trilin_extend() local
133 v[h] = vil3d_trilin_interp_raw(x,y,z,plane0,istep,jstep,kstep); in vil3d_sample_profile_trilin_extend()
140 *v = vil3d_trilin_interp_raw(x,y,z,plane0+p*pstep,istep,jstep,kstep); in vil3d_sample_profile_trilin_extend()
150 v[h] = vil3d_trilin_interp_safe_extend(x,y,z,plane0,ni,nj,nk,istep,jstep,kstep); in vil3d_sample_profile_trilin_extend()
186 const std::ptrdiff_t kstep = image.kstep(); in vil3d_sample_profile_trilin_edgena() local
198 v[h] = vil3d_trilin_interp_raw(x,y,z,plane0,istep,jstep,kstep); in vil3d_sample_profile_trilin_edgena()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_gauss_reduce.hxx74 src_im.istep(), src_im.jstep(), src_im.kstep(), in vil3d_gauss_reduce()
80 work_im1.jstep(), work_im1.istep(), work_im1.kstep(), in vil3d_gauss_reduce()
93 dest_im.kstep(), dest_im.istep(), dest_im.jstep()); in vil3d_gauss_reduce()
124 src_im.istep(),src_im.jstep(),src_im.kstep(), in vil3d_gauss_reduce_ij()
130 work_im1.jstep(),work_im1.istep(),work_im1.kstep(), in vil3d_gauss_reduce_ij()
132 dest_im.jstep(),dest_im.istep(),dest_im.kstep()); in vil3d_gauss_reduce_ij()
164 src_im.istep(),src_im.jstep(),src_im.kstep(), in vil3d_gauss_reduce_ik()
172 dest_im.kstep(),dest_im.istep(),dest_im.jstep()); in vil3d_gauss_reduce_ik()
205 src_im.jstep(),src_im.istep(),src_im.kstep(), in vil3d_gauss_reduce_jk()
211 work_im1.kstep(),work_im1.istep(),work_im1.jstep(), in vil3d_gauss_reduce_jk()
[all …]
H A Dvil3d_grad_1x3.hxx68 src.istep(), src.jstep(), src.kstep(), in vil3d_grad_1x3()
72 src.istep(), src.jstep(), src.kstep(), in vil3d_grad_1x3()
75 vil3d_grad_1x3_1dir(&src(0,0,1,p), &grad_k_plane(0,0,1), src.kstep(), in vil3d_grad_1x3()
76 src.istep(), src.jstep(), src.kstep(), in vil3d_grad_1x3()
106 src.istep(), src.jstep(), src.kstep(), in vil3d_grad_1x3()
107 grad_i.istep(), grad_i.jstep(), grad_i.kstep(), in vil3d_grad_1x3()
110 src.istep(), src.jstep(), src.kstep(), in vil3d_grad_1x3()
111 grad_j.istep(), grad_j.jstep(), grad_j.kstep(), in vil3d_grad_1x3()
113 vil3d_grad_1x3_1dir(&src(0,0,1,p), &grad_k(0,0,1,p), src.kstep(), in vil3d_grad_1x3()
114 src.istep(), src.jstep(), src.kstep(), in vil3d_grad_1x3()
[all …]
H A Dvil3d_find_peaks.h57 const std::ptrdiff_t istep = image.istep(),jstep=image.jstep(),kstep=image.kstep();
58 const T* plane = image.origin_ptr()+istep+jstep+kstep;
59 for (unsigned k=1;k<nk1;++k,plane+=kstep)
66 if (*pixel>=min_thresh && vil3d_is_peak26(pixel,istep,jstep,kstep))
80 const std::ptrdiff_t istep = image.istep(),jstep=image.jstep(),kstep=image.kstep(); in vil3d_find_max() local
85 for (unsigned k=0;k<nk;++k,plane+=kstep) in vil3d_find_max()
/dports/science/tinker/tinker/source/
H A Dpss.f761 integer i,kstep
782 kstep = 0
788 if (kstep .ne. 0) then
797 if (estep(kstep) .lt. estep(kstep-2) .and.
798 & estep(kstep-1) .lt. estep(kstep-2)) then
831 kstep = kstep + 1
853 integer i,kstep
875 kstep = 0
893 if (estep(kstep) .lt. estep(kstep-2) .and.
894 & estep(kstep-1) .lt. estep(kstep-2)) then
[all …]
/dports/lang/tcl86/tcl8.6.12/libtommath/
H A Dbn_mp_prime_next_prime.c17 mp_digit res_tab[PRIVATE_MP_PRIME_TAB_SIZE], step, kstep; in mp_prime_next_prime() local
46 kstep = 4; in mp_prime_next_prime()
48 kstep = 2; in mp_prime_next_prime()
89 step += kstep; in mp_prime_next_prime()
94 res_tab[x] += kstep; in mp_prime_next_prime()
106 } while ((y == 1) && (step < (((mp_digit)1 << MP_DIGIT_BIT) - kstep))); in mp_prime_next_prime()
114 if ((y == 1) && (step >= (((mp_digit)1 << MP_DIGIT_BIT) - kstep))) { in mp_prime_next_prime()
/dports/lang/tcl87/tcl8.7a5/libtommath/
H A Dbn_mp_prime_next_prime.c17 mp_digit res_tab[PRIVATE_MP_PRIME_TAB_SIZE], step, kstep; in mp_prime_next_prime() local
46 kstep = 4; in mp_prime_next_prime()
48 kstep = 2; in mp_prime_next_prime()
89 step += kstep; in mp_prime_next_prime()
94 res_tab[x] += kstep; in mp_prime_next_prime()
106 } while ((y == 1) && (step < (((mp_digit)1 << MP_DIGIT_BIT) - kstep))); in mp_prime_next_prime()
114 if ((y == 1) && (step >= (((mp_digit)1 << MP_DIGIT_BIT) - kstep))) { in mp_prime_next_prime()
/dports/security/dropbear/dropbear-2020.81/libtommath/
H A Dbn_mp_prime_next_prime.c17 mp_digit res_tab[PRIVATE_MP_PRIME_TAB_SIZE], step, kstep; in mp_prime_next_prime() local
46 kstep = 4; in mp_prime_next_prime()
48 kstep = 2; in mp_prime_next_prime()
89 step += kstep; in mp_prime_next_prime()
94 res_tab[x] += kstep; in mp_prime_next_prime()
106 } while ((y == 1) && (step < (((mp_digit)1 << MP_DIGIT_BIT) - kstep))); in mp_prime_next_prime()
114 if ((y == 1) && (step >= (((mp_digit)1 << MP_DIGIT_BIT) - kstep))) { in mp_prime_next_prime()
/dports/math/libtommath/libtommath-1.2.0/
H A Dbn_mp_prime_next_prime.c17 mp_digit res_tab[PRIVATE_MP_PRIME_TAB_SIZE], step, kstep; in mp_prime_next_prime() local
46 kstep = 4; in mp_prime_next_prime()
48 kstep = 2; in mp_prime_next_prime()
89 step += kstep; in mp_prime_next_prime()
94 res_tab[x] += kstep; in mp_prime_next_prime()
106 } while ((y == 1) && (step < (((mp_digit)1 << MP_DIGIT_BIT) - kstep))); in mp_prime_next_prime()
114 if ((y == 1) && (step >= (((mp_digit)1 << MP_DIGIT_BIT) - kstep))) { in mp_prime_next_prime()
/dports/security/p5-CryptX/CryptX-0.075/src/ltm/
H A Dbn_mp_prime_next_prime.c23 mp_digit res_tab[PRIME_SIZE], step, kstep; in mp_prime_next_prime() local
66 kstep = 4; in mp_prime_next_prime()
68 kstep = 2; in mp_prime_next_prime()
109 step += kstep; in mp_prime_next_prime()
114 res_tab[x] += kstep; in mp_prime_next_prime()
126 } while ((y == 1) && (step < (((mp_digit)1 << DIGIT_BIT) - kstep))); in mp_prime_next_prime()
134 if ((y == 1) && (step >= (((mp_digit)1 << DIGIT_BIT) - kstep))) { in mp_prime_next_prime()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Ddsptrf.c174 integer kstep; in dsptrf_() local
238 kstep = 1; in dsptrf_()
318 if (kstep == 2) in dsptrf_()
351 if (kstep == 1) in dsptrf_()
403 if (kstep == 1) in dsptrf_()
413 k -= kstep; in dsptrf_()
432 kstep = 1; in dsptrf_()
513 if (kstep == 2) in dsptrf_()
549 if (kstep == 1) in dsptrf_()
608 if (kstep == 1) in dsptrf_()
[all …]
H A Dssptrf.c171 integer kstep; in ssptrf_() local
237 kstep = 1; in ssptrf_()
317 if (kstep == 2) in ssptrf_()
350 if (kstep == 1) in ssptrf_()
402 if (kstep == 1) in ssptrf_()
412 k -= kstep; in ssptrf_()
431 kstep = 1; in ssptrf_()
512 if (kstep == 2) in ssptrf_()
548 if (kstep == 1) in ssptrf_()
607 if (kstep == 1) in ssptrf_()
[all …]
H A Ddsytf2.c204 integer kstep; in dsytf2_() local
272 kstep = 1; in dsytf2_()
338 kstep = 2; in dsytf2_()
361 if (kstep == 1) in dsytf2_()
413 if (kstep == 1) in dsytf2_()
423 k -= kstep; in dsytf2_()
437 kstep = 1; in dsytf2_()
503 kstep = 2; in dsytf2_()
529 if (kstep == 1) in dsytf2_()
584 if (kstep == 1) in dsytf2_()
[all …]
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/hcrypto/libtommath/
H A Dbn_mp_prime_next_prime.c26 mp_digit res_tab[PRIME_SIZE], step, kstep; in mp_prime_next_prime() local
74 kstep = 4; in mp_prime_next_prime()
76 kstep = 2; in mp_prime_next_prime()
115 step += kstep; in mp_prime_next_prime()
120 res_tab[x] += kstep; in mp_prime_next_prime()
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep)); in mp_prime_next_prime()
140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) { in mp_prime_next_prime()
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtommath/
H A Dbn_mp_prime_next_prime.c26 mp_digit res_tab[PRIME_SIZE], step, kstep; in mp_prime_next_prime() local
74 kstep = 4; in mp_prime_next_prime()
76 kstep = 2; in mp_prime_next_prime()
115 step += kstep; in mp_prime_next_prime()
120 res_tab[x] += kstep; in mp_prime_next_prime()
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep)); in mp_prime_next_prime()
140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep)) { in mp_prime_next_prime()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/
H A Ddsptrf.c48 integer kstep; in dsptrf_() local
247 kstep = 1; in dsptrf_()
369 if (kstep == 2) { in dsptrf_()
419 if (kstep == 1) { in dsptrf_()
500 if (kstep == 1) { in dsptrf_()
515 k -= kstep; in dsptrf_()
547 kstep = 1; in dsptrf_()
666 if (kstep == 2) { in dsptrf_()
719 if (kstep == 1) { in dsptrf_()
815 if (kstep == 1) { in dsptrf_()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/
H A Dssptrf.c35 static integer kstep; in ssptrf_() local
201 kstep = 1; in ssptrf_()
278 kstep = 2; in ssptrf_()
305 if (kstep == 2) { in ssptrf_()
380 if (kstep == 1) { in ssptrf_()
389 k -= kstep; in ssptrf_()
411 kstep = 1; in ssptrf_()
486 kstep = 2; in ssptrf_()
516 if (kstep == 2) { in ssptrf_()
600 if (kstep == 1) { in ssptrf_()
[all …]
H A Ddsptrf.c38 static integer kstep; in dsptrf_() local
202 kstep = 1; in dsptrf_()
279 kstep = 2; in dsptrf_()
306 if (kstep == 2) { in dsptrf_()
381 if (kstep == 1) { in dsptrf_()
390 k -= kstep; in dsptrf_()
412 kstep = 1; in dsptrf_()
487 kstep = 2; in dsptrf_()
517 if (kstep == 2) { in dsptrf_()
601 if (kstep == 1) { in dsptrf_()
[all …]
H A Ddsytf2.c36 static integer kstep; in dsytf2_() local
210 kstep = 1; in dsytf2_()
278 kstep = 2; in dsytf2_()
297 if (kstep == 2) { in dsytf2_()
373 if (kstep == 1) { in dsytf2_()
382 k -= kstep; in dsytf2_()
400 kstep = 1; in dsytf2_()
468 kstep = 2; in dsytf2_()
489 if (kstep == 2) { in dsytf2_()
569 if (kstep == 1) { in dsytf2_()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/lapack/double/
H A Ddsptrf.c48 integer kstep; in dsptrf_() local
247 kstep = 1; in dsptrf_()
369 if (kstep == 2) { in dsptrf_()
419 if (kstep == 1) { in dsptrf_()
500 if (kstep == 1) { in dsptrf_()
515 k -= kstep; in dsptrf_()
547 kstep = 1; in dsptrf_()
666 if (kstep == 2) { in dsptrf_()
719 if (kstep == 1) { in dsptrf_()
815 if (kstep == 1) { in dsptrf_()
[all …]

12345678910>>...12