Home
last modified time | relevance | path

Searched refs:x_1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/usr.bin/mandoc/eqn/subsup/
H A Dcombine.out_ascii7 initial text _x_1^2 + _e^(_x_2) final text
/openbsd/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi1296 2 x_1 = PHI (0, x_5)
1297 3 if (x_1 < 10)
1298 4 if (x_1 > 7)
1301 7 y_3 = x_1 + x_7
1303 9 x_5 = x_1 + 1
1313 2 x_1 = PHI (0, x_5)
1314 3 if (x_1 < 10)
1316 5 if (x_1 > 7)
1320 9 y_3 = x_1 + x_7
1322 11 x_5 = x_1 + 1
[all …]
H A Dloop.texi328 loop) equivalent to @code{x_1} in the following example
333 x_1 = phi (base, x_2);
334 x_2 = x_1 + step;
H A Dgccint.info7494 2 x_1 = PHI (0, x_5)
7495 3 if (x_1 < 10)
7496 4 if (x_1 > 7)
7499 7 y_3 = x_1 + x_7
7501 9 x_5 = x_1 + 1
7508 2 x_1 = PHI (0, x_5)
7509 3 if (x_1 < 10)
7511 5 if (x_1 > 7)
7515 9 y_3 = x_1 + x_7
7517 11 x_5 = x_1 + 1
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtree-data-ref.c3654 int x_1, x_2; in add_multivariate_self_dist() local
3667 x_1 = index_in_loop_nest (CHREC_VARIABLE (c_1), DDR_LOOP_NEST (ddr)); in add_multivariate_self_dist()
3671 dist_v[x_1] = int_cst_value (CHREC_RIGHT (c_2)); in add_multivariate_self_dist()
3675 add_outer_distances (ddr, dist_v, x_1); in add_multivariate_self_dist()