Home
last modified time | relevance | path

Searched refs:base_min (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/impl/
H A Dfast_bilateral_omp.hpp72 base_min = std::numeric_limits<float>::max (); in applyFilter()
79 base_min = std::min<float>(pt.z, base_min); in applyFilter()
90 shared(base_min, base_max, output) \ in applyFilter()
96 const float base_delta = base_max - base_min; in applyFilter()
109 shared(base_min, data, output) \ in applyFilter()
114 shared(base_min, data, output, small_height, small_width) \ in applyFilter()
133 const float z = output (x,y).z - base_min; in applyFilter()
190 shared(base_min, data, output) \ in applyFilter()
196 const float z = output (x,y).z - base_min; in applyFilter()
207 shared(base_min, data, output) \ in applyFilter()
[all …]
H A Dfast_bilateral.hpp61 base_min = std::numeric_limits<float>::max (); in applyFilter()
68 base_min = std::min<float>(pt.z, base_min); in applyFilter()
86 const float base_delta = base_max - base_min; in applyFilter()
102 const float z = output (x,y).z - base_min; in applyFilter()
147 const float z = output (x,y).z - base_min; in applyFilter()
159 const float z = output (x,y).z - base_min; in applyFilter()
/dports/graphics/photivo/photivo/Sources/fastbilateral/
H A Dfast_lbf.h89 const base_type base_min = *min_element(base.begin(),base.end()); in fast_LBF() local
91 const base_type base_delta = base_max - base_min; in fast_LBF()
120 const base_type z = base(x,y) - base_min; in fast_LBF()
208 const base_type z = base(x,y) - base_min; in fast_LBF()
231 const base_type z = base(x,y) - base_min; in fast_LBF()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/fast_bilateral/include/
H A Dfast_lbf.h103 const base_type base_min = 0; // *min_element(base.begin(),base.end()); in fast_LBF() local
134 const base_type z = base(x,y) - base_min; in fast_LBF()
221 const base_type z = base(x + padding,y + padding) - base_min; in fast_LBF()
242 const base_type z = base(x + padding,y + padding) - base_min; in fast_LBF()
319 base_type base_min; in fast_color_BF() local
337 base_min[c] = m; in fast_color_BF()
365 static_cast<size_type>((base(x,y)[c] - base_min[c]) / range_sigma + 0.5) in fast_color_BF()
446 pos[2 + c] = (base(x,y)[c] - base_min[c]) / range_sigma + padding[2 + c]; in fast_color_BF()
H A Dfast_color_bf.h127 base_type base_min; in fast_color_BF() local
145 base_min[c] = m; in fast_color_BF()
173 static_cast<size_type>((base(x,y)[c] - base_min[c]) / range_sigma + 0.5) in fast_color_BF()
254 pos[2 + c] = (base(x,y)[c] - base_min[c]) / range_sigma + padding[2 + c]; in fast_color_BF()
/dports/math/gmp-ecm/ecm-7.0.4/
H A DFgw.c84 mpz_t base_min; in kbnc_z() local
111 mpz_init_set_ui (base_min, 2); in kbnc_z()
126 for (mpz_set (base, base_min); mpz_cmp (base, base_max) <= 0; in kbnc_z()
216 mpz_clear (base_min); in kbnc_z()
/dports/mail/neomutt/neomutt-20211029/pattern/
H A Dcompile.c376 bool have_min, struct tm *base_min, struct Buffer *err) in parse_date_range() argument
400 memcpy(min, base_min, sizeof(struct tm)); in parse_date_range()
591 struct tm base_min; in eval_date_minmax() local
595 memcpy(&base_min, &min, sizeof(base_min)); in eval_date_minmax()
608 if (!parse_date_range(pc, &min, &max, have_min, &base_min, err)) in eval_date_minmax()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-scalar-evolution.c3155 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3162 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3165 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3187 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3220 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3047 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3050 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3072 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3106 base_min - type_min) in iv_can_overflow_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c3155 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3162 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3165 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3187 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3220 base_min - type_min) in iv_can_overflow_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c3155 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3162 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3165 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3187 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3220 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-scalar-evolution.c3186 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3193 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3196 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3218 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3252 base_min - type_min) in iv_can_overflow_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c3155 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3162 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3165 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3187 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3220 base_min - type_min) in iv_can_overflow_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c3155 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3162 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3165 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3187 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3220 base_min - type_min) in iv_can_overflow_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3047 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3050 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3072 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3106 base_min - type_min) in iv_can_overflow_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-scalar-evolution.c3150 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3157 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3160 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3182 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3215 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max;
3047 base_min = base_max = wi::to_wide (base);
3050 && get_range_info (base, &base_min, &base_max) == VR_RANGE)
3072 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn)
3106 base_min - type_min)
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-scalar-evolution.c3186 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3193 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3196 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3218 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3252 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-scalar-evolution.c3186 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3193 base_min = base_max = wi::to_wide (base); in iv_can_overflow_p()
3196 && get_range_info (base, &base_min, &base_max) == VR_RANGE) in iv_can_overflow_p()
3218 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3252 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-scalar-evolution.c3032 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3044 base_min = r.lower_bound (); in iv_can_overflow_p()
3063 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3097 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3047 || get_range_info (base, &base_min, &base_max) != VR_RANGE) in iv_can_overflow_p()
3062 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3096 base_min - type_min) in iv_can_overflow_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3047 || get_range_info (base, &base_min, &base_max) != VR_RANGE) in iv_can_overflow_p()
3062 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3096 base_min - type_min) in iv_can_overflow_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
3047 || get_range_info (base, &base_min, &base_max) != VR_RANGE) in iv_can_overflow_p()
3062 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) in iv_can_overflow_p()
3096 base_min - type_min) in iv_can_overflow_p()