Home
last modified time | relevance | path

Searched refs:y_check (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-sympy/sympy-1.9/sympy/physics/control/tests/
H A Dtest_control_plots.py156 y_check = check_point_accuracy(y, expected_value[1])
157 return x_check and y_check
207 y_check = check_point_accuracy(y, expected_value[1])
208 return x_check and y_check
255 y_check = check_point_accuracy(y, expected_value[1])
256 return x_check and y_check
/dports/graphics/openjpeg/openjpeg-2.4.0/tests/
H A Dtest_decode_area.c317 OPJ_UINT32 y_check, x; in decode_by_strip() local
320 for (y_check = 0; y_check < h_req; y_check++) { in decode_by_strip()
323 l_image->comps[compno].data[y_check * (x1 - x0) + (x - x0)]; in decode_by_strip()
325 full_image->comps[compno].data[(y + y_check) * (x1 - x0) + (x - x0)]; in decode_by_strip()
330 x, y_check + y, compno, sub_image_val, image_val); in decode_by_strip()
/dports/games/freesynd/freesynd-0.7.5/src/
H A Dpedpathfinding.cpp171 int x_check = 48, y_check = 23, z_check = 6; in setDestinationP() local
189 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
210 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
231 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
252 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
275 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
296 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
317 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
338 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
361 if (sadd.coords.x == x_check && sadd.coords.y == y_check in setDestinationP()
[all …]
/dports/math/grace/grace-5.1.25/src/
H A Ddates.c508 int y_expand, y_check, m_check, d_check; in check_date() local
518 jul_to_cal(*jul, &y_check, &m_check, &d_check); in check_date()
519 if (y_expand != y_check || m.value != m_check || d.value != d_check) { in check_date()
/dports/math/grace/grace-5.1.25/auxiliary/
H A Dconvcal.c314 int y_expand, y_check, m_check, d_check; in check_date() local
331 jul_to_cal(*jul, &y_check, &m_check, &d_check); in check_date()
332 if (y_expand != y_check || m.value != m_check || d.value != d_check) { in check_date()
/dports/math/gretl/gretl-2021d/gui/
H A Dselector.c8986 GtkWidget *y_check = NULL; in lags_dialog() local
9053 y_check = gtk_check_button_new_with_label(_("Lags of dependent variable")); in lags_dialog()
9054 gtk_table_attach_defaults(GTK_TABLE(tbl), y_check, 0, 7, i, i+1); in lags_dialog()
9122 if (y_check != NULL && depvar_row(vlj->context)) { in lags_dialog()
9123 g_signal_connect(G_OBJECT(y_check), "toggled", in lags_dialog()
9127 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(y_check), in lags_dialog()