Home
last modified time | relevance | path

Searched refs:n_s (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/math/py-bottleneck/Bottleneck-1.3.2/bottleneck/src/move_median/
H A Dmove_median.c85 idx_t n_s = mm->n_s; in mm_update_init() local
91 if (n_s == 0) { in mm_update_init()
97 mm->n_s = 1; in mm_update_init()
115 ++mm->n_s; in mm_update_init()
194 idx_t n_s = mm->n_s; in mm_update_init_nan() local
280 n_s = mm->n_s; in mm_update_nan()
456 mm->n_s = 0; in mm_reset()
497 idx_t n_s, n_l; in heapify_small_node() local
503 n_s = mm->n_s; in heapify_small_node()
544 idx_t n_s, n_l; in heapify_large_node() local
[all …]
H A Dmove_median_debug.c119 for (i=1; i < mm->n_s + mm->n_l + mm->n_n; i++) { in mm_print_chain()
135 for (i=0; i<mm->n_s; i++) { in mm_check()
163 assert(mm->window >= mm->n_s + mm->n_l + mm->n_n); in mm_check()
165 if (mm->n_s == 0) { in mm_check()
168 assert(mm->s_first_leaf == FIRST_LEAF(mm->n_s)); in mm_check()
175 ndiff = (int)mm->n_s - (int)mm->n_l; in mm_check()
181 if (mm->n_s > 0 && mm->n_l > 0) { in mm_check()
199 printf("\t%2d n_s\n", mm->n_s); in mm_dump()
222 mm_print_binary_heap(mm->s_heap, mm->n_s, idx0, idx1); in mm_dump()
265 for (i = 0; i < (int)mm->n_s; ++i) { in mm_dump()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/ua/
H A DDSTU4145NamedCurves.java24 BigInteger[] n_s = new BigInteger[10];
25 n_s[0] = new BigInteger("400000000000000000002BEC12BE2262D39BCF14D", 16);
26 n_s[1] = new BigInteger("3FFFFFFFFFFFFFFFFFFFFFB12EBCC7D7F29FF7701F", 16);
27 n_s[2] = new BigInteger("800000000000000000000189B4E67606E3825BB2831", 16);
28 n_s[3] = new BigInteger("3FFFFFFFFFFFFFFFFFFFFFFB981960435FE5AB64236EF", 16);
29 n_s[4] = new BigInteger("40000000000000000000000069A779CAC1DABC6788F7474F", 16);
30 n_s[5] = new BigInteger("1000000000000000000000000000013E974E72F8A6922031D2603CFE0D7", 16);
31n_s[6] = new BigInteger("800000000000000000000000000000006759213AF182E987D3E17714907D470D", 16);
32n_s[7] = new BigInteger("3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC079C2F3825DA70D390FBBA588D4604022…
33n_s[8] = new BigInteger("40000000000000000000000000000000000000000000009C300B75A3FA824F22428FD28CE…
[all …]
/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dhgh_projector_inc.F9068 integer :: n_s, jj, idim
87 n_s = hgh_p%n_s
92 SAFE_ALLOCATE(bra(1:n_s, 1:3))
97 bra(1:n_s, jj) = R_CONJ(hgh_p%X(p)(1:n_s, jj))*mesh%vol_pp(sm%map(1:n_s))
99 bra(1:n_s, jj) = hgh_p%dp(1:n_s, jj)*mesh%vol_pp(sm%map(1:n_s))
105 uvpsi(idim, jj) = sum(psi(1:n_s, idim)*bra(1:n_s, jj))
114 do sp = 1, n_s, block_size
126 do sp = 1, n_s, block_size
174 n_s = hgh_p(0)%n_s
222 do sp = 1, n_s, block_size
[all …]
H A Drkb_projector.F9083 rkb_p%n_s = sm%np
176 integer :: idim, n_s, is
188 n_s = rkb_p%n_s
191 SAFE_ALLOCATE(bra(1:n_s, 1:2))
192 bra(1:n_s, 1) = rkb_p%bra(1:n_s, 1)*mesh%vol_pp(sm%map(1:n_s))
193 bra(1:n_s, 2) = rkb_p%bra(1:n_s, 2)*mesh%vol_pp(sm%map(1:n_s))
195 do is = 1, n_s
203 do is = 1, n_s
229 integer :: idim, jdim, n_s, is
237 n_s = rkb_p%n_s
[all …]
H A Dhgh_projector.F9052 integer :: n_s !< number of points inside the sphere component
91 hgh_p%n_s = sm%np
93 SAFE_ALLOCATE(hgh_p%dp(1:hgh_p%n_s, 1:3))
95 do is = 1, hgh_p%n_s
104 SAFE_ALLOCATE(hgh_p%zp(1:hgh_p%n_s, 1:3))
106 call species_nl_projector(a%species, hgh_p%n_s, sm%x(:, 0:3), l, lm, i, hgh_p%zp(:, i))
/dports/math/gecode/gecode-0916a1a/gecode/int/count/
H A Dint-eq.hpp38 EqInt<VX,VY>::EqInt(Home home, ViewArray<VX>& x, int n_s, VY y, int c) in EqInt() argument
39 : IntBase<VX,VY>(home,x,n_s,y,c) {} in EqInt()
68 int n_s = std::max(c,n_x-c)+1; in post() local
69 assert(n_s <= n_x); in post()
70 (void) new (home) EqInt<VX,VY>(home,x,n_s,y,c); in post()
90 for (int i=n_s; i--; ) in propagate()
94 x[i]=x[--n_s]; x[n_s]=x[--n_x]; in propagate()
98 x[i]=x[--n_s]; x[n_s]=x[--n_x]; c--; in propagate()
109 for (int i=n_x; i-- > n_s; ) in propagate()
132 while (n_s < m) in propagate()
[all …]
H A Dint-gq.hpp38 GqInt<VX,VY>::GqInt(Home home, ViewArray<VX>& x, int n_s, VY y, int c) in GqInt() argument
39 : IntBase<VX,VY>(home,x,n_s,y,c) {} in GqInt()
87 for (int i=n_s; i--; ) in propagate()
91 x[i]=x[--n_s]; x[n_s]=x[--n_x]; in propagate()
95 x[i]=x[--n_s]; x[n_s]=x[--n_x]; c--; in propagate()
108 for (int i=n_x; i-- > n_s; ) in propagate()
126 while (n_s <= c) in propagate()
127 x[n_s++].subscribe(home,*this,PC_INT_DOM,false); in propagate()
H A Dint-lq.hpp38 LqInt<VX,VY>::LqInt(Home home, ViewArray<VX>& x, int n_s, VY y, int c) in LqInt() argument
39 : IntBase<VX,VY>(home,x,n_s,y,c) {} in LqInt()
85 for (int i=n_s; i--; ) in propagate()
89 x[i]=x[--n_s]; x[n_s]=x[--n_x]; in propagate()
93 x[i]=x[--n_s]; x[n_s]=x[--n_x]; c--; in propagate()
106 for (int i=n_x; i-- > n_s; ) in propagate()
125 while (n_s <= m) in propagate()
126 x[n_s++].subscribe(home,*this,PC_INT_DOM,false); in propagate()
H A Dint-base.hpp40 : Propagator(home), x(x0), n_s(n_s0), y(y0), c(c0) { in IntBase()
43 for (int i=0; i<n_s; i++) in IntBase()
53 for (int i=0; i<n_s; i++) in dispose()
63 : Propagator(home,p), n_s(p.n_s), c(p.c) { in IntBase()
77 for (int i=0; i<n_s; i++) in reschedule()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Dcontour_terms.f9014 subroutine contour_terms(n_s,s_basis,ispin,istate) argument
29 INTEGER, INTENT(in) :: n_s!number of global s vectors local
30 COMPLEX(kind=DP), INTENT(in) :: s_basis( npw,n_s)!s vectors
39 allocate(c_mat(n_s,num_nbnds))
41 call dgemm('T','N',n_s,num_nbnds,2*npw,2.d0,s_basis,2*npw,evc,2*npwx,0.d0,c_mat,n_s)
44 do ii=1,n_s
65 write(iun) n_s
67 write(iun) c_mat(1:n_s,jj)!GIUSTO CUSSI
/dports/math/gecode/gecode-0916a1a/test/
H A Dafc.cpp89 int n_s = 1; in run() local
102 if (n_s > 1) { in run()
103 delete s[i]; s[i]=nullptr; n_s--; in run()
111 n_s++; in run()
116 if (n_s > 1) { in run()
118 delete s[i]; s[i]=nullptr; n_s--; in run()
/dports/databases/grass7/grass-7.8.6/misc/m.cogo/
H A Dmain.c39 char n_s[2]; member
65 in->label, in->n_s, in->deg, in->min, in->sec, in print_cogo()
69 in->n_s, in->deg, in->min, in->sec, in->e_w, in->dist); in print_cogo()
97 status = sscanf(in, FORMAT_2, out->n_s, &out->deg, &dummy1, in parse_forward()
106 if (out->n_s[0] == 'N') { in parse_forward()
117 else if (out->n_s[0] == 'S') { in parse_forward()
163 out->n_s[0] = 'N'; in parse_reverse()
164 out->n_s[1] = '\0'; in parse_reverse()
167 out->n_s[0] = 'S'; in parse_reverse()
168 out->n_s[1] = '\0'; in parse_reverse()
[all …]
/dports/devel/ccrtp/ccrtp-2.1.2/src/
H A DCryptoContextCtrl.cpp50 n_e(0),k_e(NULL),n_a(0),k_a(NULL),n_s(0),k_s(NULL), in CryptoContextCtrl()
90 n_s = 0; in CryptoContextCtrl()
101 n_s = skeyl; in CryptoContextCtrl()
102 k_s = new uint8[n_s]; in CryptoContextCtrl()
113 n_s = skeyl; in CryptoContextCtrl()
114 k_s = new uint8[n_s]; in CryptoContextCtrl()
158 if (n_s > 0) { in ~CryptoContextCtrl()
159 memset(k_s, 0, n_s); in ~CryptoContextCtrl()
160 n_s = 0; in ~CryptoContextCtrl()
361 cipher->get_ctr_cipher_stream(k_s, n_s, iv); in deriveSrtcpKeys()
[all …]
H A DCryptoContext.cpp51 n_e(0),k_e(NULL),n_a(0),k_a(NULL),n_s(0),k_s(NULL), in CryptoContext()
96 n_s = 0; in CryptoContext()
106 n_s = skeyl; in CryptoContext()
107 k_s = new uint8[n_s]; in CryptoContext()
117 n_s = skeyl; in CryptoContext()
118 k_s = new uint8[n_s]; in CryptoContext()
162 if (n_s > 0) { in ~CryptoContext()
163 memset(k_s, 0, n_s); in ~CryptoContext()
164 n_s = 0; in ~CryptoContext()
371 cipher->get_ctr_cipher_stream(k_s, n_s, iv); in deriveSrtpKeys()
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/srtp/
H A DCryptoContextCtrl.cpp68 n_s = 0; in CryptoContextCtrl()
78 n_s = skeyl; in CryptoContextCtrl()
79 k_s = new uint8_t[n_s]; in CryptoContextCtrl()
89 n_s = skeyl; in CryptoContextCtrl()
90 k_s = new uint8_t[n_s]; in CryptoContextCtrl()
140 if (n_s > 0) { in ~CryptoContextCtrl()
141 memset_volatile(k_s, 0, n_s); in ~CryptoContextCtrl()
142 n_s = 0; in ~CryptoContextCtrl()
324 cipher->get_ctr_cipher_stream(k_s, n_s, iv); in deriveSrtcpKeys()
330 cipher->f8_deriveForIV(f8Cipher, k_e, n_e, k_s, n_s); in deriveSrtcpKeys()
H A DCryptoContext.cpp69 n_s = 0; in CryptoContext()
79 n_s = skeyl; in CryptoContext()
80 k_s = new uint8_t[n_s]; in CryptoContext()
90 n_s = skeyl; in CryptoContext()
91 k_s = new uint8_t[n_s]; in CryptoContext()
141 if (n_s > 0) { in ~CryptoContext()
142 memset_volatile(k_s, 0, n_s); in ~CryptoContext()
143 n_s = 0; in ~CryptoContext()
327 cipher->get_ctr_cipher_stream(k_s, n_s, iv); in deriveSrtpKeys()
333 cipher->f8_deriveForIV(f8Cipher, k_e, n_e, k_s, n_s); in deriveSrtpKeys()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_sparse.F9054 integer :: n_s local
59 n_s = product(nsc)
60 allocate(sc_off(3,n_s))
355 integer :: n_s, tm(3), is local
373 n_s = product(nsc)
375 call re_alloc(isc_off,1,3,1,n_s)
428 allocate(ioff_2(3,n_s))
436 do is = 1 , n_s
460 do is = 2 , n_s
476 do io = 1 , n_s
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/sfio/
H A Dsfvprintf.c725 v += n_s;
878 n_s = mbwidth(*(wsp - 1));
886 n = width - precis*n_s;
947 base = 16; n_s = 15; n = 4;
957 base = 8; n_s = 7; n = 3;
963 base = 16; n_s = 15; n = 4;
1027 if(n_s < 0) /* base 10 */
1033 { *--sp = ssp[lv&n_s];
1087 if(n_s < 0) /* base 10 */
1092 { *--sp = ssp[v&n_s];
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/sfio/
H A Dsfvprintf.c725 v += n_s;
878 n_s = mbwidth(*(wsp - 1));
886 n = width - precis*n_s;
947 base = 16; n_s = 15; n = 4;
957 base = 8; n_s = 7; n = 3;
963 base = 16; n_s = 15; n = 4;
1027 if(n_s < 0) /* base 10 */
1033 { *--sp = ssp[lv&n_s];
1087 if(n_s < 0) /* base 10 */
1092 { *--sp = ssp[v&n_s];
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dsfvprintf.c105 int n, v, w, k, n_s, base, fmt, flags; in sfvprintf() local
745 v += n_s; in sfvprintf()
891 k = n_s; in sfvprintf()
897 k = n_s; in sfvprintf()
936 n_s = 15; in sfvprintf()
948 n_s = 7; in sfvprintf()
957 n_s = 15; in sfvprintf()
987 n_s = base == 10 ? -1 : 0; in sfvprintf()
1018 if (n_s < 0) /* base 10 */ in sfvprintf()
1159 &n_s, v); in sfvprintf()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/sfio/
H A Dsfvprintf.c726 v += n_s;
881 n_s = mbwidth(*(wsp - 1));
889 n = width - precis*n_s;
950 base = 16; n_s = 15; n = 4;
960 base = 8; n_s = 7; n = 3;
966 base = 16; n_s = 15; n = 4;
1030 if(n_s < 0) /* base 10 */
1036 { *--sp = ssp[lv&n_s];
1090 if(n_s < 0) /* base 10 */
1095 { *--sp = ssp[v&n_s];
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dkrb5_common_plug.c269 int n_s; in des_string_to_key_shishi() local
277 n_s = stringlen + saltlen; in des_string_to_key_shishi()
278 if ((n_s % 8) != 0) in des_string_to_key_shishi()
279 n_s += 8 - n_s % 8; in des_string_to_key_shishi()
280 memset(s, 0, n_s); in des_string_to_key_shishi()
285 …memcpy(s_copy, s, n_s); // This is required as the following loop changes "s". Upstream is unawar… in des_string_to_key_shishi()
286 for (i = 0; i < n_s / 8; i++) { in des_string_to_key_shishi()
326 des_cbc_mac_shishi(tempkey, tempkey, s_copy, n_s, p); in des_string_to_key_shishi()
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A Domalloc.c80 char* n_s; in strdup_() local
83 n_s = omStrDup(addr); in strdup_()
84 OM_MARK_AS_STATIC(n_s); in strdup_()
85 return n_s; in strdup_()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Drtpdec_vp9.c225 int n_s, y, g, i; in vp9_handle_packet() local
230 n_s = buf[0] >> 5; in vp9_handle_packet()
235 if (n_s > 0) { in vp9_handle_packet()
240 if (len < 4 * (n_s + 1)) { in vp9_handle_packet()
244 for (i = 0; i < n_s + 1; i++) { in vp9_handle_packet()

12345678910>>...13