Searched refs:min_lw (Results 1 – 4 of 4) sorted by relevance
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/ |
H A D | adsorption.py | 445 min_lw=5.0, argument 468 xrep = np.ceil(min_lw / np.linalg.norm(self.slab.lattice.matrix[0])) 469 yrep = np.ceil(min_lw / np.linalg.norm(self.slab.lattice.matrix[1])) 490 min_lw=5.0, argument 517 min_lw=min_lw,
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/ |
H A D | autoadjust.cpp | 405 float min_lw, max_lw; in build_lw_lut() local 426 min_lw = std::max(bot_ref_lw, bot_lw); in build_lw_lut() 429 if (min_lw >= max_lw) { in build_lw_lut() 434 for (i = bot_ref_gr; ref_lw[i] < min_lw; i++) { in build_lw_lut() 440 for (i = bot_gr; lw[i] < min_lw; i++) { in build_lw_lut()
|
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/transformations/ |
H A D | advanced_transformations.py | 1650 min_lw=5.0, argument 1682 self.min_lw = min_lw 1710 min_lw=self.min_lw,
|
/dports/math/R-cran-NMF/NMF/R/ |
H A D | aheatmap.R | 44 min_lw = unit(1.1, "grobwidth", textGrob("-00.00", gp = gp)) functionVar 45 longest_break = max(longest_break, min_lw)
|