Home
last modified time | relevance | path

Searched refs:min_x (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl148 global min_x
152 min_x = mid
161 min_x_hi = quadval(min_x, -1)
163 println("static const long double min_x_lo = ", quadhex(min_x - min_x_hi), ";")
169 min_y = SpecialFunctions.gamma(min_x)
175 # Taylor series generated by Wolfram Alpha for (gamma(min_x+x)-min_y)/x^2.
184 * for computing gamma on the interval [1,min_x] */
188 (SpecialFunctions.gamma(min_x - x) - min_y) / (x*x),
189 (0, min_x - 1),
197 * for computing gamma on the interval [min_x,2] */
[all …]
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c207 int min_x; member
1617 tphw->min_x = (ai.maximum > ai.minimum) ? ai.minimum : INT_MIN; in r_init_touchpad_hw()
1634 tphw->res_x = (tphw->max_x - tphw->min_x) / dim.x; in r_init_touchpad_hw()
1735 sz_x = tphw->max_x - tphw->min_x; in r_init_touchpad_info()
2852 int min_x = tphw->min_x; in r_gestures() local
2883 if (margin_left != 0 && x0 <= min_x + margin_left) in r_gestures()
2884 x0 = min_x + margin_left; in r_gestures()
2939 center_x = min_x + tpinfo->softbutton2_x; in r_gestures()
2941 right_x = min_x + tpinfo->softbutton3_x; in r_gestures()
2945 center_x = min_x + tpinfo->softbutton3_x; in r_gestures()
[all …]