Home
last modified time | relevance | path

Searched refs:Kl (Results 1 – 25 of 2448) sorted by relevance

12345678910>>...98

/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CUDA/Kernels/
H A DTab_to_Kl.cu29 …el_Tab_to_Kl(int nwalk, int nocc, int nchol, thrust::complex<T> const* Tab, thrust::complex<T>* Kl) in kernel_Tab_to_Kl() argument
37 thrust::complex<T>* Kl_(Kl + w * nchol); in kernel_Tab_to_Kl()
54 thrust::complex<T>* Kl) in kernel_Tanb_to_Kl() argument
62 thrust::complex<T>* Kl_(Kl + w * nchol_tot); in kernel_Tanb_to_Kl()
73 …ab_to_Kl(int nwalk, int nocc, int nchol, std::complex<double> const* Tab, std::complex<double>* Kl) in Tab_to_Kl() argument
78 reinterpret_cast<thrust::complex<double>*>(Kl)); in Tab_to_Kl()
83 … Tab_to_Kl(int nwalk, int nocc, int nchol, std::complex<float> const* Tab, std::complex<float>* Kl) in Tab_to_Kl() argument
88 reinterpret_cast<thrust::complex<float>*>(Kl)); in Tab_to_Kl()
99 std::complex<double>* Kl) in Tanb_to_Kl() argument
105 reinterpret_cast<thrust::complex<double>*>(Kl)); in Tanb_to_Kl()
[all …]
H A Dbatched_Tab_to_Klr.cu38 thrust::complex<T>* Kl, in kernel_batched_Tab_to_Klr() argument
75 thrust::complex<T>* Kl_(Kl + w * nchol_tot + ncholQ0); in kernel_batched_Tab_to_Klr()
98 thrust::complex<T>* Kl, in kernel_batched_Tanb_to_Klr() argument
135 thrust::complex<T>* Kl_(Kl + w * nchol_tot + ncholQ0); in kernel_batched_Tanb_to_Klr()
157 std::complex<double>* Kl, in batched_Tab_to_Klr() argument
164 reinterpret_cast<thrust::complex<double>*>(Kl), in batched_Tab_to_Klr()
179 std::complex<float>* Kl, in batched_Tab_to_Klr() argument
186 reinterpret_cast<thrust::complex<float>*>(Kl), in batched_Tab_to_Klr()
201 std::complex<double>* Kl, in batched_Tanb_to_Klr() argument
223 std::complex<float>* Kl, in batched_Tanb_to_Klr() argument
[all …]
H A DTab_to_Kl.cuh23 …Tab_to_Kl(int nwalk, int nocc, int nchol, std::complex<float> const* Tab, std::complex<float>* Kl);
25 …b_to_Kl(int nwalk, int nocc, int nchol, std::complex<double> const* Tab, std::complex<double>* Kl);
27 …walk, int nocc, int nchol, int nchol_tot, std::complex<float> const* Tab, std::complex<float>* Kl);
34 std::complex<double>* Kl);
H A Dbatched_Tab_to_Klr.cuh32 std::complex<float>* Kl,
44 std::complex<double>* Kl,
56 std::complex<float>* Kl,
68 std::complex<double>* Kl,
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/HIP/Kernels/
H A DTab_to_Kl.hip.cpp26 …el_Tab_to_Kl(int nwalk, int nocc, int nchol, thrust::complex<T> const* Tab, thrust::complex<T>* Kl) in kernel_Tab_to_Kl() argument
34 thrust::complex<T>* Kl_(Kl + w * nchol); in kernel_Tab_to_Kl()
51 thrust::complex<T>* Kl) in kernel_Tanb_to_Kl() argument
59 thrust::complex<T>* Kl_(Kl + w * nchol_tot); in kernel_Tanb_to_Kl()
70 …ab_to_Kl(int nwalk, int nocc, int nchol, std::complex<double> const* Tab, std::complex<double>* Kl) in Tab_to_Kl() argument
76 reinterpret_cast<thrust::complex<double>*>(Kl)); in Tab_to_Kl()
81 … Tab_to_Kl(int nwalk, int nocc, int nchol, std::complex<float> const* Tab, std::complex<float>* Kl) in Tab_to_Kl() argument
87 reinterpret_cast<thrust::complex<float>*>(Kl)); in Tab_to_Kl()
98 std::complex<double>* Kl) in Tanb_to_Kl() argument
104 reinterpret_cast<thrust::complex<double>*>(Kl)); in Tanb_to_Kl()
[all …]
H A Dbatched_Tab_to_Klr.hip.cpp35 thrust::complex<T>* Kl, in kernel_batched_Tab_to_Klr() argument
72 thrust::complex<T>* Kl_(Kl + w * nchol_tot + ncholQ0); in kernel_batched_Tab_to_Klr()
95 thrust::complex<T>* Kl, in kernel_batched_Tanb_to_Klr() argument
132 thrust::complex<T>* Kl_(Kl + w * nchol_tot + ncholQ0); in kernel_batched_Tanb_to_Klr()
154 std::complex<double>* Kl, in batched_Tab_to_Klr() argument
161 … reinterpret_cast<thrust::complex<double>*>(Kl), reinterpret_cast<thrust::complex<double>*>(Kr)); in batched_Tab_to_Klr()
175 std::complex<float>* Kl, in batched_Tab_to_Klr() argument
182 … reinterpret_cast<thrust::complex<float>*>(Kl), reinterpret_cast<thrust::complex<float>*>(Kr)); in batched_Tab_to_Klr()
196 std::complex<double>* Kl, in batched_Tanb_to_Klr() argument
217 std::complex<float>* Kl, in batched_Tanb_to_Klr() argument
[all …]
H A DTab_to_Kl.hip.h20 …Tab_to_Kl(int nwalk, int nocc, int nchol, std::complex<float> const* Tab, std::complex<float>* Kl);
22 …b_to_Kl(int nwalk, int nocc, int nchol, std::complex<double> const* Tab, std::complex<double>* Kl);
24 …walk, int nocc, int nchol, int nchol_tot, std::complex<float> const* Tab, std::complex<float>* Kl);
31 std::complex<double>* Kl);
H A Dbatched_Tab_to_Klr.hip.h29 std::complex<float>* Kl,
41 std::complex<double>* Kl,
53 std::complex<float>* Kl,
65 std::complex<double>* Kl,
/dports/math/sdpa/sdpa-7.3.8/mex/
H A DSedumiToSDPA.m77 Kl = 0; variable
79 Kl = K.l; variable
103 As = A(:,Kf+Kl+1:Kf+Kl+sum(Ks.*Ks));
108 cs = c(Kf+Kl+1:Kf+Kl+sum(Ks.*Ks),1);
121 Kl = 0; variable
123 Kl = K.l; variable
132 K.l = Kl;
158 if Kl == 0
173 if Kl ~= 0
183 index = Kl;
[all …]
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dlevinson.c117 Word16 Kh, Kl; /* reflection coefficient; hi and lo */ in Levinson() local
137 Kl = (t0 & 0xffff)>>1; in Levinson()
145 t0 = Mpy_32(Kh, Kl, Kh, Kl); /* K*K in Q31 */ in Levinson()
183 Kl = (t2 & 0xffff)>>1; in Levinson()
205 t0 = Mpy_32(Kh, Kl, Ah[i - j], Al[i - j]); in Levinson()
215 t0 = Mpy_32(Kh, Kl, Kh, Kl); /* K*K in Q31 */ in Levinson()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/po/sk/
H A Dkaccess.po44 msgstr "Kláves Shift je teraz aktívny."
49 msgstr "Kláves Shift je teraz neaktívny."
63 msgstr "Kláves Ctrl je teraz aktívny."
68 msgstr "Kláves Ctrl je teraz neaktívny."
82 msgstr "Kláves Alt je teraz aktívny."
87 msgstr "Kláves Alt je teraz neaktívny."
101 msgstr "Kláves Win je teraz aktívny."
106 msgstr "Kláves Win je teraz neaktívny."
120 msgstr "Kláves Meta je teraz aktívny."
288 msgstr "Klávesy myši"
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/po/cs/
H A Dkaccess.po47 msgstr "Klávesa Shift není aktivní."
60 msgstr "Klávesa Ctrl je nyní aktivní."
65 msgstr "Klávesa Ctrl není aktivní."
78 msgstr "Klávesa Alt je nyní aktivní."
83 msgstr "Klávesa Alt není aktivní."
96 msgstr "Klávesa Win je nyní aktivní."
101 msgstr "Klávesa Win není aktivní."
119 msgstr "Klávesa Meta není aktivní."
137 msgstr "Klávesa Super není aktivní."
155 msgstr "Klávesa Hyper není aktivní."
[all …]
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dlevinson.cpp581 Word16 Kl; in Levinson() local
615 Kl = (Word16)((t0 >> 1) - ((Word32)(Kh) << 15)); in Levinson()
627 t0 = Mpy_32(Kh, Kl, Kh, Kl, pOverflow); /* K*K */ in Levinson()
683 Kl = (Word16)((t2 >> 1) - ((Word32)(Kh) << 15)); in Levinson()
708 t0 += (((Word32)Kl* *(p_Ah)) >> 15); in Levinson()
722 t0 = Mpy_32(Kh, Kl, Kh, Kl, pOverflow); /* K*K */ in Levinson()
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Dmul_fft.c649 mp_size_t Kl = K * l; in mpn_mul_fft_decompose() local
660 if (dif > Kl) in mpn_mul_fft_decompose()
664 cy = mpn_sub_n (tmp, n, n + Kl, Kl); in mpn_mul_fft_decompose()
665 n += 2 * Kl; in mpn_mul_fft_decompose()
666 dif -= Kl; in mpn_mul_fft_decompose()
669 while (dif > Kl) in mpn_mul_fft_decompose()
676 n += Kl; in mpn_mul_fft_decompose()
677 dif -= Kl; in mpn_mul_fft_decompose()
691 cy = mpn_sub (tmp, n, Kl, n + Kl, dif); in mpn_mul_fft_decompose()
694 tmp[Kl] = cy; in mpn_mul_fft_decompose()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dmul_fft.c649 mp_size_t Kl = K * l; in mpn_mul_fft_decompose() local
660 if (dif > Kl) in mpn_mul_fft_decompose()
664 cy = mpn_sub_n (tmp, n, n + Kl, Kl); in mpn_mul_fft_decompose()
665 n += 2 * Kl; in mpn_mul_fft_decompose()
666 dif -= Kl; in mpn_mul_fft_decompose()
669 while (dif > Kl) in mpn_mul_fft_decompose()
676 n += Kl; in mpn_mul_fft_decompose()
677 dif -= Kl; in mpn_mul_fft_decompose()
691 cy = mpn_sub (tmp, n, Kl, n + Kl, dif); in mpn_mul_fft_decompose()
694 tmp[Kl] = cy; in mpn_mul_fft_decompose()
[all …]
/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A Dmul_fft.c680 mp_size_t Kl = K * l; in mpn_mul_fft_decompose() local
691 if (dif > Kl) in mpn_mul_fft_decompose()
695 cy = mpn_sub_n (tmp, n, n + Kl, Kl); in mpn_mul_fft_decompose()
696 n += 2 * Kl; in mpn_mul_fft_decompose()
697 dif -= Kl; in mpn_mul_fft_decompose()
700 while (dif > Kl) in mpn_mul_fft_decompose()
707 n += Kl; in mpn_mul_fft_decompose()
708 dif -= Kl; in mpn_mul_fft_decompose()
722 cy = mpn_sub (tmp, n, Kl, n + Kl, dif); in mpn_mul_fft_decompose()
725 tmp[Kl] = cy; in mpn_mul_fft_decompose()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A Dmul_fft.c680 mp_size_t Kl = K * l; in mpn_mul_fft_decompose() local
691 if (dif > Kl) in mpn_mul_fft_decompose()
695 cy = mpn_sub_n (tmp, n, n + Kl, Kl); in mpn_mul_fft_decompose()
696 n += 2 * Kl; in mpn_mul_fft_decompose()
697 dif -= Kl; in mpn_mul_fft_decompose()
700 while (dif > Kl) in mpn_mul_fft_decompose()
707 n += Kl; in mpn_mul_fft_decompose()
708 dif -= Kl; in mpn_mul_fft_decompose()
722 cy = mpn_sub (tmp, n, Kl, n + Kl, dif); in mpn_mul_fft_decompose()
725 tmp[Kl] = cy; in mpn_mul_fft_decompose()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dcamellia.c188 Kd[0] = Kl; in generate_round_keys()
192 cs->Kw[0] = Kl[0]; in generate_round_keys()
193 cs->Kw[1] = Kl[1]; in generate_round_keys()
354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local
361 Kl[0] = AV_RB64(key); in av_camellia_init()
362 Kl[1] = AV_RB64(key + 8); in av_camellia_init()
371 D1 = Kl[0] ^ Kr[0]; in av_camellia_init()
372 D2 = Kl[1] ^ Kr[1]; in av_camellia_init()
375 D1 ^= Kl[0]; in av_camellia_init()
376 D2 ^= Kl[1]; in av_camellia_init()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dcamellia.c188 Kd[0] = Kl; in generate_round_keys()
192 cs->Kw[0] = Kl[0]; in generate_round_keys()
193 cs->Kw[1] = Kl[1]; in generate_round_keys()
354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local
361 Kl[0] = AV_RB64(key); in av_camellia_init()
362 Kl[1] = AV_RB64(key + 8); in av_camellia_init()
371 D1 = Kl[0] ^ Kr[0]; in av_camellia_init()
372 D2 = Kl[1] ^ Kr[1]; in av_camellia_init()
375 D1 ^= Kl[0]; in av_camellia_init()
376 D2 ^= Kl[1]; in av_camellia_init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dcamellia.c188 Kd[0] = Kl; in generate_round_keys()
192 cs->Kw[0] = Kl[0]; in generate_round_keys()
193 cs->Kw[1] = Kl[1]; in generate_round_keys()
354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local
361 Kl[0] = AV_RB64(key); in av_camellia_init()
362 Kl[1] = AV_RB64(key + 8); in av_camellia_init()
371 D1 = Kl[0] ^ Kr[0]; in av_camellia_init()
372 D2 = Kl[1] ^ Kr[1]; in av_camellia_init()
375 D1 ^= Kl[0]; in av_camellia_init()
376 D2 ^= Kl[1]; in av_camellia_init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dcamellia.c188 Kd[0] = Kl; in generate_round_keys()
192 cs->Kw[0] = Kl[0]; in generate_round_keys()
193 cs->Kw[1] = Kl[1]; in generate_round_keys()
354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local
361 Kl[0] = AV_RB64(key); in av_camellia_init()
362 Kl[1] = AV_RB64(key + 8); in av_camellia_init()
371 D1 = Kl[0] ^ Kr[0]; in av_camellia_init()
372 D2 = Kl[1] ^ Kr[1]; in av_camellia_init()
375 D1 ^= Kl[0]; in av_camellia_init()
376 D2 ^= Kl[1]; in av_camellia_init()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dcamellia.c188 Kd[0] = Kl; in generate_round_keys()
192 cs->Kw[0] = Kl[0]; in generate_round_keys()
193 cs->Kw[1] = Kl[1]; in generate_round_keys()
354 uint64_t Kl[2], Kr[2], Ka[2], Kb[2]; in av_camellia_init() local
361 Kl[0] = AV_RB64(key); in av_camellia_init()
362 Kl[1] = AV_RB64(key + 8); in av_camellia_init()
371 D1 = Kl[0] ^ Kr[0]; in av_camellia_init()
372 D2 = Kl[1] ^ Kr[1]; in av_camellia_init()
375 D1 ^= Kl[0]; in av_camellia_init()
376 D2 ^= Kl[1]; in av_camellia_init()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/clpqr/clpqr/
H A Dordering.pl188 group([K-Kl|Ks],Res) :-
189 group(Ks,K,Kl,Res).
191 group([],K,Kl,[K-Kl]).
192 group([L-Ll|Ls],K,Kl,Res) :-
194 -> append(Kl,Ll,KLl),
196 ; Res = [K-Kl|Tail],
/dports/lang/yap/yap-6.2.2/packages/clpqr/clpqr/
H A Dordering.pl188 group([K-Kl|Ks],Res) :-
189 group(Ks,K,Kl,Res).
191 group([],K,Kl,[K-Kl]).
192 group([L-Ll|Ls],K,Kl,Res) :-
194 -> append(Kl,Ll,KLl),
196 ; Res = [K-Kl|Tail],
/dports/sysutils/usermin/usermin-1.830/ssh/ulang/
H A Dcs.auto4 index_pass=Klíčové heslo
12 auths_key=Klíčové číslice
23 auth_bits=Klíčové bity
24 auth_exp=Klíčový exponent
25 auth_key=Klíčové číslice
57 known_bits=Klíčové bity
58 known_exp=Klíčový exponent
75 ekey_header=Klíčové komponenty SSH
79 ekey_egone=Klíč již neexistuje!

12345678910>>...98