Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmprec.h269 #define rounded_product(a,b) a = rnd_prod(a, b) macro
277 #define rounded_product(a,b) a *= b macro