Searched refs:rounded_quotient (Results 1 – 3 of 3) sorted by relevance
406 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro410 #define rounded_quotient(a,b) a /= b macro
392 /* rv = */ rounded_quotient(dval(rv), tens[-e]); in strtod()
549 /* rv = */ rounded_quotient(dval(rv), tens[-e]); in strtodg()