Searched defs:rounded_quotient (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/stdlib/
H A Dstrtod.c329 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
337 #define rounded_quotient(a,b) a /= b macro
1562 /* value(rv) = */ rounded_quotient(value(rv),

Completed in 21 milliseconds