Home
last modified time | relevance | path

Searched refs:mata (Results 1 – 25 of 1292) sorted by relevance

12345678910>>...52

/dports/misc/sword/sword-1.8.1/locales.d/
H A Dlv-utf8.conf13 Numbers=Skaitļu grāmata
15 Joshua=Jozus grāmata
17 Ruth=Rutas grāmata
24 Ezra=Ezras grāmata
26 Tobit=Tobija grāmata
31 Job=Ījaba grāmata
44 Hosea=Oseja grāmata
45 Joel=Joēla grāmata
46 Amos=Amosa grāmata
107 Ījaba grāmata=Job
[all …]
/dports/astro/kstars/kstars-3.5.6/packaging/android/apk/src/org/kde/kstars/math/
H A DMatrix3.java423 float v00 = mata[M00] * matb[M00] + mata[M01] * matb[M10] + mata[M02] * matb[M20]; in mul()
424 float v01 = mata[M00] * matb[M01] + mata[M01] * matb[M11] + mata[M02] * matb[M21]; in mul()
425 float v02 = mata[M00] * matb[M02] + mata[M01] * matb[M12] + mata[M02] * matb[M22]; in mul()
427 float v10 = mata[M10] * matb[M00] + mata[M11] * matb[M10] + mata[M12] * matb[M20]; in mul()
428 float v11 = mata[M10] * matb[M01] + mata[M11] * matb[M11] + mata[M12] * matb[M21]; in mul()
429 float v12 = mata[M10] * matb[M02] + mata[M11] * matb[M12] + mata[M12] * matb[M22]; in mul()
431 float v20 = mata[M20] * matb[M00] + mata[M21] * matb[M10] + mata[M22] * matb[M20]; in mul()
432 float v21 = mata[M20] * matb[M01] + mata[M21] * matb[M11] + mata[M22] * matb[M21]; in mul()
433 float v22 = mata[M20] * matb[M02] + mata[M21] * matb[M12] + mata[M22] * matb[M22]; in mul()
435 mata[M00] = v00; in mul()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/id_ID/
H A Dmulticurrency.lang2 MultiCurrency=Multi mata uang
4 ErrorAddCurrencyFail=Kesalahan dalam mata uang yang ditambahkan
7 MULTICURRENCY_USE_RATE_ON_DOCUMENT_DATE=Gunakan tanggal dokumen untuk menemukan nilai tukar mata ua…
10 …unakan akun gratis, Anda tidak dapat mengubah mata uang sumber<b></b> (secara default USD). <br> J…
15 CurrenciesUsed_help_to_add=Tambahkan berbagai mata uang dan nilai tukar yang perlu Anda gunakan pad…
17 MulticurrencyReceived=Menerima, mata uang asli
18 MulticurrencyRemainderToTake=Jumlah yang tersisa, mata uang asli
19 MulticurrencyPaymentAmount=Jumlah pembayaran, mata uang asli
20 AmountToOthercurrency=Jumlah Ke (dalam mata uang akun penerima)
21 CurrencyRateSyncSucceed=Sinkronisasi nilai tukar mata uang dilakukan dengan sukses
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/id_ID/
H A Dmulticurrency.lang2 MultiCurrency=Multi mata uang
4 ErrorAddCurrencyFail=Kesalahan dalam mata uang yang ditambahkan
7 MULTICURRENCY_USE_RATE_ON_DOCUMENT_DATE=Gunakan tanggal dokumen untuk menemukan nilai tukar mata ua…
10 …unakan akun gratis, Anda tidak dapat mengubah mata uang sumber<b></b> (secara default USD). <br> J…
15 CurrenciesUsed_help_to_add=Tambahkan berbagai mata uang dan nilai tukar yang perlu Anda gunakan pad…
17 MulticurrencyReceived=Menerima, mata uang asli
18 MulticurrencyRemainderToTake=Jumlah yang tersisa, mata uang asli
19 MulticurrencyPaymentAmount=Jumlah pembayaran, mata uang asli
20 AmountToOthercurrency=Jumlah Ke (dalam mata uang akun penerima)
21 CurrencyRateSyncSucceed=Sinkronisasi nilai tukar mata uang dilakukan dengan sukses
[all …]
/dports/science/dynare/dynare-4.6.4/dynare++/sylv/cc/
H A DSymSchurDecomp.cc30 SymSchurDecomp::SymSchurDecomp(const ConstGeneralMatrix &mata) in SymSchurDecomp() argument
31 : lambda(mata.nrows()), q(mata.nrows()) in SymSchurDecomp()
34 if (mata.nrows() != mata.ncols()) in SymSchurDecomp()
38 lapack_int n = mata.nrows(); in SymSchurDecomp()
39 GeneralMatrix tmpa(mata); in SymSchurDecomp()
/dports/graphics/photivo/photivo/Sources/
H A DptRefocusMatrix.cpp117 const ptCMat* const mata, in ConvolveMatrix() argument
123 const int ya_low = MAX (-mata->Radius, yr - matb->Radius); in ConvolveMatrix()
124 const int ya_high = MIN (mata->Radius, yr + matb->Radius); in ConvolveMatrix()
126 const int xa_high = MIN (mata->Radius, xr + matb->Radius); in ConvolveMatrix()
131 val += c_mat_elt (mata, xa, ya) * in ConvolveMatrix()
142 const ptCMat* const mata, in ConvolveStarMatrix() argument
149 const int ya_high = MIN (mata->Radius, matb->Radius - yr); in ConvolveStarMatrix()
151 const int xa_high = MIN (mata->Radius, matb->Radius - xr); in ConvolveStarMatrix()
156 val += c_mat_elt (mata, xa, ya) * in ConvolveStarMatrix()
175 for (ya = -mata->Radius; ya <= mata->Radius; ya++) { in ConvolveMatrixFunction()
[all …]
/dports/net-im/purple-facebook/purple-facebook-0.9.6/pidgin/libpurple/protocols/facebook/
H A Dutil.c307 gpointer data = mata[2]; in fb_util_request_buddy_ok()
313 g_free(mata); in fb_util_request_buddy_ok()
329 g_free(mata); in fb_util_request_buddy_ok()
336 gpointer data = mata[2]; in fb_util_request_buddy_cancel()
342 g_free(mata); in fb_util_request_buddy_cancel()
355 gpointer *mata; in fb_util_request_buddy() local
364 mata = g_new0(gpointer, 3); in fb_util_request_buddy()
365 mata[0] = ok_cb; in fb_util_request_buddy()
366 mata[1] = cancel_cb; in fb_util_request_buddy()
367 mata[2] = data; in fb_util_request_buddy()
[all …]
/dports/math/Imath/Imath-3.1.4/src/python/PyImathSpeedTest/
H A DpyImathSpeedTest.in64 mata = test_input[0]
65 x = mata.inverse()
68 mata = test_input[0]
69 mata.invert()
72 mata = test_input[0]
73 x = mata.gjInverse()
76 mata = test_input[0]
77 mata.gjInvert()
/dports/science/berkeleygw/BGW-2.0.0/Visual/
H A Dlink.py177 mata = mat_merge(matc, mats)
179 ierr = mat_write(fna, mata)
181 ierr = paratec_write(fna, mata)
183 ierr = vasp_write(fna, mata)
185 ierr = espresso_write(fna, mata)
187 ierr = siesta_write(fna, mata)
189 ierr = tbpw_write(fna, mata)
191 ierr = xyz_write(fna, mata)
193 ierr = xsf_write(fna, mata)
/dports/graphics/gimp-refocus-plugin/refocus-0.9.0/src/
H A Dmatrix.c138 const gint ya_low = MAX (-mata->radius, yr - matb->radius); in convolve_mat()
139 const gint ya_high = MIN (mata->radius, yr + matb->radius); in convolve_mat()
140 const gint xa_low = MAX (-mata->radius, xr - matb->radius); in convolve_mat()
141 const gint xa_high = MIN (mata->radius, xr + matb->radius); in convolve_mat()
148 val += c_mat_elt (mata, xa, ya) * in convolve_mat()
158 convolve_star_mat (CMat * result, const CMat * const mata, in convolve_star_mat() argument
168 const gint ya_high = MIN (mata->radius, matb->radius - yr); in convolve_star_mat()
177 val += c_mat_elt (mata, xa, ya) * in convolve_star_mat()
187 convolve_mat_fun (CMat * result, const CMat * const mata, in convolve_mat_fun() argument
198 for (ya = -mata->radius; ya <= mata->radius; ya++) in convolve_mat_fun()
[all …]
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/locale/to/
H A Demojis.dic11 �� mata fiefia none
20 �� mata fulihi none
26 �� mata fetuʻu none
28 �� mata ʻuma none
51 �� mata mioʻi none
57 �� mata mohe none
62 �� mata lua none
66 �� mata konā none
68 �� mata pahū none
78mata fingo none
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/locale/to/
H A Demojis.dic11 �� mata fiefia none
20 �� mata fulihi none
26 �� mata fetuʻu none
28 �� mata ʻuma none
51 �� mata mioʻi none
57 �� mata mohe none
62 �� mata lua none
66 �� mata konā none
68 �� mata pahū none
78mata fingo none
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex195.c16 Mat mata[4]; in main() local
57 mata[0]=A1,mata[1]=A2,mata[2]=A3,mata[3]=A4; in main()
58 ierr = MatNestSetSubMats(nest,2,NULL,2,NULL,mata);CHKERRQ(ierr); in main()
91 mata[0] = A5; in main()
94 ierr = MatNestSetSubMats(nest,2,NULL,2,NULL,mata);CHKERRQ(ierr); in main()
/dports/devel/p5-Text-Levenshtein/Text-Levenshtein-0.14/t/
H A D20-swedish.t62 mata
69 mata
73 mata
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_TestDiagDiv.cpp66 tmv::DiagMatrix<T> mata(10); in TestDiagDiv() local
67 m.makeInverseATA(mata); in TestDiagDiv()
71 std::cout<<"m.invata = "<<mata<<std::endl; in TestDiagDiv()
73 std::cout<<"Norm(diff) = "<<Norm(mata-mtm.inverse())<<std::endl; in TestDiagDiv()
75 Assert(Norm(mata-mtm.inverse()) < eps*Norm(mata),"Diag inverseATA"); in TestDiagDiv()
79 Assert(Norm(mata2-mata) < eps*Norm(mata),"Matrix = Diag inverseATA"); in TestDiagDiv()
H A DTMV_TestSmallMatrixDiv.cpp70 tmv::SmallMatrix<T,N,N> mata; in TestSmallSquareDiv() local
72 m.makeInverseATA(mata); in TestSmallSquareDiv()
76 std::cout<<"m.invata = "<<mata<<std::endl; in TestSmallSquareDiv()
78 std::cout<<"Norm(diff) = "<<Norm(mtemp=mata-mtminv)<<std::endl; in TestSmallSquareDiv()
80 Assert(Norm(mtemp=mata-mtminv) < eps*Norm(mata),"Square InverseATA"); in TestSmallSquareDiv()
222 tmv::SmallMatrix<T,N,N> mata; in TestSmallNonSquareDiv() local
223 m.makeInverseATA(mata); in TestSmallNonSquareDiv()
226 Assert(Norm(mnntemp=mata-mtminv) < eps*Norm(mata),"NonSquare InverseATA"); in TestSmallNonSquareDiv()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/sharp/
H A Drefocusmatrix.cpp185 void RefocusMatrix::convolve_mat(CMat* const result, const CMat* const mata, const CMat* const matb) in convolve_mat() argument
193 const int ya_low = qMax(-mata->radius, yr - matb->radius); in convolve_mat()
194 const int ya_high = qMin(mata->radius, yr + matb->radius); in convolve_mat()
195 const int xa_low = qMax(-mata->radius, xr - matb->radius); in convolve_mat()
196 const int xa_high = qMin(mata->radius, xr + matb->radius); in convolve_mat()
203 val += c_mat_elt(mata, xa, ya) * in convolve_mat()
221 const int ya_low = qMax(-mata->radius, -matb->radius - yr); in convolve_star_mat()
222 const int ya_high = qMin(mata->radius, matb->radius - yr); in convolve_star_mat()
223 const int xa_low = qMax(-mata->radius, -matb->radius - xr); in convolve_star_mat()
224 const int xa_high = qMin(mata->radius, matb->radius - xr); in convolve_star_mat()
[all …]
/dports/games/gnome-chess/gnome-chess-41.1/po/
H A Dca@valencia.po560 msgstr "El peó blanc a %1$s mata el peó negre a %2$s"
566 msgstr "El peó blanc a %1$s mata la torre negra a %2$s"
578 msgstr "El peó blanc a %1$s mata l'alfil negre a %2$s"
668 msgstr "L'alfil blanc a %1$s mata el peó negre a %2$s"
740 msgstr "El rei blanc a %1$s mata el peó negre a %2$s"
758 msgstr "El rei blanc a %1$s mata l'alfil negre a %2$s"
776 msgstr "El peó negre a %1$s mata el peó blanc a %2$s"
794 msgstr "El peó negre a %1$s mata l'alfil blanc a %2$s"
884 msgstr "L'alfil negre a %1$s mata el peó blanc a %2$s"
956 msgstr "El rei negre a %1$s mata el peó blanc a %2$s"
[all …]
H A Dca.po637 msgstr "El peó blanc a %1$s mata el peó negre a %2$s"
643 msgstr "El peó blanc a %1$s mata la torre negra a %2$s"
655 msgstr "El peó blanc a %1$s mata l'alfil negre a %2$s"
745 msgstr "L'alfil blanc a %1$s mata el peó negre a %2$s"
817 msgstr "El rei blanc a %1$s mata el peó negre a %2$s"
835 msgstr "El rei blanc a %1$s mata l'alfil negre a %2$s"
853 msgstr "El peó negre a %1$s mata el peó blanc a %2$s"
871 msgstr "El peó negre a %1$s mata l'alfil blanc a %2$s"
961 msgstr "L'alfil negre a %1$s mata el peó blanc a %2$s"
1033 msgstr "El rei negre a %1$s mata el peó blanc a %2$s"
[all …]
/dports/www/sogo/SOGo-5.4.0/SoObjects/Contacts/Latvian.lproj/
H A DLocalizable.strings1 "Personal Address Book" = "Personiskā adrešu grāmata";
2 "Collected Address Book" = "Savāktā adrešu grāmata";
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Contacts/Latvian.lproj/
H A DLocalizable.strings1 "Personal Address Book" = "Personiskā adrešu grāmata";
2 "Collected Address Book" = "Savāktā adrešu grāmata";
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Contacts/Latvian.lproj/
H A DLocalizable.strings1 "Personal Address Book" = "Personiskā adrešu grāmata";
2 "Collected Address Book" = "Savāktā adrešu grāmata";
/dports/sysutils/usermin/usermin-1.830/theme/ulang/
H A Dcs1 index_title=Témata Userminu
2 index_desc=Témata určují vzhled a chování uživatelského rozhraní Userminu pro Váš uživatelský účet,…
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/results/
H A Dtest_rls.do19 mata: se=sqrt(diagonal(st_matrix("e(V)")))
20 mata: se // .0005369357, .0005369357, .4699552366
/dports/science/plumed/plumed2-2.7.2/regtest/adjmat/rt-hbond/
H A Dplumed.dat11 mata: HBOND_MATRIX ATOMS=52,58,175 HYDROGENS=53,54,59,60,176,177 SWITCH={RATIONAL R_0=3.20} HSWITCH…
14 DUMPDERIVATIVES ARG=mata.* FILE=deriv FMT=%8.4f

12345678910>>...52