Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmprec.h271 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
279 #define rounded_quotient(a,b) a /= b macro