Home
last modified time | relevance | path

Searched refs:tmp_max (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/regime_switching/
H A D_hamilton_filter.pyx35 np.float32_t tmp_max
99 np.float32_t tmp_max
117 tmp_max = 0
137 tmp_max = 0
183 np.float64_t tmp_max
265 tmp_max = 0
285 tmp_max = 0
413 tmp_max = 0
433 tmp_max = 0
561 tmp_max = 0
[all …]
H A D_hamilton_filter.pyx.in60 {{cython_type}} tmp_max
81 tmp_max = filtered_joint_probabilities[ix, t] variable
85 tmp_max = filtered_joint_probabilities[ix + i, t] variable
93 tmp_filtered_marginalized_probabilities[j] = (tmp_max +
124 {{cython_type}} tmp_max
142 tmp_max = 0
148 tmp_max = tmp_predicted_joint_probabilities[j]
156 curr_predicted_joint_probabilities[i] = (tmp_max +
162 tmp_max = 0
171 tmp_max = weighted_likelihoods[i]
[all …]
H A D_kim_smoother.pyx71 cdef np.float32_t tmp_max
101 tmp_max = tmp_joint_probabilities[i]
107 tmp_max = tmp_joint_probabilities[ix]
170 cdef np.float64_t tmp_max
200 tmp_max = tmp_joint_probabilities[i]
206 tmp_max = tmp_joint_probabilities[ix]
269 cdef np.complex64_t tmp_max
299 tmp_max = tmp_joint_probabilities[i]
305 tmp_max = tmp_joint_probabilities[ix]
368 cdef np.complex128_t tmp_max
[all …]
H A D_kim_smoother.pyx.in96 cdef {{cython_type}} tmp_max
126 tmp_max = tmp_joint_probabilities[i]
132 tmp_max = tmp_joint_probabilities[ix]
139 {{combined_prefix}}exp(tmp_joint_probabilities[ix] - tmp_max))
141 next_smoothed_joint_probabilities[i] = (tmp_max +
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_libint_interface.F508 tmp_max = tmp_max*max_contraction
603 tmp_max = tmp_max*max_contraction
698 tmp_max = tmp_max*max_contraction
792 tmp_max = tmp_max*max_contraction
886 tmp_max = tmp_max*max_contraction
981 tmp_max = tmp_max*max_contraction
1076 tmp_max = tmp_max*max_contraction
1171 tmp_max = tmp_max*max_contraction
1535 tmp_max = tmp_max*max_contraction
1580 tmp_max = tmp_max*max_contraction
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_libint_interface.F508 tmp_max = tmp_max*max_contraction
603 tmp_max = tmp_max*max_contraction
698 tmp_max = tmp_max*max_contraction
792 tmp_max = tmp_max*max_contraction
886 tmp_max = tmp_max*max_contraction
981 tmp_max = tmp_max*max_contraction
1076 tmp_max = tmp_max*max_contraction
1171 tmp_max = tmp_max*max_contraction
1535 tmp_max = tmp_max*max_contraction
1580 tmp_max = tmp_max*max_contraction
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/src/
H A Dbrisk_2d.cpp701 float tmp_max = 0; in getScoreMaxAbove() local
713 max = tmp_max; in getScoreMaxAbove()
720 if (tmp_max > max) in getScoreMaxAbove()
722 max = tmp_max; in getScoreMaxAbove()
764 if (tmp_max > max) in getScoreMaxAbove()
766 max = tmp_max; in getScoreMaxAbove()
783 if (tmp_max > max) in getScoreMaxAbove()
785 max = tmp_max; in getScoreMaxAbove()
871 float tmp_max; in getScoreMaxBelow() local
886 if (tmp_max > max) in getScoreMaxBelow()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dbrisk.cpp1503 float tmp_max; in getScoreMaxAbove() local
1682 float tmp_max; in getScoreMaxBelow() local
1693 max = tmp_max; in getScoreMaxBelow()
1700 if (tmp_max > max) in getScoreMaxBelow()
1702 max = tmp_max; in getScoreMaxBelow()
1714 max = tmp_max; in getScoreMaxBelow()
1755 max = tmp_max; in getScoreMaxBelow()
1763 if (tmp_max > max) in getScoreMaxBelow()
1765 max = tmp_max; in getScoreMaxBelow()
1774 max = tmp_max; in getScoreMaxBelow()
[all …]
/dports/devel/goffice/goffice-0.10.50/plugins/plot_xy/
H A Dgog-xy-dropbar.c167 double x_min, x_max, y_min, y_max, tmp_min, tmp_max; in gog_xy_dropbar_plot_update() local
188 if (y_max < tmp_max) y_max = tmp_max; in gog_xy_dropbar_plot_update()
196 if (y_max < tmp_max) in gog_xy_dropbar_plot_update()
197 y_max = tmp_max; in gog_xy_dropbar_plot_update()
202 if (!go_finite (tmp_min) || !go_finite (tmp_max) || in gog_xy_dropbar_plot_update()
203 tmp_min > tmp_max) { in gog_xy_dropbar_plot_update()
217 if (x_max < tmp_max) in gog_xy_dropbar_plot_update()
218 x_max = tmp_max; in gog_xy_dropbar_plot_update()
221 tmp_max = (x_max - x_min) * model->width / 200.; in gog_xy_dropbar_plot_update()
222 x_min -= tmp_max; in gog_xy_dropbar_plot_update()
[all …]
H A Dgog-xy-minmax.c174 double x_min, x_max, y_min, y_max, tmp_min, tmp_max; in gog_xy_minmax_plot_update() local
193 go_data_get_bounds (series->values[1].data, &tmp_min, &tmp_max); in gog_xy_minmax_plot_update()
195 if (y_max < tmp_max) y_max = tmp_max; in gog_xy_minmax_plot_update()
203 if (y_max < tmp_max) in gog_xy_minmax_plot_update()
204 y_max = tmp_max; in gog_xy_minmax_plot_update()
209 if (!go_finite (tmp_min) || !go_finite (tmp_max) || in gog_xy_minmax_plot_update()
210 tmp_min > tmp_max) { in gog_xy_minmax_plot_update()
212 tmp_max = go_data_get_vector_size (series->values[1].data); in gog_xy_minmax_plot_update()
220 tmp_max = go_data_get_vector_size (series->values[1].data); in gog_xy_minmax_plot_update()
225 if (x_max < tmp_max) in gog_xy_minmax_plot_update()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dscdseq_test.cpp375 tmp_min[1] = tmp_min[2] = tmp_max[1] = tmp_max[2] = 0; in eseq_test1a()
387 CHECK_EQUAL((tmp_max[0]-tmp_min[0]), num_edges ); in eseq_test1a()
391 tmp_max, tmp_max, tmp_min, tmp_min); in eseq_test1a()
409 tmp_min[2] = tmp_max[2] = 0; in eseq_test1b()
423 HomCoord p2(tmp_max.i(), tmp_min.j(), tmp_min.k()); in eseq_test1b()
424 HomCoord p3(tmp_min.i(), tmp_max.j(), tmp_min.k()); in eseq_test1b()
673 tmp_min[1] = tmp_min[2] = tmp_max[1] = tmp_max[2] = 0; in create_1d_3_sequences()
677 int idiff = (tmp_max[0] - tmp_min[0] + 1)/6; in create_1d_3_sequences()
678 …HomCoord vseq0_minmax[2] = {HomCoord(tmp_min), HomCoord(tmp_min[0]+3*idiff-1, tmp_max[1], tmp_max[… in create_1d_3_sequences()
679 …HomCoord vseq1_minmax[2] = {HomCoord(tmp_min), HomCoord(tmp_min[0]+2*idiff-1, tmp_max[1], tmp_max[… in create_1d_3_sequences()
[all …]
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dsample.c131 int16_t tmp_max = 0; in _WM_load_sample() local
145 if (samp_max > tmp_max) in _WM_load_sample()
146 tmp_max = samp_max; in _WM_load_sample()
152 if (tmp_max >= -tmp_min) { in _WM_load_sample()
154 * ((32767 << 10) / tmp_max)) >> 10; in _WM_load_sample()
160 if (tmp_max >= -tmp_min) { in _WM_load_sample()
161 sample_patch->amp = (32767 << 10) / tmp_max; in _WM_load_sample()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_surface/
H A Dgog-xyz.c179 double tmp_min, tmp_max; in gog_xyz_plot_update() local
201 tmp_min = tmp_max = go_nan; in gog_xyz_plot_update()
204 tmp_max = series->columns - 1; in gog_xyz_plot_update()
209 || (tmp_max != model->x.maxima)) { in gog_xyz_plot_update()
212 model->x.maxima = tmp_max; in gog_xyz_plot_update()
224 tmp_min = tmp_max = go_nan; in gog_xyz_plot_update()
227 tmp_max = series->rows - 1; in gog_xyz_plot_update()
232 || (tmp_max != model->y.maxima)) { in gog_xyz_plot_update()
235 model->y.maxima = tmp_max; in gog_xyz_plot_update()
245 || (tmp_max != model->z.maxima)) { in gog_xyz_plot_update()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dprint.c235 char tmp_max[8]; in _build_min_max_16_string() local
238 convert_num_unit((float)max, tmp_max, sizeof(tmp_max), UNIT_NONE, in _build_min_max_16_string()
249 tmp_min, tmp_max); in _build_min_max_16_string()
260 char tmp_max[8]; in _build_min_max_32_string() local
265 convert_num_unit((float)max, tmp_max, sizeof(tmp_max), in _build_min_max_32_string()
269 snprintf(tmp_max, sizeof(tmp_max), "%u", max); in _build_min_max_32_string()
280 tmp_min, tmp_max); in _build_min_max_32_string()
294 char tmp_max[8]; in _build_cpu_load_min_max_32() local
305 snprintf(tmp_max, sizeof(tmp_max), "%.2f", (max/100.0)); in _build_cpu_load_min_max_32()
323 char tmp_max[16]; in _build_free_mem_min_max_64() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local
35 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
36 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()
37 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local
35 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
36 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()
37 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local
35 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
36 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()
37 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Dunexp.c39 float maxval, tmp, expnt, tmp_max; local
159 tmp_max = -1000;
161 tmp_max = MAX( tmp_max, in_rows[chan][x] );
163 tmp = expnt / maxval * tmp_max;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c38 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
44 &tmp_max, state); in regulator_get_optimal_voltage()
56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c38 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
44 &tmp_max, state); in regulator_get_optimal_voltage()
56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/dports/databases/grass7/grass-7.8.6/raster/r.quant/
H A Dread_rules.c14 CELL tmp_min, tmp_max; in read_range() local
31 Rast_get_range_min_max(&range, &tmp_min, &tmp_max); in read_range()
32 if (!i || tmp_max > old_max || Rast_is_c_null_value(&old_max)) in read_range()
33 old_max = tmp_max; in read_range()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c38 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
44 &tmp_max, state); in regulator_get_optimal_voltage()
56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/r/
H A Dparser-big-32bit.result5 SELECT @tmp_max:= @@global.max_allowed_packet;
6 @tmp_max:= @@global.max_allowed_packet
46 SET @@global.max_allowed_packet:= @tmp_max;
H A Dparser-big-64bit.result5 SELECT @tmp_max:= @@global.max_allowed_packet;
6 @tmp_max:= @@global.max_allowed_packet
46 SET @@global.max_allowed_packet:= @tmp_max;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/r/
H A Dparser-big-32bit.result5 SELECT @tmp_max:= @@global.max_allowed_packet;
6 @tmp_max:= @@global.max_allowed_packet
46 SET @@global.max_allowed_packet:= @tmp_max;

12345678