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

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3712 #define fdivround(a, b, n) \ macro
3717 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
3768 #undef fdivround macro
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5510 #define fdivround(a, b, n) \ macro
5514 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
5653 #undef fdivround macro

Completed in 142 milliseconds