Home
last modified time | relevance | path

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

/plan9/sys/src/ape/lib/ap/stdio/
H A Dstrtod.c35 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
39 #define rounded_quotient(a,b) a /= b macro
/plan9/sys/src/libstdio/
H A Ddtoa.c59 #define rounded_quotient(a,b) a /= b macro