Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:rounded_quotient

465 #define rounded_quotient(a,b) a = rnd_quot(a, b)
473 #define rounded_quotient(a,b) a /= b
2720 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);