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

/netbsd-current/sys/dev/pci/
H A Dif_wpi.c2600 #define fdivround(a, b, n) \ macro
2605 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
2661 #undef fdivround macro
H A Dif_iwn.c3688 #define fdivround(a, b, n) \ macro
3692 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
3825 #undef fdivround macro

Completed in 226 milliseconds