Search | Google it | Results 1 - 1 of 1 for fundef:rounded_quotient (0.00 seconds) |
410: #define rounded_product(a,b) a = rnd_prod(a, b) 411: #define rounded_quotient(a,b) a = rnd_quot(a, b) 412: #ifdef KR_headers 418: #define rounded_product(a,b) a *= b 419: #define rounded_quotient(a,b) a /= b 420: #endif