Searched defs:divrnd (Results 1 – 7 of 7) sorted by relevance
203 #define divrnd(n, q) (((n)*2/(q)+1)/2) /* divide and round off */ in comspeed() macro
200 #define divrnd(n, q) (((n)*2/(q)+1)/2) /* divide and round off */ in comspeed() macro
126 #define divrnd(n, q) (((n)*2/(q)+1)/2) /* divide and round off */ macro
122 #define divrnd(n, q) (((n)*2/(q)+1)/2) /* divide and round off */ in comspeed() macro
599 #define divrnd(n, q) (((n)*2/(q)+1)/2) /* divide and round off */ in pio_comspeed() macro
705 #define divrnd(n, q) (((n) * 2 / (q) + 1) / 2) /* divide and round off */ in dos_baudconv() macro
224 #define divrnd(n, q) (((n)*2/(q)+1)/2) /* divide and round off */ macro