Search | Google it | Results 1 - 1 of 1 for fundef:rounded_product (0.01 seconds) |
409: #ifdef RND_PRODQUOT 410: #define rounded_product(a,b) a = rnd_prod(a, b) 411: #define rounded_quotient(a,b) a = rnd_quot(a, b) 417: #else 418: #define rounded_product(a,b) a *= b 419: #define rounded_quotient(a,b) a /= b