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

/ndk/sources/android/support/src/stdio/
H A Dstrtod.c336 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
344 #define rounded_quotient(a,b) a /= b macro
1847 /* value(rv) = */ rounded_quotient(value(rv),

Completed in 9 milliseconds