Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dg364fb.c85 int xmin, xmax; in g364fb_draw_graphic8() local
117 xmax = 0; in g364fb_draw_graphic8()
176 xmax = s->width - 1; in g364fb_draw_graphic8()
187 if (x > xmax) in g364fb_draw_graphic8()
188 xmax = x; in g364fb_draw_graphic8()
193 if (xmax || ymax) { in g364fb_draw_graphic8()
195 xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8()
197 xmax = 0; in g364fb_draw_graphic8()
213 if (xmax || ymax) { in g364fb_draw_graphic8()
214 dpy_gfx_update(s->con, xmin, ymin, xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8()
/openbmc/qemu/util/
H A Dqdist.c166 double xmin, xmax; in qdist_bin__internal() local
181 xmax = qdist_xmax(from); in qdist_bin__internal()
182 step = (xmax - xmin) / n; in qdist_bin__internal()
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c778 static void _dfp_reround(uint8_t rmc, int32_t ref_sig, int32_t xmax, in _dfp_reround() argument
798 if (unlikely(dfp->a.exponent > xmax)) { in _dfp_reround()
822 if (unlikely(dfp->t.exponent > xmax)) { in _dfp_reround()
839 int32_t xmax = ((size) == 64) ? 369 : 6111; \
846 _dfp_reround(rmc, ref_sig, xmax, &dfp); \
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py382 xmax = max (clip[0], rect[0])
386 return (xmin > xmax and ymin > ymax)