Home
last modified time | relevance | path

Searched refs:wI (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/x11-fm/filerunner/filerunner/frlib/
H A DgetGeo.tcl54 lassign [wm grid $w] bw bh wI hI
56 set flag [expr {$wI == {} ? "p" : "g"}]
58 frputs wI hI geo
66 if {$wI == {} } {
73 set wI [font measure $font "O"]
77 lassign [split $xy x] wI hI
83 frputs w bw wI h bh hI
84 return [expr {($ww - $bw) * $wI} +\
88 frputs m w wI bw h hI bh ex
89 if {$wI == {}} {
[all …]
/dports/net/gopher/gopher/gopher/locales/
H A Dklingon.msg34 16 " -r lo'wI' Hop\n"
70 35 "'ej De'wI' latlh DaQumchoH."
128 79 "De'wI' Hop vInaw'laHbe'."
146 97 "juH <Gopher> ma'wI': %.59s"
147 98 "De'wI' jIyu'nISbogh:"
148 99 "De'wI' pong"
149 100 "De'wI' pong jISovbe'."
159 110 "jatlhchuqDI' De'wI' Qagh"
163 114 "lo'wI' <%s> tu'be'lu'"
235 186 "\n\nma'wI' De'\n"
[all …]
/dports/math/R-cran-expm/expm/src/
H A Dlogm-eigen.c44 double *wI = (double *) R_alloc(n, sizeof(double)); /* imaginary part of eigenvalues */ in logm_eigen() local
61 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in logm_eigen()
69 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in logm_eigen()
83 if(wR[i] == wR[i+1] && wI[i] == -wI[i+1] && wI[i] != 0.0) in logm_eigen()
92 if(wR[i] == wR[i-1] && wI[i] == -wI[i-1] && wI[i] != 0.0) in logm_eigen()
159 logeigval[i * n +j].r = log( sqrt(wR[i] * wR[i] + wI[i] * wI[i]) ) ; in logm_eigen()
160 logeigval[i * n +j].i = atan2( wI[i], wR[i] ) ; in logm_eigen()
H A Dexpm-eigen.c40 double *wI = (double *) R_alloc(n, sizeof(double)); /* imaginary part of eigenvalues */ in expm_eigen() local
57 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in expm_eigen()
65 F77_CALL(dgeev)("N", "V", &n, z, &n, wR, wI, in expm_eigen()
79 if(wR[i] == wR[i+1] && wI[i] == -wI[i+1] && wI[i] != 0.0) in expm_eigen()
88 if(wR[i] == wR[i-1] && wI[i] == -wI[i-1] && wI[i] != 0.0) in expm_eigen()
156 expeigval[i * n +j].r = exp(wR[i]) * cos(wI[i]); in expm_eigen()
157 expeigval[i * n +j].i = exp(wR[i]) * sin(wI[i]); in expm_eigen()
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dcperiods.h53 bigcomplex wR, wI, wRI; variable
61 wR(to_bigfloat(0)), wI(to_bigfloat(0)), wRI(to_bigfloat(0)), in Cperiods()
70 wI=bigcomplex(to_bigfloat(0),2*y); in Cperiods()
76 wI=wRI=bigcomplex(to_bigfloat(0),y); in Cperiods()
87 wR(cp.wR), wI(cp.wI), wRI(cp.wRI), in Cperiods()
95 wR=cp.wR; wI=cp.wI; wRI=cp.wRI;
122 os<<"w_R = "<<cp.wR<<"\tw_I = "<<cp.wI<<endl;
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsprite_sel.c277 void ssel_add(int nString, int wI) { in ssel_add() argument
278 if ((wI >= SEL_ELEMENT_MAX -1) || (wI <= 0)) { in ssel_add()
282 if (sact.sel.elem[wI] != NULL) { in ssel_add()
283 g_free(sact.sel.elem[wI]); in ssel_add()
286 sact.sel.elem[wI] = g_strdup(v_str(nString -1)); in ssel_add()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/IdePlugin/lazarus/
H A Djcfidemain.pas277 wI := length(fcConverter.OutputCode);
278 while (wI > 1) and (fcConverter.OutputCode[wI] in [#10, #13, ' ']) do
279 Dec(wI);
280 outputstr := Copy(fcConverter.OutputCode, 1, wI);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/IdePlugin/lazarus/
H A Djcfidemain.pas277 wI := length(fcConverter.OutputCode);
278 while (wI > 1) and (fcConverter.OutputCode[wI] in [#10, #13, ' ']) do
279 Dec(wI);
280 outputstr := Copy(fcConverter.OutputCode, 1, wI);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-flow.mjs22wI(r,e){return 1==r.length?r(e):NB(r,[e])}function SI(r,e,n){return 2==r.length?r(e,n):NB(r,[e,n])… function
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DApproximationAlgorithmImplementation.cxx119 const Scalar wI = weight[i]; in setWeight() local
120 … if (!(wI > 0.0)) throw InvalidArgumentException(HERE) << "Error: can only use positive weight."; in setWeight()
121 hasUniformWeight_ = hasUniformWeight_ && (wI == firstWeight); in setWeight()
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dtlh_LATN-KlingonLatin.aff41 SFX N 0 wI' .
81 SFX V 0 wI' .
109 PFX v 0 wI .
H A Dtlh_LATN-KlingonLatin.dic410 De'wI'/N
419 De'wI'Hom/N
826 Qay'wI'/NO
1059 So'wI'/N
2095 mI'wI'/NE
2432 naw'wI'/N
2754 pe'wI'/N
2790 po'wI'/NE
3167 ra'wI'/NE
3306 tI'wI'/NE
[all …]
/dports/www/foswiki/Foswiki-2.1.6/locale/
H A Dtlh.po1415 msgstr "lo&&#39;wI&&#39; ta chenmoH"
2172 "teqlaHbe&&#39; De&&#39;wI&&#39;."
2182 "teqta&&#39; De&&#39;wI&&#39;. chaq lo&&#39;wI&&#39; nuv ta "
2399 "lo&&#39;wI&&#39; je:"
3610 msgstr "lo&&#39;wI&&#39; teq"
4583 "lo&&#39;wI&&#39; muvmeH mIw Qutlhbe&&#39; lo&&#39;wI&&#39; pat&&#39;e&&#39; "
4636 "De&&#39;wI&&#39;."
5198 msgstr "lo&&#39;wI&&#39; pong"
5202 msgstr "lo&&#39;wI&&#39; pong %1."
5211 msgstr "lo&&#39;wI&&#39;pu&&#39;"
[all …]
/dports/math/eclib/eclib-20210318/libsrc/
H A Dcperiods.cc292 wI = bigcomplex(to_bigfloat(0),2*imag(wRI)); in Cperiods()
296 wI=wRI; in Cperiods()
302 cout << "wI = " << wI << " \n"; in Cperiods()
309 cout << "wI = " << wI << " (should be imag)\n"; in Cperiods()
445 z1-=wI*floor(imag(z1)/imag(wI)); in XY_coords()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DMixture.cxx421 const Scalar wI = distributionCollection_[i].getWeight(); in computeConditionalPDF() local
422 … conditioningPDF += wI * distributionCollection_[i].getMarginal(conditioningIndices).computePDF(y); in computeConditionalPDF()
424 … conditionedPDF += wI * distributionCollection_[i].getMarginal(conditionedIndices).computePDF(z); in computeConditionalPDF()
498 const Scalar wI = distributionCollection_[i].getWeight(); in computeSequentialConditionalCDF() local
499 weights[i] = wI; in computeSequentialConditionalCDF()
501 const Scalar weightedMarginalAtomPDF = wI * marginalAtom.computePDF(xConditioned); in computeSequentialConditionalCDF()
504 cdfConditioned += wI * marginalAtom.computeCDF(xConditioned); in computeSequentialConditionalCDF()
520 const Scalar wI = weights[i]; in computeSequentialConditionalCDF() local
522 const Scalar weightedMarginalAtomPDF = wI * marginalAtom.computePDF(currentX); in computeSequentialConditionalCDF()
/dports/lang/perl5.34/perl-5.34.0/cpan/autodie/t/lib/pujHa/ghach/
H A DDotlh.pm5 # Ideally this should be le'wI' - Thing that is exceptional. ;)
/dports/lang/perl5.30/perl-5.30.3/cpan/autodie/t/lib/pujHa/ghach/
H A DDotlh.pm5 # Ideally this should be le'wI' - Thing that is exceptional. ;)
/dports/lang/perl5.32/perl-5.32.1/cpan/autodie/t/lib/pujHa/ghach/
H A DDotlh.pm5 # Ideally this should be le'wI' - Thing that is exceptional. ;)
/dports/devel/p5-autodie/autodie-2.29/t/lib/pujHa/ghach/
H A DDotlh.pm5 # Ideally this should be le'wI' - Thing that is exceptional. ;)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/autodie/t/lib/pujHa/ghach/
H A DDotlh.pm5 # Ideally this should be le'wI' - Thing that is exceptional. ;)
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) { in convertToSSA() local
370 bb = BasicBlock::get(wI); in convertToSSA()
394 wI.insert(dfBB); in convertToSSA()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) { in convertToSSA() local
370 bb = BasicBlock::get(wI); in convertToSSA()
394 wI.insert(dfBB); in convertToSSA()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) { in convertToSSA() local
370 bb = BasicBlock::get(wI); in convertToSSA()
394 wI.insert(dfBB); in convertToSSA()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) { in convertToSSA() local
370 bb = BasicBlock::get(wI); in convertToSSA()
394 wI.insert(dfBB); in convertToSSA()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp369 for (DLList::Iterator wI = workList.iterator(); !wI.end(); wI.erase()) { in convertToSSA() local
370 bb = BasicBlock::get(wI); in convertToSSA()
394 wI.insert(dfBB); in convertToSSA()

12345678910>>...24