Home
last modified time | relevance | path

Searched refs:h_max (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Dheap.c25 igraph_heap_t h_max; in main() local
33 igraph_heap_init(&h_max, 0); in main()
35 igraph_heap_destroy(&h_max); in main()
37 igraph_heap_init(&h_max, 10); in main()
39 igraph_heap_destroy(&h_max); in main()
53 igraph_heap_init(&h_max, 5); in main()
60 igraph_heap_push(&h_max,i); in main()
67 igraph_heap_destroy(&h_max); in main()
94 igraph_heap_destroy(&h_max); in main()
107 igraph_heap_init(&h_max, 0); in main()
[all …]
/dports/astro/siril/siril/src/filters/
H A Dsaturation.c81 args->h_max = 20.0; in satu_update_preview()
85 args->h_max = 60.0; in satu_update_preview()
89 args->h_max = 200.0; in satu_update_preview()
93 args->h_max = 200.0; in satu_update_preview()
97 args->h_max = 280.0; in satu_update_preview()
101 args->h_max = 345.0; in satu_update_preview()
106 args->h_max = 360.0; in satu_update_preview()
149 args->h_max /= 360.0; in enhance_saturation_ushort()
212 args->h_max /= 60.0; in enhance_saturation_float()
230 float h_max = args->h_max; in enhance_saturation_float() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DEvaluator.hpp109 const NOMAD::Double & h_max ) const;
211 const NOMAD::Double & h_max ,
227 const NOMAD::Double & h_max , in eval_x() argument
230 return static_cast<const Evaluator *>(this)->eval_x ( x , h_max , count_eval ); in eval_x()
246 const NOMAD::Double & h_max,
261 const NOMAD::Double & h_max, in eval_x() argument
264 return static_cast<const Evaluator *>(this)->eval_x ( x , h_max , count_eval ); in eval_x()
H A DPhase_One_Evaluator.hpp91 const NOMAD::Double & h_max , in eval_x() argument
94 return _basic_ev.eval_x ( x , h_max , count_eval ); in eval_x()
107 const NOMAD::Double & h_max , in eval_x() argument
110 return _basic_ev.eval_x ( list_x , h_max , list_count_eval ); in eval_x()
H A DQuad_Model_Evaluator.hpp85 const NOMAD::Double & h_max ,
101 const NOMAD::Double & h_max , in eval_x() argument
104 … return static_cast<const NOMAD::Quad_Model_Evaluator *>(this)->eval_x ( x , h_max, count_eval ); in eval_x()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/basic/library/single_obj_parallel/
H A Dbasic_lib.cpp21 NOMAD::Double h_max; member
40 const NOMAD::Double & h_max , in eval_x() argument
67 const NOMAD::Double & h_max = (eval_arg->h_max); in wrapper_eval_x() local
70 ev->eval_x(x,h_max,count_eval); in wrapper_eval_x()
78 const NOMAD::Double & h_max, in eval_x() argument
103 eval_arg[i].h_max=h_max.value(); in eval_x()
/dports/games/openttd/openttd-12.1/src/
H A Dtgp.cpp422 height_t h_min, h_max, h_avg; in HeightMapGetMinMaxAvg() local
424 h_min = h_max = _height_map.height(0, 0); in HeightMapGetMinMaxAvg()
429 if (h > h_max) h_max = h; in HeightMapGetMinMaxAvg()
438 if (max_ptr != nullptr) *max_ptr = h_max; in HeightMapGetMinMaxAvg()
450 assert(h <= h_max); in HeightMapMakeHistogram()
527 if (h >= h_max) h = h_max - 1; in HeightMapSineTransform()
678 height_t h_min, h_max, h_avg, h_water_level; in HeightMapAdjustWaterLevel() local
682 HeightMapGetMinMaxAvg(&h_min, &h_max, &h_avg); in HeightMapAdjustWaterLevel()
685 int *hist_buf = CallocT<int>(h_max - h_min + 1); in HeightMapAdjustWaterLevel()
857 if (_height_map.height(x, y) > h_max) _height_map.height(x, y) = h_max; in HeightMapSmoothSlopes()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavdevice/
H A Dbktr.c93 int h_max; in bktr_init() local
147 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
148 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
149 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
150 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
151 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
152 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
153 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
156 if (height <= h_max / 2) in bktr_init()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dobject-editor-size-page.c232 gdouble w_max, h_max, wh_max; in size_reset_cb() local
246 h_max = editor->priv->h_max; in size_reset_cb()
247 wh_max = MAX( w_max, h_max ); in size_reset_cb()
329 gdouble h_max) in gl_object_editor_set_max_size() argument
343 editor->priv->h_max = h_max; in gl_object_editor_set_max_size()
346 gl_debug (DEBUG_EDITOR, "internal w_max,h_max = %g, %g", w_max, h_max); in gl_object_editor_set_max_size()
348 h_max *= editor->priv->units_per_point; in gl_object_editor_set_max_size()
349 wh_max = MAX( w_max, h_max ); in gl_object_editor_set_max_size()
350 gl_debug (DEBUG_EDITOR, "display w_max,h_max = %g, %g", w_max, h_max); in gl_object_editor_set_max_size()
455 gl_object_editor_set_max_size (editor, editor->priv->w_max, editor->priv->h_max); in size_prefs_changed_cb()
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dalign_simd.cc523 VECTOR_SHORT h_max = v_zero; in aligncolumns_first() local
608 QR_q_r, R_q_r, QR_t_0, R_t_0, h_min, h_max); in aligncolumns_first()
640 *_h_max = h_max; in aligncolumns_first()
675 VECTOR_SHORT h_max = v_zero; in aligncolumns_rest() local
768 *_h_max = h_max; in aligncolumns_rest()
1382 VECTOR_SHORT h_min, h_max; in search16() local
1393 & h_min, & h_max, in search16()
1399 v_store(& h_max_vector, h_max); in search16()
1625 VECTOR_SHORT h_min, h_max; in search16() local
1636 & h_min, & h_max, in search16()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
161 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
162 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
163 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
164 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
165 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
166 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
169 if (height <= h_max / 2) in bktr_init()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
155 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
156 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
157 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
158 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
159 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
160 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
161 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
164 if (height <= h_max / 2) in bktr_init()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
161 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
162 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
163 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
164 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
165 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
166 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
169 if (height <= h_max / 2) in bktr_init()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
161 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
162 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
163 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
164 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
165 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
166 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
169 if (height <= h_max / 2) in bktr_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
161 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
162 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
163 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
164 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
165 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
166 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
169 if (height <= h_max / 2) in bktr_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
155 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
156 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
157 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
158 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
159 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
160 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
161 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
164 if (height <= h_max / 2) in bktr_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
161 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()
162 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()
163 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()
164 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()
165 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()
166 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()
169 if (height <= h_max / 2) in bktr_init()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dbitmap_packer.c38 .h_max = old.h_max, in packer_reset()
171 int h_max = packer->h_max > 0 ? packer->h_max : INT_MAX; in packer_pack() local
174 else if (packer->h != h_max) in packer_pack()
175 packer->h = MPMIN(packer->h * 2, h_max); in packer_pack()
/dports/math/heyoka/heyoka-0.16.0/benchmark/
H A Dss_3bp.cpp82 double h_min, h_max; in main() local
89 std::tie(oc, h_min, h_max, n_steps, d_out) = ta.propagate_grid(std::move(grid)); in main()
91 std::tie(oc, h_min, h_max, n_steps) = ta.propagate_until(100000.); in main()
99 std::cout << "Min/max timestep: " << h_min << ", " << h_max << '\n'; in main()
/dports/graphics/epix/epix-1.2.19/
H A Dscreen_mask.cc44 pair screen_mask::tr() const { return pair(h_max(), v_max()); } in tr()
47 pair screen_mask::br() const { return pair(h_max(), v_min()); } in br()
52 pair screen_mask::r() const { return pair(h_max(), v_avg()); } in r()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSimplify_Exprs.cpp125 auto rewrite = IRMatcher::rewriter(IRMatcher::h_max(value, lanes), op->type); in visit()
126 if (rewrite(h_max(min(x, broadcast(y))), min(h_max(x, lanes), broadcast(y, lanes))) || in visit()
127 rewrite(h_max(min(broadcast(x), y)), min(h_max(y, lanes), broadcast(x, lanes))) || in visit()
128 rewrite(h_max(max(x, broadcast(y))), max(h_max(x, lanes), broadcast(y, lanes))) || in visit()
129 rewrite(h_max(max(broadcast(x), y)), max(h_max(y, lanes), broadcast(x, lanes))) || in visit()
130 rewrite(h_max(broadcast(x)), broadcast(x, lanes)) || in visit()
131 rewrite(h_max(ramp(x, y)), x + max(y * (arg_lanes - 1), 0)) || in visit()
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dminmax_element.cu53 typename thrust::host_vector<T>::iterator h_max; in TestMinMaxElement() local
59 h_max = thrust::minmax_element(h_data.begin(), h_data.end()).second; in TestMinMaxElement()
63 ASSERT_EQUAL(h_max - h_data.begin(), d_max - d_data.begin()); in TestMinMaxElement()
65 h_max = thrust::minmax_element(h_data.begin(), h_data.end(), thrust::greater<T>()).first; in TestMinMaxElement()
71 ASSERT_EQUAL(h_max - h_data.begin(), d_max - d_data.begin()); in TestMinMaxElement()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DGLGradientLegendItem.py25 h_max, h_min = h.max(), h.min() variable
26 h = (h - h_min) / (h_max - h_min)
32 legendLabels = numpy.linspace(h_max, h_min, 5)
/dports/devel/thrust/thrust-1.9.5/testing/backend/cuda/
H A Dminmax_element.cu30 typename thrust::host_vector<int>::iterator h_max; in TestMinMaxElementDevice() local
42 h_max = thrust::minmax_element(h_data.begin(), h_data.end()).second; in TestMinMaxElementDevice()
57 ASSERT_EQUAL(h_max - h_data.begin(), d_max - d_data.begin()); in TestMinMaxElementDevice()
59 h_max = thrust::minmax_element(h_data.begin(), h_data.end(), thrust::greater<int>()).first; in TestMinMaxElementDevice()
72 ASSERT_EQUAL(h_max - h_data.begin(), d_max - d_data.begin()); in TestMinMaxElementDevice()
/dports/math/piranha/piranha-0.11/src/
H A Dkronecker_array.hpp153 integer h_max = dot_prod(c_vec, M_vec); in determine_limit() local
154 integer diff = h_max - h_min; in determine_limit()
159 (void)static_cast<int_type>(h_max); in determine_limit()
172 h_max = dot_prod(prev_c_vec, prev_M_vec); in determine_limit()
175 … return std::make_tuple(tmp, static_cast<int_type>(h_min), static_cast<int_type>(h_max), in determine_limit()
176 static_cast<int_type>(h_max - h_min)); in determine_limit()

12345678910>>...16