Home
last modified time | relevance | path

Searched refs:hrat (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/raster/r.out.gdal/
H A Dattr.c24 GDALRasterAttributeTableH hrat; in export_attr() local
80 hrat = GDALCreateRasterAttributeTable(); in export_attr()
93 GDALRATSetRowCount(hrat, cats.ncats); in export_attr()
121 GDALRATSetRowCount(hrat, cats.ncats); in export_attr()
145 GDALDestroyRasterAttributeTable(hrat); in export_attr()
151 hrat = GDALCreateRasterAttributeTable(); in export_attr()
169 GDALRATSetValueAsInt(hrat, i, 2, r1); in export_attr()
170 GDALRATSetValueAsInt(hrat, i, 3, r2); in export_attr()
171 GDALRATSetValueAsInt(hrat, i, 4, g1); in export_attr()
172 GDALRATSetValueAsInt(hrat, i, 5, g2); in export_attr()
[all …]
/dports/games/fillets-ng/fillets-ng-data-1.0.1/script/viking1/
H A Dcode.lua107 melodak1.hrat = -1
123 melodak1.hrat = 0
174 basak.hrat = -1
191 basak.hrat = -1
193 basak.hrat = 1
195 basak.hrat = 2
197 basak.hrat = 3
234 piskac.hrat = -1
258 piskac.hrat = 1
260 piskac.hrat = 2
[all …]
/dports/math/maxima/maxima-5.43.2/share/odepack/src/
H A Ddlhin.lisp37 (hlb 0.0d0) (hnew 0.0d0) (hrat 0.0d0) (hub 0.0d0) (t1 0.0d0)
39 (declare (type (double-float) yddnrm tround tdist t1 hub hrat hnew hlb
107 (setf hrat (/ hnew hg))
108 (if (and (> hrat half) (< hrat two)) (go label80))
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/arkode/
H A Darkode_adapt.c340 realtype k1, k2, e1, e2, hrat, h_acc; in arkAdaptImpGus() local
356 hrat = hcur / hadapt_mem->hhist[0]; in arkAdaptImpGus()
357 h_acc = hcur * hrat * SUNRpowerR(e1,k1) * SUNRpowerR(e2,k2); in arkAdaptImpGus()
373 realtype k1, k2, k3, e1, e2, hrat, h_acc; in arkAdaptImExGus() local
390 hrat = hcur / hadapt_mem->hhist[0]; in arkAdaptImExGus()
392 h_acc = hcur * hrat * SUNRpowerR(e1,k3) * SUNRpowerR(e2,k3); in arkAdaptImExGus()
H A Darkode.c2178 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in arkHin() local
2241 hrat = hnew/hg; in arkHin()
2244 if ((hrat > HALF) && (hrat < TWO)) break; in arkHin()
2247 if ((count1 > 1) && (hrat > TWO)) { in arkHin()
/dports/math/sundials/sundials-5.7.0/src/arkode/
H A Darkode_adapt.c340 realtype k1, k2, e1, e2, hrat, h_acc; in arkAdaptImpGus() local
356 hrat = hcur / hadapt_mem->hhist[0]; in arkAdaptImpGus()
357 h_acc = hcur * hrat * SUNRpowerR(e1,k1) * SUNRpowerR(e2,k2); in arkAdaptImpGus()
373 realtype k1, k2, k3, e1, e2, hrat, h_acc; in arkAdaptImExGus() local
390 hrat = hcur / hadapt_mem->hhist[0]; in arkAdaptImExGus()
392 h_acc = hcur * hrat * SUNRpowerR(e1,k3) * SUNRpowerR(e2,k3); in arkAdaptImExGus()
H A Darkode.c2080 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in arkHin() local
2143 hrat = hnew/hg; in arkHin()
2146 if ((hrat > HALF) && (hrat < TWO)) break; in arkHin()
2149 if ((count1 > 1) && (hrat > TWO)) { in arkHin()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_rx_kokkos.cpp457 double hrat = hnew / hg; in k_rkf45_h0() local
460 if ((hrat > 0.5) && (hrat < 2.0)) in k_rkf45_h0()
464 if ((iter > 1) && hrat > 2.0) { in k_rkf45_h0()
776 double hrat = hnew / hg; in rkf45_h0() local
779 if ((hrat > 0.5) && (hrat < 2.0)) in rkf45_h0()
783 if ((iter > 1) && hrat > 2.0) { in rkf45_h0()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/bash/
H A Dreport_mysql_info.sh1416 …local hrat=$(fuzzy_pct $(get_var Qcache_hits "$dir/mysql-status") $(get_var Qcache_inserts "$dir/m…
1420 name_val HitToInsertRatio "${hrat}"
/dports/science/lammps/lammps-stable_29Sep2021/src/DPD-REACT/
H A Dfix_rx.cpp1221 double hrat = hnew / hg; in rkf45_h0() local
1224 if ((hrat > 0.5) && (hrat < 2.0)) in rkf45_h0()
1228 if ((iter > 1) && hrat > 2.0) { in rkf45_h0()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes.c2251 realtype hg, hgs, hs, hnew, hrat, yppnorm; in cpHinExpl() local
2301 hrat = hnew/hg; in cpHinExpl()
2304 if ((hrat > HALF) && (hrat < TWO)) { in cpHinExpl()
2309 if ((count1 > 1) && (hrat > TWO)) { in cpHinExpl()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/cvode/
H A Dcvode.c1887 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
1958 hrat = hnew/hg; in cvHin()
1961 if ((hrat > HALF) && (hrat < TWO)) break; in cvHin()
1964 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/math/sundials/sundials-5.7.0/src/cvode/
H A Dcvode.c1910 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
1981 hrat = hnew/hg; in cvHin()
1984 if ((hrat > HALF) && (hrat < TWO)) break; in cvHin()
1987 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/cvode/
H A Dcvode.c2120 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in CVHin() local
2221 hrat = hnew / hg; in CVHin()
2224 if ((hrat > HALF) && (hrat < TWO)) in CVHin()
2230 if ((count1 > 1) && (hrat > TWO)) in CVHin()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/bin/
H A Dpt-mysql-summary2378 …local hrat=$(fuzzy_pct $(get_var Qcache_hits "$dir/mysql-status") $(get_var Qcache_inserts "$dir/m…
2382 name_val HitToInsertRatio "${hrat}"
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/cvodes/
H A Dcvodes.c4283 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
4357 hrat = hnew/hg; in cvHin()
4360 if ((hrat > HALF) && (hrat < TWO)) { in cvHin()
4365 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/cvodes/
H A Dcvodes.c4581 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
4656 hrat = hnew/hg; in cvHin()
4659 if ((hrat > HALF) && (hrat < TWO)) break; in cvHin()
4662 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/cvodes/
H A Dcvodes.c4921 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
4996 hrat = hnew/hg; in cvHin()
4999 if ((hrat > HALF) && (hrat < TWO)) break; in cvHin()
5002 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/cvodes/
H A Dcvodes.c4849 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
4924 hrat = hnew/hg; in cvHin()
4927 if ((hrat > HALF) && (hrat < TWO)) break; in cvHin()
4930 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/math/sundials/sundials-5.7.0/src/cvodes/
H A Dcvodes.c4921 realtype hg, hgs, hs, hnew, hrat, h0, yddnrm; in cvHin() local
4996 hrat = hnew/hg; in cvHin()
4999 if ((hrat > HALF) && (hrat < TWO)) break; in cvHin()
5002 if ((count1 > 1) && (hrat > TWO)) { in cvHin()
/dports/games/gnome-chess/gnome-chess-41.1/help/cs/
H A Dcs.po549 "tutorialycesky.cz/kurzy/jak-hrat-sachy/\">českých videonávodech</link>."
/dports/chinese/rime-middle-chinese/rime-middle-chinese-582e144e525525ac2b6c2498097d7c7919e84174/
H A Dzyenpheng.dict.yaml21137hrat
21144hrat
21148 �� hrat
21203 �� hrat
/dports/chinese/brise/brise-brise-0.35/supplement/
H A Dzyenpheng.dict.yaml21119hrat
21126hrat
21130 �� hrat
21185 �� hrat
/dports/games/bzflag-server/bzflag-2.4.22/data/l10n/
H A Dbzflag_sk.po1341 msgstr "zacnu hrat od ich zakladne. Ak vezmete Vasu vlajky do zakladne nepriatela, pocita"
/dports/games/bzflag/bzflag-2.4.22/data/l10n/
H A Dbzflag_sk.po1341 msgstr "zacnu hrat od ich zakladne. Ak vezmete Vasu vlajky do zakladne nepriatela, pocita"

12