Searched defs:rounded_product (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoaimp.h489 #define rounded_product(a,b) a = rnd_prod(a, b) macro
497 #define rounded_product(a,b) a *= b macro
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c947 #define rounded_product(a,b) ((a) = rnd_prod((a), (b))) macro
951 #define rounded_product(a,b) ((a) *= (b)) macro

Completed in 164 milliseconds