Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl100 global max_x
104 max_x = mid
113 max_x = quadval(max_x, -1)
114 println("static const long double max_x = ", quadhex(max_x), ";")
/freebsd/sys/dev/hid/
H A Dietp.c112 uint16_t max_x; member
303 0, sc->max_x, 0, 0, sc->res_x); in ietp_attach()
321 device_printf(sc->dev, "[%d:%d], %s\n", sc->max_x, sc->max_y, in ietp_attach()
380 if (x > sc->max_x || y > sc->max_y) { in ietp_intr()
382 finger, x, y, sc->max_x, sc->max_y); in ietp_intr()
512 sc->max_x = le16toh(buf); in ietp_iic_attach()
524 sc->trace_x = sc->max_x / buf8[0]; in ietp_iic_attach()
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.h9 static const long double max_x = 0x1.b6e3180cd66a5c4206f128ba77f4p+10L; variable
/freebsd/contrib/dialog/
H A Dutil.c1047 int max_x = 2; in justify_text() local
1089 max_x = MAX(max_x, x); in justify_text()
1099 *wide = max_x; in justify_text()
1283 int max_x = SCOLS - 2; in auto_size_preformatted() local
1284 int max_width = max_x; in auto_size_preformatted()
1288 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted()
1297 max_x = (int) ((float) wide / diff + 4); in auto_size_preformatted()
1298 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted()
1307 while (car < ar && max_x < max_width) { in auto_size_preformatted()
1308 max_x += 4; in auto_size_preformatted()
[all …]
/freebsd/sys/dev/atkbdc/
H A Dpsm.c239 int max_x; member
3800 int max_x, max_y; local
3814 max_x = sc->syninfo.max_x;
3827 else if (x0 >= max_x - margin_right)
3828 x0 = max_x - margin_right;
3971 max_x + vscroll_ver_area))
4148 int max_x, max_y; local
4173 max_x = sc->syninfo.max_x;
4189 else if (x0 >= max_x - margin_right)
4190 x0 = max_x - margin_right;
[all …]