gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:rounded_product (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gdtoaimp.h - 21.6KB - 672 lines
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