Home
last modified time | relevance | path

Searched +defs:S +defs:r +defs:m (Results 1 – 25 of 4156) sorted by relevance

12345678910>>...167

/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dexpfit.m94 m = mean (s, 1); variable
97 S = sum (s, 1); variable
137 m = mean (s, 1); variable
140 S = sum (s, 1); variable
148 S = sum (s.*f, 1); variable
150 m = S ./ n; variable
161 S = sum (s, 1); variable
162 r = sz_s(1) - sum (c, 1); variable
163 m = S ./ r; variable
175 r = sum (f.*(!c), 1); variable
[all …]
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_cipher_des.h10 #define PERM_OP(a,b,n,m) \ argument
21 #define HPERM_OP(a,n,m) \ argument
32 #define DES_IP(l,r) \ argument
41 #define DES_FP(l,r) \ argument
50 #define PERM_OP_S(a,b,n,m) \ argument
61 #define HPERM_OP_S(a,n,m) \ argument
72 #define DES_IP_S(l,r) \ argument
81 #define DES_FP_S(l,r) \ argument
90 #define DES_BOX_S(i,n,S) (S)[(n)][(i)] argument
93 #define DES_BOX(i,n,S) (S)[(n)][(i)] argument
[all …]
/dports/math/octave/octave-6.4.0/scripts/sparse/
H A Dsprandsym.m49 S = sparse (i, j, randn (size (i)), nr, nc); variable
59 S = sparse (n, n); variable
71 r = pick_rand_diag (n, k); variable
74 m = (k - r)/2; variable
88 S = sparse ([ondiag, i, j], [ondiag, j, i], variable
134 r = 1; variable
141 m = (k - d)/2; variable
161 r = d(sum (cumsum (p) < rand) + 1); variable
/dports/archivers/unrar/unrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/archivers/unrar-iconv/unrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/archivers/libunrar6/unrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
75 #define G(r,i,m,a,b,c,d) \ argument
86 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
88 uint32 m[16]; in blake2s_compress() local
106 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
123 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
165 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dblake2s.cpp35 static inline void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
42 static inline void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
50 static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc ) in blake2s_increment_counter()
58 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 node_depth) in blake2s_init_param()
81 #define G(r,i,m,a,b,c,d) \ argument
92 static void blake2s_compress( blake2s_state *S, const byte block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
94 uint32 m[16]; in blake2s_compress() local
112 for ( uint r = 0; r <= 9; ++r ) // No gain on i7 if unrolled, but exe size grows. in blake2s_compress() local
129 void blake2s_update( blake2s_state *S, const byte *in, size_t inlen ) in blake2s_update()
171 void blake2s_final( blake2s_state *S, byte *digest ) in blake2s_final()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dsimilarity.h145 Similarity<S,RotationType> r; variable
192 Matrix44<S> r; in Matrix() local
204 …te <class S,class RotationType> void Similarity<S,RotationType>::FromMatrix(const Matrix44<S> &m) { in FromMatrix()
221 template <class S,class RotationType> Similarity<S,RotationType> &Invert(Similarity<S,RotationType>… in Invert()
228 …ass S,class RotationType> Similarity<S,RotationType> Inverse(const Similarity<S,RotationType> &m) { in Inverse()
234 template <class S,class RotationType> Similarity<S,RotationType> Interpolate(const Similarity<S,Rot… in Interpolate()
235 Similarity<S,RotationType> r; in Interpolate() local
245 Point3<S> r = t*p; variable
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dsimilarity.h145 Similarity<S,RotationType> r; variable
192 Matrix44<S> r; in Matrix() local
204 …te <class S,class RotationType> void Similarity<S,RotationType>::FromMatrix(const Matrix44<S> &m) { in FromMatrix()
221 template <class S,class RotationType> Similarity<S,RotationType> &Invert(Similarity<S,RotationType>… in Invert()
228 …ass S,class RotationType> Similarity<S,RotationType> Inverse(const Similarity<S,RotationType> &m) { in Inverse()
234 template <class S,class RotationType> Similarity<S,RotationType> Interpolate(const Similarity<S,Rot… in Interpolate()
235 Similarity<S,RotationType> r; in Interpolate() local
245 Point3<S> r = t*p; variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() function
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() function
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() function
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() argument
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() argument
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() function
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() function
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() argument
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() function
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/ext/
H A Dcomplit12.C13 struct S struct
16 M m[1]; member
19 S::S () : m ((M[1]) { M () }) in S() argument
26 M m[4]; member
34 MA &bar (MA, MA& r) { return r; } in bar() argument
36 M f(M m) { return m; } in f()

12345678910>>...167