Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c623 int hx = 0, hy = 0, hhave = 0; in interpolate() local
637 if (!hhave || dx > (x - hx)) { in interpolate()
639 hx = px[ip]; in interpolate()
659 if (hx == lx) { in interpolate()
663 bf = (2 * (hy - ly) * (x - lx)) / (hx - lx); in interpolate()