Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmprec.h270 #define rounded_product(a,b) a = rnd_prod(a, b) macro
278 #define rounded_product(a,b) a *= b macro