Home
last modified time | relevance | path

Searched refs:min_z (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dmfe_window.i21 mfe_window_zscore(double min_z,
24 return vrna_mfe_window_zscore($self, min_z, nullfile);
28 zsc_filter_init(double min_z = -2.0,
31 return vrna_zsc_filter_init($self, min_z, options);
35 zsc_filter_update(double min_z,
38 return vrna_zsc_filter_update($self, min_z, options);
91 double min_z,
96 min_z,
130 double min_z,
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/couple/
H A Dhecmw_couple_bounding_box.c67 bbox->just->min_z = 0.0; in alloc_struct_bbox()
74 bbox->enlarged->min_z = 0.0; in alloc_struct_bbox()
93 double min_x, min_y, min_z, max_x, max_y, max_z; in HECMW_couple_set_bounding_box() local
122 min_x = min_y = min_z = +INFINITE; in HECMW_couple_set_bounding_box()
181 if (coord_z < min_z) min_z = coord_z; in HECMW_couple_set_bounding_box()
196 bbox->just->min_z = min_z; in HECMW_couple_set_bounding_box()
205 length_z = bbox->just->max_z - bbox->just->min_z; in HECMW_couple_set_bounding_box()
222 bbox->enlarged->min_z = min_z - length_z * half_coef; in HECMW_couple_set_bounding_box()
225 bbox->enlarged->min_z = min_z - half_coef; in HECMW_couple_set_bounding_box()
H A Dhecmw_couple_background_cell.c64 double min_x, min_y, min_z, max_x, max_y, max_z, dx, dy, dz, coord_x, coord_y, in elem_size_by_elem() local
74 min_x = min_y = min_z = +INFINITE; in elem_size_by_elem()
86 if (coord_z < min_z) min_z = coord_z; in elem_size_by_elem()
94 dz = max_z - min_z; in elem_size_by_elem()
111 double min_x, min_y, min_z, max_x, max_y, max_z, dx, dy, dz, coord_x, coord_y, in elem_size_by_surf() local
121 min_x = min_y = min_z = +INFINITE; in elem_size_by_surf()
133 if (coord_z < min_z) min_z = coord_z; in elem_size_by_surf()
141 dz = max_z - min_z; in elem_size_by_surf()
218 bbox_size_z = bbox->enlarged->max_z - bbox->enlarged->min_z; in HECMW_couple_set_background_cell()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/
H A Dbpgl_project.cxx35 double min_z = box.min_z(), max_z = box.max_z(); in project_bounding_box() local
37 p[0].set(min_x, min_y, min_z); p[1].set(max_x, min_y, min_z); in project_bounding_box()
38 p[2].set(min_x, max_y, min_z); p[3].set(max_x, max_y, min_z); in project_bounding_box()
/dports/cad/opencascade/opencascade-7.6.0/tests/v3d/bugs/
H A Dbug25760_115 set min_z [expr pow (-10, $i)]
16 set max_z [expr $min_z + 1000]
17 plane p1 0 0 $min_z 0 0 1
37 puts "min_z: $min_z"
48 puts "min_z: $min_z"
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgraphics.cpp112 int min_z = std::numeric_limits<int>::min(); in Draw() local
115 min_z = transition.GetZ(); in Draw()
117 min_z = transition.GetZ() + 1; in Draw()
120 LocalDraw(dst, min_z, max_z); in Draw()
123 void Graphics::LocalDraw(Bitmap& dst, int min_z, int max_z) { in LocalDraw() argument
126 if (!drawable_list.empty() && min_z == std::numeric_limits<int>::min()) { in LocalDraw()
130 drawable_list.Draw(dst, min_z, max_z); in LocalDraw()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dzscore.c31 double min_z, in vrna_zsc_filter_init() argument
41 fc->zscore_data->min_z = min_z; in vrna_zsc_filter_init()
61 double min_z, in vrna_zsc_filter_update() argument
66 vrna_zsc_filter_init(fc, min_z, options); in vrna_zsc_filter_update()
68 fc->zscore_data->min_z = min_z; in vrna_zsc_filter_update()
134 return fc->zscore_data->min_z; in vrna_zsc_filter_threshold()
192 if (difference - (d->min_z * min_sd) <= 0.0001) { in get_zscore()
H A Dmfe_window.h149 double min_z,
155 double min_z,
231 double min_z,
238 double min_z,
/dports/comms/rtl-sdr/librtlsdr-0.6.0/debian/
H A Dheatmap.py30 min_z = 0 variable
51 min_z = min(min_z, min(z for z in zs if not math.isinf(z))) variable
69 print("x: %i, y: %i, z: (%f, %f)" % (len(freqs), len(times), min_z, max_z))
72 g = (z - min_z) / (max_z - min_z)
76 g = (z - min_z) / (max_z - min_z)
101 if not z >= min_z:
102 z = min_z
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DSpectrogram.h214 min_z = d_mup->evalSingleLine();
216 min_z = d_mup->eval().toDouble();
218 max_z = min_z;
230 if (aux <= min_z)
231 min_z = aux;
246 if (aux <= min_z)
247 min_z = aux;
256 m->range(&min_z, &max_z);
275 return QwtDoubleInterval(min_z, max_z); in range()
293 double min_z, max_z; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boct/tests/
H A Dtest_find_neighbors.cxx36 …if (intersectionbox.min_y()!=intersectionbox.max_y() && intersectionbox.min_z()!=intersectionbox.m… in brute_force_test_neighbor()
41 …if (intersectionbox.min_y()!=intersectionbox.max_y() && intersectionbox.min_z()!=intersectionbox.m… in brute_force_test_neighbor()
46 …if (intersectionbox.min_x()!=intersectionbox.max_x() && intersectionbox.min_z()!=intersectionbox.m… in brute_force_test_neighbor()
51 …if (intersectionbox.min_x()!=intersectionbox.max_x() && intersectionbox.min_z()!=intersectionbox.m… in brute_force_test_neighbor()
57 … if (intersectionbox.min_z()==intersectionbox.max_z() && intersectionbox.min_z()==cellbox.min_z()) in brute_force_test_neighbor()
62 … if (intersectionbox.min_z()==intersectionbox.max_z() && intersectionbox.max_z()==cellbox.max_z()) in brute_force_test_neighbor()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/octree/include/pcl/octree/
H A Doctree_search.h455 double min_z,
502 double min_z,
528 double& min_z, in initIntersectedVoxel() argument
569 min_z = (this->min_z_ - origin.z()) / direction.z(); in initIntersectedVoxel()
585 double min_z, in getFirstIntersectedNode() argument
593 if (min_x > min_z) { in getFirstIntersectedNode()
602 if (mid_x < min_z) in getFirstIntersectedNode()
604 if (mid_y < min_z) in getFirstIntersectedNode()
609 if (min_y > min_z) { in getFirstIntersectedNode()
618 if (mid_x < min_z) in getFirstIntersectedNode()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dinfo.c98 double min_x, max_x, min_y, max_y, min_z, max_z; in scan_bounds() local
106 min_x = max_x = min_y = max_y = min_z = max_z = 0.0 / 0.0; in scan_bounds()
126 min_z = z; in scan_bounds()
139 if (z < min_z) in scan_bounds()
140 min_z = z; in scan_bounds()
151 fprintf(stdout, "z: %11f %11f\n", min_z * zscale, max_z * zscale); in scan_bounds()
155 max_y, min_y, max_x, min_x, min_z * zscale, in scan_bounds()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dinfo.c99 double min_x, max_x, min_y, max_y, min_z, max_z; in scan_bounds() local
107 min_x = max_x = min_y = max_y = min_z = max_z = 0.0 / 0.0; in scan_bounds()
127 min_z = z; in scan_bounds()
140 if (z < min_z) in scan_bounds()
141 min_z = z; in scan_bounds()
152 fprintf(stdout, "z: %11f %11f\n", min_z * zscale, max_z * zscale); in scan_bounds()
156 max_y, min_y, max_x, min_x, min_z * zscale, in scan_bounds()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/octree/include/pcl/octree/impl/
H A Doctree_search.hpp608 double min_x, min_y, min_z, max_x, max_y, max_z; in getIntersectedVoxelCenters() local
615 min_z, in getIntersectedVoxelCenters()
643 double min_x, min_y, min_z, max_x, max_y, max_z; in getIntersectedVoxelIndices() local
650 min_z, in getIntersectedVoxelIndices()
667 double min_z, in getIntersectedVoxelCentersRecursive() argument
697 double mid_z = 0.5 * (min_z + max_z); in getIntersectedVoxelCentersRecursive()
730 min_z, in getIntersectedVoxelCentersRecursive()
762 min_z, in getIntersectedVoxelCentersRecursive()
794 min_z, in getIntersectedVoxelCentersRecursive()
863 double min_z, in getIntersectedVoxelIndicesRecursive() argument
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreader_bil.cpp144 header.min_z = F64_MAX; in open()
165 if (header.min_z > elevation) header.min_z = elevation; in open()
190 if (header.min_z > elevation) header.min_z = elevation; in open()
218 if (header.min_z > elevation) header.min_z = elevation; in open()
243 if (header.min_z > elevation) header.min_z = elevation; in open()
271 if (header.min_z > elevation) header.min_z = elevation; in open()
296 if (header.min_z > elevation) header.min_z = elevation; in open()
331 header.min_z = 0; in open()
924 F64 dequant_min_z = header.get_z(header.get_Z(header.min_z)); in populate_bounding_box()
965 if ((header.min_z > 0) != (dequant_min_z > 0)) in populate_bounding_box()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/
H A Dvpgl_backproject_dem.h50 double max_z, double min_z,
61 double max_z, double min_z,
75 double max_z, double min_z,
86 double max_z, double min_z,
H A Dvpgl_backproject_dem.cxx161 double min_z, in bproj_dem() argument
167 …std::cout << "vpgl_backproj_dem " << image_point << " max_z " << max_z << " min_z " << min_z << " … in bproj_dem()
170 double dz = (max_z - min_z); in bproj_dem()
227 double min_z, in bproj_dem() argument
237 bool good = this->bproj_dem(cam, img_pt, max_z, min_z, init_guess, wrld_pt, error_tol); in bproj_dem()
253 double min_z, in bproj_dem() argument
260 return this->bproj_dem(cam, image_point, max_z, min_z, initial_guess, world_point, error_tol); in bproj_dem()
267 double min_z, in bproj_dem() argument
274 return this->bproj_dem(cam, image_point, max_z, min_z, initial_guess, world_point, error_tol); in bproj_dem()
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/Feature/
H A DCluster_vertical_extent.h61 float min_z = (std::numeric_limits<float>::max)(); in Cluster_vertical_extent() local
68 min_z = (std::min) (float(bbox.zmin()), min_z); in Cluster_vertical_extent()
71 m_values.push_back ((max_z - min_z)); in Cluster_vertical_extent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde6 float min_x, min_y, min_z, max_x, max_y, max_z;
11 min_z = Float.POSITIVE_INFINITY;
25 min_z = min(t.p1.z, min(t.p2.z, t.p3.z));
29 center.z = (max_z + min_z) / 2;
35 min_z = min(min_z, bbx.min_z);
42 center.z = (max_z + min_z) / 2;
83 tzmin = (min_z - r.ori.z) * (1.0f / r.dir.z);
87 tzmax = (min_z - r.ori.z) * (1.0f / r.dir.z);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde6 float min_x, min_y, min_z, max_x, max_y, max_z;
11 min_z = Float.POSITIVE_INFINITY;
25 min_z = min(t.p1.z, min(t.p2.z, t.p3.z));
29 center.z = (max_z + min_z) / 2;
35 min_z = min(min_z, bbx.min_z);
42 center.z = (max_z + min_z) / 2;
83 tzmin = (min_z - r.ori.z) * (1.0f / r.dir.z);
87 tzmax = (min_z - r.ori.z) * (1.0f / r.dir.z);
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde6 float min_x, min_y, min_z, max_x, max_y, max_z;
11 min_z = Float.POSITIVE_INFINITY;
25 min_z = min(t.p1.z, min(t.p2.z, t.p3.z));
29 center.z = (max_z + min_z) / 2;
35 min_z = min(min_z, bbx.min_z);
42 center.z = (max_z + min_z) / 2;
83 tzmin = (min_z - r.ori.z) * (1.0f / r.dir.z);
87 tzmax = (min_z - r.ori.z) * (1.0f / r.dir.z);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde6 float min_x, min_y, min_z, max_x, max_y, max_z;
11 min_z = Float.POSITIVE_INFINITY;
25 min_z = min(t.p1.z, min(t.p2.z, t.p3.z));
29 center.z = (max_z + min_z) / 2;
35 min_z = min(min_z, bbx.min_z);
42 center.z = (max_z + min_z) / 2;
83 tzmin = (min_z - r.ori.z) * (1.0f / r.dir.z);
87 tzmax = (min_z - r.ori.z) * (1.0f / r.dir.z);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A DBVH.pde6 float min_x, min_y, min_z, max_x, max_y, max_z;
11 min_z = Float.POSITIVE_INFINITY;
25 min_z = min(t.p1.z, min(t.p2.z, t.p3.z));
29 center.z = (max_z + min_z) / 2;
35 min_z = min(min_z, bbx.min_z);
42 center.z = (max_z + min_z) / 2;
83 tzmin = (min_z - r.ori.z) * (1.0f / r.dir.z);
87 tzmax = (min_z - r.ori.z) * (1.0f / r.dir.z);
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/VOX/Source/
H A Dvox3d.c92 fix min_z; in vx_render() local
242 min_z = tmp[0]->gZ; in vx_render()
245 if (tmp[1]->gZ < min_z) { in vx_render()
247 min_z = tmp[1]->gZ; in vx_render()
249 if (tmp[1]->gZ + tmp[2]->gZ < min_z) { in vx_render()
251 min_z = tmp[1]->gZ + tmp[2]->gZ; in vx_render()
253 if (tmp[2]->gZ < min_z) { in vx_render()
255 min_z = tmp[2]->gZ; in vx_render()

12345678910>>...19