gonzui


Format: Advanced Search

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