Searched refs:HEIGHT (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_18.f9014 INTEGER :: WIDTH, HEIGHT, PXFMT, NCHAN component in type:NAG_IMAGE
/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c2494 #define HEIGHT(x) (ORDER_PARAMS ((x))->height)
2595 For each SCC order the nodes according to their ASAP/ALAP/HEIGHT etc. */
2639 /* Initialize of ASAP/ALAP/HEIGHT to zero. */
2671 HEIGHT (u_node) = 0;
2677 HEIGHT (u_node) = MAX (HEIGHT (u_node),
2678 HEIGHT (e->dest) + e->latency);
2688 fprintf (dump_file, "node %d, ASAP: %d, ALAP: %d, HEIGHT: %d\n", u,
2689 ASAP (u_node), ALAP (u_node), HEIGHT (u_node));
2731 if (max_hv < HEIGHT (u_nod
2490 #define HEIGHT macro
[all...]

Completed in 46 milliseconds