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

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoaimp.h490 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
498 #define rounded_quotient(a,b) a /= b macro
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c948 #define rounded_quotient(a,b) ((a) = rnd_quot((a), (b))) macro
952 #define rounded_quotient(a,b) ((a) /= (b)) macro

Completed in 174 milliseconds